skopeo icon indicating copy to clipboard operation
skopeo copied to clipboard

Expose copy.Options.ForceCompressionFormat

Open stephenjudkins opened this issue 9 months ago • 6 comments

Steps to reproduce:

  • Generate a local docker archive (test.tar) that uses uncompressed tarballs as layers
  • Run skopeo copy docker-archive:test.tar dir://out
  • Observe that the manifest in out/manifest.json has layers specified as "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip"
  • Observe that the actual layer files are uncompressed tarballs: e719c9bac8ba3f1aac6ab6d3dbd006be2bee3dca4030e0fca96297ba72bdb569/layer.tar: POSIX tar archive

stephenjudkins avatar May 29 '24 22:05 stephenjudkins