-
Notifications
You must be signed in to change notification settings - Fork 18.9k
c8d: unable to reference platform-specific images by ID #49995
Copy link
Copy link
Open
Labels
area/imagesImage ServiceImage Servicecontainerd-integrationIssues and PRs related to containerd integrationIssues and PRs related to containerd integrationkind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.kind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Metadata
Metadata
Assignees
Labels
area/imagesImage ServiceImage Servicecontainerd-integrationIssues and PRs related to containerd integrationIssues and PRs related to containerd integrationkind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.kind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Description
When multiple variants of an image are present, trying to reference a specific variant (e.g. to inspect) produces an error;
Inspecting the top-level ID works;
docker image inspect --format '{{.Id}}' a8560b36e8b8 sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88cBut attempting to inspect one of the variants does not;
I'd expect being able to reference those variants using the ID that's shown, e.g. to;