github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/contrib/imgts/README.md (about)

     1  ![PODMAN logo](../../logo/podman-logo-source.svg)
     2  
     3  A container image for tracking automation metadata.
     4  Currently this is used to update last-used timestamps on
     5  VM images.
     6  
     7  Example build (from repository root):
     8  
     9  ```bash
    10  sudo podman build -t $IMAGE_NAME -f contrib/imgts/Dockerfile .
    11  ```