summaryrefslogtreecommitdiff
path: root/contrib/imgts/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/imgts/README.md')
-rw-r--r--contrib/imgts/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/imgts/README.md b/contrib/imgts/README.md
new file mode 100644
index 000000000..ad5ed4172
--- /dev/null
+++ b/contrib/imgts/README.md
@@ -0,0 +1,11 @@
+![PODMAN logo](../../logo/podman-logo-source.svg)
+
+A container image for tracking automation metadata.
+Currently this is used to update last-used timestamps on
+VM images.
+
+Example build (from repository root):
+
+```bash
+sudo podman build -t $IMAGE_NAME -f contrib/imgts/Dockerfile .
+```