Smoke platform child digests on Docker classic image storage - #40
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The release smoke fails on the GitHub runner’s Docker Engine 28 classic image store: pulling amd64 and then arm64 under the same multi-platform index reference produces
cannot overwrite digest. Docker Desktop’s image store accepts this sequence, so local smoke had passed.Resolve each platform’s child digest from the content-verified, signed index and use that reference for both pull and run. Apply this to the local site/MCP pair and the anonymous default-source smoke. Publication still verifies and promotes the common index; missing, duplicate, or invalid platform descriptors fail closed.
Validation: reproduced the original error on an isolated Docker Engine 28.0.4 with Compose 2.38.2, then pulled and started both platforms successfully using child digests. Both published architectures passed the local MCP tool smoke. All 54 publication tests, actionlint, and diff checks passed. Added coverage for index integrity, descriptor selection, and platform-specific pull/run references.