From 2ee73922cca69c6cd28b4d4a158c28bda3acc31e Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 24 Apr 2024 05:16:01 -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 e2588a8d..546dde7c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -21,7 +21,7 @@ env: SCRIPT_BASE: "./contrib/cirrus" # Google-cloud VM Images - IMAGE_SUFFIX: "c20240320t153921z-f39f38d13" + IMAGE_SUFFIX: "c20240411t124913z-f39f38d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" # Container FQIN's