diff options
author | Chris Evich <cevich@redhat.com> | 2019-07-26 10:48:40 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-08-12 15:04:30 -0400 |
commit | d36c62d88d6d9306bf726a3ffb39e6e71a2b488f (patch) | |
tree | 8037d94e523076f12c9c6bd352dcf8093ab3b4f3 /contrib/imgprune | |
parent | 9bee6907a5d867ab866374c6c7d8a45e3fa705da (diff) | |
download | podman-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>
Diffstat (limited to 'contrib/imgprune')
-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 |