Skip to content

Stop lite digests leaking into full-image manifests - #715

Merged
ShaneIsrael merged 1 commit into
mainfrom
develop
Sep 3, 2026
Merged

ShaneIsrael merged 1 commit into
mainfrom
develop

Conversation

@ShaneIsrael

Copy link
Copy Markdown
Owner

The full-image merge jobs downloaded artifacts with the pattern digests-* / manual-digests-, which also matched the lite build's digests-lite- / manual-digests-lite-* artifacts whenever build-lite finished first. The resulting manifest list for latest, 1.7.9 and 1.7 contained both full and lite images per platform, and Docker resolved latest to the lite variant (#714).

Narrow the patterns to digests-linux-* / manual-digests-linux-* so only the full-image digests are merged, matching what the develop push workflow already does.

The full-image merge jobs downloaded artifacts with the pattern
digests-* / manual-digests-*, which also matched the lite build's
digests-lite-* / manual-digests-lite-* artifacts whenever build-lite
finished first. The resulting manifest list for latest, 1.7.9 and 1.7
contained both full and lite images per platform, and Docker resolved
latest to the lite variant (#714).

Narrow the patterns to digests-linux-* / manual-digests-linux-* so
only the full-image digests are merged, matching what the develop
push workflow already does.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@ShaneIsrael
ShaneIsrael merged commit fb005df into main Sep 3, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant