Closed tnk4on closed 2 months ago
The cause is that the setting of /usr/share/containers/containers.conf in machine-os has been changed.
core@localhost:~$ sudo grep compression_format /usr/share/containers/containers.conf
#compression_format = "gzip"
compression_format = "zstd:chunked"
The containers-conf changes should only be in Rawhide not a released version yet.
@tnk4on Did you find any issues with zstd:chunked, or just noticed the change leaked in.
@rhatdan Yes, there is nothing wrong with zstd:chunked itself. I just noticed a behavior that is not in the documentation or in the release.
A friendly reminder that this issue had no activity for 30 days.
I think that should be fixed in the latest 5.2 images
Issue Description
I don't know if this is a bug or a spec since v5.1, but I noticed it when testing push. When I do a
podman push
, it uses zstd:chunked instead of gzip. In v5.0, it continues to be gzip.The default value for c/common seems to be gzip. https://github.com/containers/common/blob/b7856429642a2d2eb5b3cc6656b7057ecfc4b4ad/pkg/config/default.go#L358
Steps to reproduce the issue
Steps to reproduce the issue
Podman machine v5.1
Podman machine v5.0
Describe the results you received
"MIMEType": "application/vnd.oci.image.layer.v1.tar+zstd",
Describe the results you expected
"MIMEType": "application/vnd.oci.image.layer.v1.tar+gzip",
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
Additional information
No response