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

     1  ![PODMAN logo](../../logo/podman-logo-source.svg)
     2  
     3  A container image for maintaining the collection of
     4  VM images used by CI/CD on this project and several others.
     5  Acts upon metadata maintained by the imgts container.
     6  
     7  Example build (from repository root):
     8  
     9  ```bash
    10  sudo podman build -t $IMAGE_NAME -f contrib/imgprune/Dockerfile .
    11  ```