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
fails with FATA[0000] creating an updated image manifest: preparing updated manifest, layer "sha256:…": zstd compression is not supported for type "application/vnd.docker.image.rootfs.diff.tar"
because determineManifestConversion sees that all formats are accepted, and thinks that there is no reason to try anything but the source format.
The text was updated successfully, but these errors were encountered:
E.g.
skopeo copy --dest-compress --dest-compress-format=zstd dir:uncompressed-schema2 dir:dest
fails with
FATA[0000] creating an updated image manifest: preparing updated manifest, layer "sha256:…": zstd compression is not supported for type "application/vnd.docker.image.rootfs.diff.tar"
because
determineManifestConversion
sees that all formats are accepted, and thinks that there is no reason to try anything but the source format.The text was updated successfully, but these errors were encountered: