diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-17 11:47:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-17 11:47:42 +0200 |
commit | 04a9cb01fec7a31a6ab4156f369a45399930e418 (patch) | |
tree | 0d3eeeb64545addef90db8eb3fcf7391386b2ea3 /contrib/imgprune/README.md | |
parent | fe833086313335f88a9aada54890a83077ff41bf (diff) | |
parent | e8564dc44f54b15dc34c9cce17d5e302c618d58e (diff) | |
download | podman-04a9cb01fec7a31a6ab4156f369a45399930e418.tar.gz podman-04a9cb01fec7a31a6ab4156f369a45399930e418.tar.bz2 podman-04a9cb01fec7a31a6ab4156f369a45399930e418.zip |
Merge pull request #3335 from cevich/imgprune
Cirrus: Print images that should be pruned
Diffstat (limited to 'contrib/imgprune/README.md')
-rw-r--r-- | contrib/imgprune/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/imgprune/README.md b/contrib/imgprune/README.md new file mode 100644 index 000000000..48abc2028 --- /dev/null +++ b/contrib/imgprune/README.md @@ -0,0 +1,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 . +``` |