framadate ci cleanup images

This commit is contained in:
Gitouche 2024-05-17 23:55:51 +02:00
parent 678673cef9
commit 9f6b22dc54

View file

@ -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"