diff options
author | Chris Evich <cevich@redhat.com> | 2019-07-22 10:46:09 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-07-22 10:49:31 -0400 |
commit | 9b2e98f1e872354f0708a86b59e16b8b86e9f8b2 (patch) | |
tree | e2d5508f7388561c253d4efea56fb7073e595219 /.cirrus.yml | |
parent | ab7b47ca60da11f9e24688cfe2ae3d00eb123471 (diff) | |
download | podman-9b2e98f1e872354f0708a86b59e16b8b86e9f8b2.tar.gz podman-9b2e98f1e872354f0708a86b59e16b8b86e9f8b2.tar.bz2 podman-9b2e98f1e872354f0708a86b59e16b8b86e9f8b2.zip |
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 <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |