framadate ci cleanup images
This commit is contained in:
parent
678673cef9
commit
9f6b22dc54
|
@ -15,6 +15,7 @@ if ! podman image exists ${framadate_image}:${framadate_version}; then
|
|||
podman image prune -a -f --filter dangling=true
|
||||
podman image prune -a -f --filter intermediate=true
|
||||
podman image rm -f $(podman image list -a -q -- docker.io/library/php)
|
||||
podman image rm -f $(podman image list -a -q -- docker.io/library/composer)
|
||||
eval "$retval"
|
||||
else
|
||||
echo "Image ${framadate_image}:${framadate_version} already built"
|
||||
|
|
Loading…
Reference in a new issue