summaryrefslogtreecommitdiff
path: root/contrib/imgprune/README.md
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-09-21 11:38:11 -0400
committerChris Evich <cevich@redhat.com>2020-10-01 14:27:32 -0400
commit7c9c159e931109edd84747cfa219917412a55076 (patch)
tree0b5d9c8c9a84cd906adf468eac32c36d9a740518 /contrib/imgprune/README.md
parent5d22eb02f95f28a87ed263afe28b7ff4bf2f6fee (diff)
downloadpodman-7c9c159e931109edd84747cfa219917412a55076.tar.gz
podman-7c9c159e931109edd84747cfa219917412a55076.tar.bz2
podman-7c9c159e931109edd84747cfa219917412a55076.zip
Migrate container images to automation_images
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/imgprune/README.md')
-rw-r--r--contrib/imgprune/README.md11
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 @@
-![PODMAN logo](../../logo/podman-logo-source.svg)
-
-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 .
-```