You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to extend the inspect endpoint so that when it's specified a container reference identified a manifest index, the index content is returned instead of the container using a default platform.
Description
Lets consider the following container image reference docker.io/library/busybox:1.36.1-musl. This identify a multi-platform container having the following index manifest
Summary
The goal of this issue is to extend the inspect endpoint so that when it's specified a container reference identified a manifest index, the index content is returned instead of the container using a default platform.
Description
Lets consider the following container image reference
docker.io/library/busybox:1.36.1-musl
. This identify a multi-platform container having the following index manifestThe access to a specific container requires providing a specific platform (ie. arch) e.g.
linux/amd64
.The goal of this issues is to extend the inspect endpoint so that it returns the content of the index is the a specific
platform
is not specifiedThe text was updated successfully, but these errors were encountered: