Skip to content

Commit ce2d6a3

Browse files
authored
Merge pull request #853 from henrywang/enable_gzip
test: Add workaround for zstd:chunked issue
2 parents ba82772 + 8747df7 commit ce2d6a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/e2e/bootc-install.sh

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ case ""${ID}-${VERSION_ID}"" in
6868
;;
6969
esac
7070

71+
72+
# FIXME: https://github.com/containers/podman/issues/22813
73+
if [[ "$REDHAT_VERSION_ID" == "10" ]]; then
74+
sed -i 's/^compression_format = .*/compression_format = "gzip"/' /usr/share/containers/containers.conf
75+
fi
76+
7177
# Setup local registry
7278
greenprint "Generate certificate"
7379
openssl req \

0 commit comments

Comments
 (0)