File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 28
28
UBUNTU_NAME : " ubuntu-2110"
29
29
30
30
# Google-cloud VM Images
31
- IMAGE_SUFFIX : " c6226133906620416 "
31
+ IMAGE_SUFFIX : " c4764556961513472 "
32
32
FEDORA_CACHE_IMAGE_NAME : " fedora-${IMAGE_SUFFIX}"
33
33
PRIOR_FEDORA_CACHE_IMAGE_NAME : " prior-fedora-${IMAGE_SUFFIX}"
34
34
UBUNTU_CACHE_IMAGE_NAME : " ubuntu-${IMAGE_SUFFIX}"
Original file line number Diff line number Diff line change @@ -64,6 +64,10 @@ _run_setup() {
64
64
# Required for testing the SIF transport
65
65
dnf install -y fakeroot squashfs-tools
66
66
67
+ msg " Removing systemd-resolved from nsswitch.conf"
68
+ # /etc/resolv.conf is already set to bypass systemd-resolvd
69
+ sed -i -r -e ' s/^(hosts.+)resolve.+dns/\1dns/' /etc/nsswitch.conf
70
+
67
71
# A slew of compiled binaries are pre-built and distributed
68
72
# within the CI/Dev container image, but we want to run
69
73
# things directly on the host VM. Fortunately they're all
You can’t perform that action at this time.
0 commit comments