Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: crane: add zstd support #1752

Closed
slonopotamus opened this issue Jul 14, 2023 · 1 comment
Closed

feat: crane: add zstd support #1752

slonopotamus opened this issue Jul 14, 2023 · 1 comment

Comments

@slonopotamus
Copy link

Currently, crane append uploads gzips. However, gzip offers very low decompress speed, usually unable to saturate modern SSDs. OCI images support zstd layers. containerd, Docker, buildah, kaniko and possibly other tools have support for such images.

See opencontainers/image-spec#788

@slonopotamus
Copy link
Author

slonopotamus commented Jul 14, 2023

Duplicate of #1501

I somehow failed to find it before creating the issue, sorry.

@slonopotamus slonopotamus closed this as not planned Won't fix, can't repro, duplicate, stale Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant