mirror of
https://github.com/containers/podman.git
synced 2025-07-25 17:20:20 +08:00
Revert "Cirrus: Temp. workaround missing imgprune image"
This reverts commit 9b2e98f1e872354f0708a86b59e16b8b86e9f8b2. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM libpod/imgts:latest
|
||||
FROM quay.io/libpod/imgts:latest
|
||||
|
||||
RUN yum -y update && \
|
||||
yum clean all
|
||||
|
Reference in New Issue
Block a user