From 062166d3b009f4bf5ed4525c0df4442b70f07b80 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 7 Feb 2023 10:13:24 -0500 Subject: [PATCH] Use updates-testing for podman-py image Signed-off-by: Chris Evich --- IMG_SFX | 2 +- cache_images/fedora-podman-py_packaging.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/IMG_SFX b/IMG_SFX index 69fb095d..4f0ee425 100644 --- a/IMG_SFX +++ b/IMG_SFX @@ -1 +1 @@ -20230202t193629z-f37f36u2204 +20230207t150657z-f37f36u2204 diff --git a/cache_images/fedora-podman-py_packaging.sh b/cache_images/fedora-podman-py_packaging.sh index b45e76c2..c4d5a529 100644 --- a/cache_images/fedora-podman-py_packaging.sh +++ b/cache_images/fedora-podman-py_packaging.sh @@ -14,6 +14,11 @@ REPO_DIRPATH=$(realpath "$SCRIPT_DIRPATH/../") # shellcheck source=./lib.sh source "$REPO_DIRPATH/lib.sh" +# shellcheck disable=SC2154 +warn "Enabling updates-testing repository for $PACKER_BUILD_NAME" +lilto ooe.sh $SUDO dnf install -y 'dnf-command(config-manager)' +lilto ooe.sh $SUDO dnf config-manager --set-enabled updates-testing + msg "Updating/Installing repos and packages for $OS_REL_VER" bigto ooe.sh $SUDO dnf update -y