File tree Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 33
44cd " $( dirname " $0 " ) "
55
6- docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-a:2.0.2
6+ docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-a:2.0.3
77
88if [ -n " ${REGISTRY} " ]; then
9- docker push ${REGISTRY} spring-cloud-a:2.0.2
9+ docker push ${REGISTRY} spring-cloud-a:2.0.3
1010fi
Original file line number Diff line number Diff line change 22
33cd " $( dirname " $0 " ) "
44
5- docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-b:2.0.2
5+ docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-b:2.0.3
66
77if [ -n " ${REGISTRY} " ]; then
8- docker push ${REGISTRY} spring-cloud-b:2.0.2
8+ docker push ${REGISTRY} spring-cloud-b:2.0.3
99fi
Original file line number Diff line number Diff line change 33
44cd " $( dirname " $0 " ) "
55
6- docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-c:2.0.2
6+ docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-c:2.0.3
77
88if [ -n " ${REGISTRY} " ]; then
9- docker push ${REGISTRY} spring-cloud-c:2.0.2
9+ docker push ${REGISTRY} spring-cloud-c:2.0.3
1010fi
Original file line number Diff line number Diff line change 33
44cd " $( dirname " $0 " ) "
55
6- docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-zuul:2.0.2
6+ docker build --platform linux/amd64 . -t ${REGISTRY} spring-cloud-zuul:2.0.3
77
88if [ -n " ${REGISTRY} " ]; then
9- docker push ${REGISTRY} spring-cloud-zuul:2.0.2
9+ docker push ${REGISTRY} spring-cloud-zuul:2.0.3
1010fi
Original file line number Diff line number Diff line change 22registry : registry.cn-hangzhou.aliyuncs.com/mse-demo-hz/
33
44images :
5- version : 2.0.2
5+ version : 2.0.3
66
77mse :
88 namespace : mse-demo
Original file line number Diff line number Diff line change 33
44cd " $( dirname " $0 " ) "
55
6- docker build --platform linux/amd64 . -t ${REGISTRY} demo-mysql:2.0.2
6+ docker build --platform linux/amd64 . -t ${REGISTRY} demo-mysql:2.0.3
77
88if [ -n " ${REGISTRY} " ]; then
9- docker push ${REGISTRY} demo-mysql:2.0.2
10- fi
9+ docker push ${REGISTRY} demo-mysql:2.0.3
10+ fi
11+
You can’t perform that action at this time.
0 commit comments