From 52e43d633f45d41448c918a18ace0ecbc6af5f1a Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 24 Apr 2024 05:52:34 -0600 Subject: [PATCH] CI VMs: bump to new versions with tmpfs /tmp For the last long time, Fedora CI VMs have had a disk /tmp. Real-world setups typically have tmpfs /tmp. This switches to CI VMs that reflect the real world. See https://github.com/containers/automation_images/pull/340 Signed-off-by: Ed Santiago --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d09baa5fa..ae11bc3d8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,7 +30,7 @@ env: SKOPEO_PR: # Google-cloud VM Images - IMAGE_SUFFIX: "c20240320t153921z-f39f38d13" + IMAGE_SUFFIX: "c20240411t124913z-f39f38d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" DEBIAN_CACHE_IMAGE_NAME: "debian-${IMAGE_SUFFIX}"