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
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.
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
The text was updated successfully, but these errors were encountered: