c8d: unable to reference platform-specific images by ID #49995
Labels
area/images
containerd-integration
Issues and PRs related to containerd integration
kind/bug
Bugs are bugs. The cause may or may not be known at triage time so debugging may be needed.
kind/enhancement
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:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
But 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;
The text was updated successfully, but these errors were encountered: