From 9b2e98f1e872354f0708a86b59e16b8b86e9f8b2 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 22 Jul 2019 10:46:09 -0400 Subject: Cirrus: Temp. workaround missing imgprune image The 'image_prune' task only runs on master, post-merge and is currently failing for all builds. This is because it references a non-existent image. The person with access to add/enable this image is on PTO. Fix this by temporarily using a hand-built image until an automatic build can be added. Signed-off-by: Chris Evich --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 578a3eef0..10470e14e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -292,7 +292,7 @@ image_prune_task: - "meta" container: - image: "quay.io/libpod/imgprune:latest" # see contrib/imgprune + image: "quay.io/cevich/imgprune:latest" # see contrib/imgprune cpu: 1 memory: 1 -- cgit v1.2.3-54-g00ecf