File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,10 @@ function doBuildx(){
3232 compile=" alpine-compile" ;
3333 # test "$plat" != "--platform linux/amd64,linux/arm64,linux/arm" && compile="${compile}-dbg"
3434 # --build-arg REPO=$repo/ #temp notes, just use dockerHub's
35- args=" " "
35+ type=app ; args=" " "
3636 --provenance=false
3737 --build-arg REPO=$repo /
38+ --build-arg TYPE=$type
3839 --build-arg VER=$dver
3940 --build-arg COMPILE_IMG=$compile
4041 --build-arg NOCACHE=$( date +%Y-%m-%d_%H:%M:%S)
@@ -51,5 +52,8 @@ ver=v51 #base-v5 base-v5-slim
5152# doBuildx v2501-ubt2004 Dockerfile.ubt 20.04 &
5253# doBuildx v2501-ubt2204 Dockerfile.ubt 22.04 &
5354# doBuildx v2501-ubt2404 Dockerfile.ubt 24.04 &
54- doBuildx v2501-x11ubt2404 Dockerfile.x11base 24.04 &
55+ doBuildx v2501-x11ubt2004 Dockerfile.x11base 20.04 &
56+ doBuildx v2501-x11ubt2204 Dockerfile.x11base 22.04 &
57+ # doBuildx v2501-x11ubt2404 Dockerfile.x11base 24.04 &
58+ doBuildx v2501-x11ubt2404-dbg Dockerfile.x11base.dbg 24.04 &
5559wait
You can’t perform that action at this time.
0 commit comments