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