From 5e51325e5e5f860709bd925383fc7dd4540914d2 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 6 Nov 2023 09:06:04 -0700 Subject: [PATCH] update images Requires emergency override of containers.conf SNAFU with zstd:chunked https://github.com/containers/common/issues/1730 Signed-off-by: Ed Santiago --- IMG_SFX | 2 +- cache_images/fedora_packaging.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/IMG_SFX b/IMG_SFX index 9f940a6a..ad6ae149 100644 --- a/IMG_SFX +++ b/IMG_SFX @@ -1 +1 @@ -20231004t194547z-f39f38d13 +20231109t135629z-f39f38d13 diff --git a/cache_images/fedora_packaging.sh b/cache_images/fedora_packaging.sh index 682c13cf..ed00d58c 100644 --- a/cache_images/fedora_packaging.sh +++ b/cache_images/fedora_packaging.sh @@ -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"