From 4d001a4e5466879130fe7df8e36276edf183ed19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 17 Jun 2022 21:09:33 +0200 Subject: [PATCH] Use an updated CI image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from https://github.com/containers/automation_images/pull/137 . This updates the docker/distribution registry to 2.8.1, allowing it to accept OCI images. Signed-off-by: Miloslav Trmač --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0cf802b833..c7e5be8722 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -37,7 +37,7 @@ env: UBUNTU_NAME: "ubuntu-2204" # Google-cloud VM Images - IMAGE_SUFFIX: "c5878804328480768" + IMAGE_SUFFIX: "c6340043416535040" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}"