Skip to content

Commit 78d7940

Browse files
authored
Merge pull request #2459 from Luap99/ci-update
update CI images to f41
2 parents 5e0eead + bc57843 commit 78d7940

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
SCRIPT_BASE: "./contrib/cirrus"
2222

2323
# Google-cloud VM Images
24-
IMAGE_SUFFIX: "c20241010t105554z-f40f39d13"
24+
IMAGE_SUFFIX: "c20241107t210000z-f41f40d13"
2525
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
2626

2727
# Container FQIN's
@@ -67,7 +67,7 @@ doccheck_task:
6767
# TODO: Can't use 'runner.sh setup' inside container. However,
6868
# removing the pre-installed package is the only necessary step
6969
# at the time of this comment.
70-
dnf erase -y skopeo # Guarantee non-interference
70+
dnf remove -y skopeo # Guarantee non-interference
7171
"${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" build
7272
"${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" doccheck
7373

contrib/cirrus/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ _run_setup() {
5353
fi
5454

5555
# VM's come with the distro. skopeo package pre-installed
56-
dnf erase -y skopeo
56+
dnf remove -y skopeo
5757

5858
msg "Removing systemd-resolved from nsswitch.conf"
5959
# /etc/resolv.conf is already set to bypass systemd-resolvd

0 commit comments

Comments
 (0)