txlyre před 1 rokem
rodič
revize
ee22915d1e
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      buildall.sh

+ 5 - 0
buildall.sh

@@ -18,6 +18,11 @@ cd langs
 for dir in */
 do
     dir="${dir%*/}"
+
+    if podman image exists "$dir-runner"; then
+      continue
+    fi
+
     template="$(cat $dir/Dockerfile)"
 
     echo "$START