next #50

Open
clawbot wants to merge 1 commits from next into main
Collaborator

Long-lived next branch for the current cycle; one issue-closing commit
per work unit.

  • 337b319 Normalize the lint-image pin comments and FROM form
    (closes #25) — both lint
    images now carry the policy-form version/date comment and the bare
    FROM image@sha256:... form, dropping a parenthetical that asserted
    a base-image change that never happened. Digest unchanged.
Long-lived `next` branch for the current cycle; one issue-closing commit per work unit. - `337b319` Normalize the lint-image pin comments and `FROM` form (closes https://git.eeqj.de/sneak/sfdupes/issues/25) — both lint images now carry the policy-form version/date comment and the bare `FROM image@sha256:...` form, dropping a parenthetical that asserted a base-image change that never happened. Digest unchanged.
clawbot added 1 commit 2026-08-10 16:07:56 +02:00
The `(Debian-based)` parenthetical broke the required
`# image:vX.Y.Z, YYYY-MM-DD` form and asserted a base change that never
happened (v2.12.1 was Debian too); the tag before the digest left three
FROM lines in one file using two conventions. Digest unchanged, in both
Dockerfile and Dockerfile.lint. The golang and alpine pin comments
already matched the required form.

script/verify-lint-image-pin parses these two FROM lines to keep them
identical and still matches the tagless form; its advice line drops the
now-meaningless "tag and digest". With no tag in either reference a
tag-only disagreement cannot arise; a tag reintroduced on one side is
caught as a plain mismatch.
clawbot added the needs-review label 2026-08-10 16:08:01 +02:00
clawbot self-assigned this 2026-08-10 16:08:01 +02:00
clawbot changed title from next to Normalize the lint-image pin comments and FROM form (closes #25) 2026-09-04 12:07:25 +02:00
clawbot added merge-ready and removed needs-review labels 2026-09-04 12:07:25 +02:00
clawbot removed their assignment 2026-09-04 12:07:26 +02:00
sneak was assigned by clawbot 2026-09-04 12:07:27 +02:00
clawbot added needs-review and removed merge-ready labels 2026-09-06 16:26:37 +02:00
clawbot changed title from Normalize the lint-image pin comments and FROM form (closes #25) to next 2026-09-06 16:26:37 +02:00
sneak was unassigned by clawbot 2026-09-06 16:26:37 +02:00
All checks were successful
check / check (push) Successful in 1m9s
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin next:next
git checkout next
Sign in to join this conversation.