diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-23 19:40:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-23 19:40:52 +0200 |
commit | 7dbc6d8f36f3b85275bed998b5e34f7d5870659e (patch) | |
tree | 4ffa584cd5f374d5ffdab58d718a77dda33f0791 /.cirrus.yml | |
parent | bb253af3fdc9928388bab1fb2063e7d0b79a5e4b (diff) | |
parent | 9b2e98f1e872354f0708a86b59e16b8b86e9f8b2 (diff) | |
download | podman-7dbc6d8f36f3b85275bed998b5e34f7d5870659e.tar.gz podman-7dbc6d8f36f3b85275bed998b5e34f7d5870659e.tar.bz2 podman-7dbc6d8f36f3b85275bed998b5e34f7d5870659e.zip |
Merge pull request #3619 from cevich/workaround_missing_iamge
Cirrus: Temp. workaround missing imgprune image
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 8c4991e65..cd6bac265 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -292,7 +292,7 @@ image_prune_task: - "meta" container: - image: "quay.io/libpod/imgprune:latest" # see contrib/imgprune + image: "quay.io/cevich/imgprune:latest" # see contrib/imgprune cpu: 1 memory: 1 |