mirror of
https://github.com/containers/skopeo.git
synced 2025-09-04 16:20:23 +00:00
Merge pull request #1558 from cevich/new_python_images
Cirrus: Use updated VM images
This commit is contained in:
@@ -28,7 +28,7 @@ env:
|
|||||||
UBUNTU_NAME: "ubuntu-2110"
|
UBUNTU_NAME: "ubuntu-2110"
|
||||||
|
|
||||||
# Google-cloud VM Images
|
# Google-cloud VM Images
|
||||||
IMAGE_SUFFIX: "c6226133906620416"
|
IMAGE_SUFFIX: "c4764556961513472"
|
||||||
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
|
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
|
||||||
PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}"
|
PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}"
|
||||||
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}"
|
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}"
|
||||||
|
@@ -64,6 +64,10 @@ _run_setup() {
|
|||||||
# Required for testing the SIF transport
|
# Required for testing the SIF transport
|
||||||
dnf install -y fakeroot squashfs-tools
|
dnf install -y fakeroot squashfs-tools
|
||||||
|
|
||||||
|
msg "Removing systemd-resolved from nsswitch.conf"
|
||||||
|
# /etc/resolv.conf is already set to bypass systemd-resolvd
|
||||||
|
sed -i -r -e 's/^(hosts.+)resolve.+dns/\1dns/' /etc/nsswitch.conf
|
||||||
|
|
||||||
# A slew of compiled binaries are pre-built and distributed
|
# A slew of compiled binaries are pre-built and distributed
|
||||||
# within the CI/Dev container image, but we want to run
|
# within the CI/Dev container image, but we want to run
|
||||||
# things directly on the host VM. Fortunately they're all
|
# things directly on the host VM. Fortunately they're all
|
||||||
|
Reference in New Issue
Block a user