Skip to content

Commit

Permalink
Merge pull request #2459 from Luap99/ci-update
Browse files Browse the repository at this point in the history
update CI images to f41
  • Loading branch information
mtrmac authored Nov 12, 2024
2 parents 5e0eead + bc57843 commit 78d7940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
SCRIPT_BASE: "./contrib/cirrus"

# Google-cloud VM Images
IMAGE_SUFFIX: "c20241010t105554z-f40f39d13"
IMAGE_SUFFIX: "c20241107t210000z-f41f40d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"

# Container FQIN's
Expand Down Expand Up @@ -67,7 +67,7 @@ doccheck_task:
# TODO: Can't use 'runner.sh setup' inside container. However,
# removing the pre-installed package is the only necessary step
# at the time of this comment.
dnf erase -y skopeo # Guarantee non-interference
dnf remove -y skopeo # Guarantee non-interference
"${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" build
"${SKOPEO_PATH}/${SCRIPT_BASE}/runner.sh" doccheck
Expand Down
2 changes: 1 addition & 1 deletion contrib/cirrus/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ _run_setup() {
fi

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

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

0 comments on commit 78d7940

Please sign in to comment.