Skip to content

Commit

Permalink
Merge pull request #253 from cevich/podman-py_updates_testing
Browse files Browse the repository at this point in the history
Use updates-testing for podman-py image
  • Loading branch information
cevich authored Feb 7, 2023
2 parents 9658062 + 062166d commit 8f4a5e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IMG_SFX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20230202t193629z-f37f36u2204
20230207t150657z-f37f36u2204
5 changes: 5 additions & 0 deletions cache_images/fedora-podman-py_packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f4a5e0

Please sign in to comment.