infra: no more images.base

This commit is contained in:
Girish Ramakrishnan
2024-12-14 20:18:07 +01:00
parent 5893f53b43
commit bd107e849b
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -183,6 +183,9 @@ for image_ref in ${images}; do
done
done
# remove after 8.2 . we used to have infra.base and this tag will prevent clean up
docker rmi -f registry.docker.com/cloudron/base:4.2.0 >/dev/null 2>&1 || true
if [[ "${is_update}" == "yes" ]]; then
log "stop box service for update"
${box_src_dir}/setup/stop.sh