forked from gramcha/ubuntu-node-nginx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.sh
executable file
·23 lines (14 loc) · 1.1 KB
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#version=3.0.1
#docker buildx build --push --tag gramcha/ubuntu-node-nginx:$version -f Dockerfile-node18 -o type=image --platform=linux/arm64,linux/amd64 .
#version=2.0.1
#docker buildx build --push --tag gramcha/ubuntu-node-nginx:$version -f Dockerfile-node14 -o type=image --platform=linux/arm64,linux/amd64 .
#version=4.0.0
#docker buildx build --push --tag gramcha/ubuntu-node-nginx:$version -f Dockerfile-node18-nginx-consul -o type=image --platform=linux/arm64,linux/amd64 .
#version=5.0.0
#docker buildx build --push --tag gramcha/ubuntu-node-nginx:$version -f Dockerfile-node18-nginx-consul -o type=image --platform=linux/arm64,linux/amd64 .
# ubuntu 22.04, node v18.20.2, nginx 1.18.0, consul 1.9.4
#version=6.0.0
#docker buildx build --push --tag gramcha/ubuntu-node-nginx:$version -f Dockerfile-node18-nginx-consul -o type=image --platform=linux/arm64,linux/amd64 .
# ubuntu 22.04, node v18.20.2, nginx 1.18.0, consul 1.9.4, weasyprint
version=6.0.1
docker buildx build --push --tag gramcha/ubuntu-node-nginx:$version -f Dockerfile-node18-nginx-consul -o type=image --platform=linux/arm64,linux/amd64 .