Skip to content

Commit

Permalink
Merge pull request #482 from Luap99/new-images
Browse files Browse the repository at this point in the history
New CI Images
openshift-merge-bot[bot] authored Dec 13, 2024
2 parents 442c7a5 + f8324c2 commit d3dd154
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ env:
#### Cache-image names to test with (double-quotes around names are critical)
####
# Google-cloud VM Images
IMAGE_SUFFIX: "c20241015t085508z-f40f39d13"
IMAGE_SUFFIX: "c20241212t122344z-f41f40d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-podman-py-${IMAGE_SUFFIX}"


2 changes: 1 addition & 1 deletion contrib/cirrus/build_podman.sh
Original file line number Diff line number Diff line change
@@ -4,6 +4,6 @@ set -xeo pipefail

systemctl stop podman.socket || :

dnf erase podman -y
dnf remove podman -y
dnf copr enable rhcontainerbot/podman-next -y
dnf install podman -y

0 comments on commit d3dd154

Please sign in to comment.