txlyre 1 year ago
parent
commit
ee22915d1e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      buildall.sh

+ 5 - 0
buildall.sh

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