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 /contrib | |
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"
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/imgprune/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |