Skip to content

Commit

Permalink
test: Add workaround for zstd:chunked issue
Browse files Browse the repository at this point in the history
Issue ref: containers/podman#22813

Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
henrywang committed Oct 29, 2024
1 parent 927ad1a commit 8747df7
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 8747df7

Please sign in to comment.