summaryrefslogtreecommitdiff
path: root/contrib/imgprune/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/imgprune/README.md')
-rw-r--r--contrib/imgprune/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/imgprune/README.md b/contrib/imgprune/README.md
new file mode 100644
index 000000000..48abc2028
--- /dev/null
+++ b/contrib/imgprune/README.md
@@ -0,0 +1,11 @@
+![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 .
+```