diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-02 06:33:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 06:33:26 -0400 |
commit | f372f4bea35a7a2e3a9a4745d6099c08d19c6db5 (patch) | |
tree | 93df890159bfa9bc9bff1762126611a5aaf090a3 /contrib/imgprune/README.md | |
parent | 00c7b493a0565205aa054be7708281874163c85d (diff) | |
parent | 7c9c159e931109edd84747cfa219917412a55076 (diff) | |
download | podman-f372f4bea35a7a2e3a9a4745d6099c08d19c6db5.tar.gz podman-f372f4bea35a7a2e3a9a4745d6099c08d19c6db5.tar.bz2 podman-f372f4bea35a7a2e3a9a4745d6099c08d19c6db5.zip |
Merge pull request #7711 from cevich/migrate_imgs
Migrate container images to automation_images
Diffstat (limited to 'contrib/imgprune/README.md')
-rw-r--r-- | contrib/imgprune/README.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/imgprune/README.md b/contrib/imgprune/README.md deleted file mode 100644 index 48abc2028..000000000 --- a/contrib/imgprune/README.md +++ /dev/null @@ -1,11 +0,0 @@ - - -A container image for maintaining the collection of -VM images used by CI/CD on this project and several others. -Acts upon metadata maintained by the imgts container. - -Example build (from repository root): - -```bash -sudo podman build -t $IMAGE_NAME -f contrib/imgprune/Dockerfile . -``` |