فهرست منبع

Run garbage collection with -f without asking questions (#4147)

Claus Overbeck 4 سال پیش
والد
کامیت
6f02833d89
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      update.sh

+ 2 - 1
update.sh

@@ -106,7 +106,8 @@ docker_garbage() {
         echo "OK, skipped."
       fi
     else
-      echo "Skipped image removal because of force mode."
+      echo "Running image removal without extra confirmation due to force mode."
+      docker rmi ${IMGS_TO_DELETE[*]}
     fi
   fi
   echo -e "\e[32mFurther cleanup...\e[0m"