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
sources/skopeo: fetch index manifest for container
With the local format being `dir` now, we can copy the manifest
specified in the source digest. We can then merge the list manifest
into the image directory when requested by the user. The effect of this
is that the digest of the final image in the container registry will
match the manifest digest. This enables users to specify an image's
manifest digest or a multi-image manifest list digest which will be
preserved in the container store on the final OS. Then, they can run
the container using the same digest that was specified in the input.
This may become a feature of Skopeo (or other tooling) in the future.
See containers/skopeo#1935
0 commit comments