summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-07-26 10:48:40 -0400
committerChris Evich <cevich@redhat.com>2019-08-12 15:04:30 -0400
commitd36c62d88d6d9306bf726a3ffb39e6e71a2b488f (patch)
tree8037d94e523076f12c9c6bd352dcf8093ab3b4f3
parent9bee6907a5d867ab866374c6c7d8a45e3fa705da (diff)
downloadpodman-d36c62d88d6d9306bf726a3ffb39e6e71a2b488f.tar.gz
podman-d36c62d88d6d9306bf726a3ffb39e6e71a2b488f.tar.bz2
podman-d36c62d88d6d9306bf726a3ffb39e6e71a2b488f.zip
Revert "Cirrus: Temp. workaround missing imgprune image"
This reverts commit 9b2e98f1e872354f0708a86b59e16b8b86e9f8b2. Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r--.cirrus.yml2
-rw-r--r--contrib/imgprune/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index dfcd86a5d..cc5a005c6 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -286,7 +286,7 @@ image_prune_task:
- "meta"
container:
- image: "quay.io/cevich/imgprune:latest" # see contrib/imgprune
+ image: "quay.io/libpod/imgprune:latest" # see contrib/imgprune
cpu: 1
memory: 1
diff --git a/contrib/imgprune/Dockerfile b/contrib/imgprune/Dockerfile
index 26329e828..b0dc77da5 100644
--- a/contrib/imgprune/Dockerfile
+++ b/contrib/imgprune/Dockerfile
@@ -1,4 +1,4 @@
-FROM libpod/imgts:latest
+FROM quay.io/libpod/imgts:latest
RUN yum -y update && \
yum clean all