We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba82772 + 8747df7 commit ce2d6a3Copy full SHA for ce2d6a3
tests/e2e/bootc-install.sh
@@ -68,6 +68,12 @@ case ""${ID}-${VERSION_ID}"" in
68
;;
69
esac
70
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
77
# Setup local registry
78
greenprint "Generate certificate"
79
openssl req \
0 commit comments