diff options
author | Chris Evich <cevich@redhat.com> | 2019-01-23 14:08:14 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-01-24 08:47:08 -0500 |
commit | 01e609d460ac9c49246dcb10b1433e2b00b20981 (patch) | |
tree | 659c9e0bb45d6e3837d059fe5c6fad4d48a421b6 /contrib/imgts/README.md | |
parent | c9e1f365e294135968bdd4d754dca7e1044587dc (diff) | |
download | podman-01e609d460ac9c49246dcb10b1433e2b00b20981.tar.gz podman-01e609d460ac9c49246dcb10b1433e2b00b20981.tar.bz2 podman-01e609d460ac9c49246dcb10b1433e2b00b20981.zip |
[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 <cevich@redhat.com>
Diffstat (limited to 'contrib/imgts/README.md')
-rw-r--r-- | contrib/imgts/README.md | 11 |
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 . +``` |