[issue-16381] - prevent still usefull images from being uninstalled

This commit is contained in:
GuiLeme 2023-02-08 16:03:49 -03:00
parent 6c8816c50d
commit c3d5363782

View File

@ -117,7 +117,7 @@ remove_raw_of_published_recordings
#
# Remove untagged and unamed docker images, cleanning /var/lib/docker/overlay2
#
docker images --filter "dangling=true" -q --no-trunc | xargs -r docker rmi -f
docker image prune -f
#
# Remove old *.afm and *.pfb files from /tmp directory (if any exist)