File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments