From 01e609d460ac9c49246dcb10b1433e2b00b20981 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 23 Jan 2019 14:08:14 -0500 Subject: [skip ci] Cirrus: Container for tracking image use Once built, this container can be utilized by automation to help keep track of VM images. All parameters are passed in via env. vars. Signed-off-by: Chris Evich --- contrib/imgts/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/imgts/README.md (limited to 'contrib/imgts/README.md') 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 . +``` -- cgit v1.2.3-54-g00ecf