From 8747df704cdc364d917fabe13801200d2afd1ae3 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Tue, 29 Oct 2024 10:31:52 +0800 Subject: [PATCH] test: Add workaround for zstd:chunked issue Issue ref: https://github.com/containers/podman/issues/22813 Signed-off-by: Xiaofeng Wang --- tests/e2e/bootc-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/e2e/bootc-install.sh b/tests/e2e/bootc-install.sh index 015a55622..fda4c1135 100755 --- a/tests/e2e/bootc-install.sh +++ b/tests/e2e/bootc-install.sh @@ -68,6 +68,12 @@ case ""${ID}-${VERSION_ID}"" in ;; esac + +# FIXME: https://github.com/containers/podman/issues/22813 +if [[ "$REDHAT_VERSION_ID" == "10" ]]; then + sed -i 's/^compression_format = .*/compression_format = "gzip"/' /usr/share/containers/containers.conf +fi + # Setup local registry greenprint "Generate certificate" openssl req \