diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-13 15:29:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 15:29:02 +0200 |
commit | 4e21e56406cc26cdc36fb4b70d897b5ee12cf3f5 (patch) | |
tree | ddb09556d4d27c34cef48249f784638f8997d799 | |
parent | 031437bf5b19b5121224cdec301dd9945f38e610 (diff) | |
parent | d36c62d88d6d9306bf726a3ffb39e6e71a2b488f (diff) | |
download | podman-4e21e56406cc26cdc36fb4b70d897b5ee12cf3f5.tar.gz podman-4e21e56406cc26cdc36fb4b70d897b5ee12cf3f5.tar.bz2 podman-4e21e56406cc26cdc36fb4b70d897b5ee12cf3f5.zip |
Merge pull request #3649 from cevich/brent_is_back
Revert "Cirrus: Temp. workaround missing imgprune image"
-rw-r--r-- | .cirrus.yml | 2 | ||||
-rw-r--r-- | contrib/imgprune/Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 84b483b57..66bb7d4ce 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -289,7 +289,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 |