Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gzip): change compression block size
Several tools set this as the default value. image/copy/copy.go 56:var compressionBufferSize = 1048576 skopeo/vendor/github.com/containers/image/v5/copy/compression.go 24: compressionBufferSize = 1048576 Choosing a different value causes the final gzip'ed layer to become different although the source tar is identical, causing an content-addressable invariants to break. Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
- Loading branch information