Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
Requires emergency override of containers.conf SNAFU with zstd:chunked

containers/common#1730

Signed-off-by: Ed Santiago <santiago@redhat.com>
  • Loading branch information
edsantiago committed Nov 9, 2023
1 parent b1b966e commit 5e51325
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IMG_SFX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20231004t194547z-f39f38d13
20231109t135629z-f39f38d13
4 changes: 4 additions & 0 deletions cache_images/fedora_packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ DOWNLOAD_PACKAGES=(\
msg "Installing general build/test dependencies"
bigto $SUDO dnf install -y $EXARG "${INSTALL_PACKAGES[@]}"

# FIXME! 2023-11-09 emergency workaround for zstd:chunked crisis
# Override until such time as podman tests actually *WORK* with zstd
sed -i -e '/^compression_format/d' /usr/share/containers/containers.conf

msg "Downloading packages for optional installation at runtime, as needed."
$SUDO mkdir -p "$PACKAGE_DOWNLOAD_DIR"
cd "$PACKAGE_DOWNLOAD_DIR"
Expand Down

0 comments on commit 5e51325

Please sign in to comment.