Skip to content

Commit

Permalink
Merge pull request #853 from henrywang/enable_gzip
Browse files Browse the repository at this point in the history
test: Add workaround for zstd:chunked issue
  • Loading branch information
vrothberg authored Oct 29, 2024
2 parents ba82772 + 8747df7 commit ce2d6a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/e2e/bootc-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ce2d6a3

Please sign in to comment.