summaryrefslogtreecommitdiff
path: root/contrib/imgts/README.md
blob: ad5ed41721d29e87dd3a57bd2b9d8f33e3203310 (plain)
1
2
3
4
5
6
7
8
9
10
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 .
```