txlyre 1 năm trước cách đây
mục cha
commit
ee22915d1e
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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