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
I'm building the images in a CI and I would like to speed up things by using zstd cache.
Cache gets created and reused just fine, however it seems to be compressed using gzip, even if I have something like this which causes the final images to be pushed (buildah push) with the right compression format.
tee "/etc/containers/containers.conf.d/myconf.conf"<<EOF[engine]compression_format="zstd:chunked"compression_level=3EOF
Is there a way to specify how to compress the cached layers when doing
buildah build
, of course with--layers
?It seems like the cache has
MIMEType
application/vnd.oci.image.layer.v1.tar+gzip
The text was updated successfully, but these errors were encountered: