Skip to content

Commit 44fdfe3

Browse files
committed
update online boutique demo
1 parent 581228b commit 44fdfe3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/apache/dubbo-go-samples
22

33
require (
4-
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2
4+
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2
55
github.com/SkyAPM/go2sky v1.5.0
66
github.com/SkyAPM/go2sky-plugins/dubbo-go v0.0.0-20220718123631-cb8f743b16cf
77
github.com/alibaba/sentinel-golang v1.0.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ contrib.go.opencensus.io/exporter/prometheus v0.4.1/go.mod h1:t9wvfitlUjGXG2IXAZ
3939
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
4040
dubbo.apache.org/dubbo-go/v3 v3.0.2-0.20220508105316-b27ec53b7bab/go.mod h1:Ytn9MtmsFYkpa1bzW/3loUFBgm7eJ3M3+XWRurhbBZc=
4141
dubbo.apache.org/dubbo-go/v3 v3.0.2/go.mod h1:bODgByAf72kzG/5YIfZIODXx81pY3gaAdIQ8B4mN/Yk=
42-
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2 h1:R9qHDDXRg3rHzJJTdpkI7NqgVaAwpnfK7Wh0sgWeO2M=
43-
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2/go.mod h1:ECpY0g32XJMG2irWj6wttH94zA5QU70Alc5hmOyXgu4=
42+
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2 h1:RMYc9hRr9u+yu7x2bJbJ9cVQkZeYDhwVLSzLSVmXpe4=
43+
dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2/go.mod h1:ECpY0g32XJMG2irWj6wttH94zA5QU70Alc5hmOyXgu4=
4444
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
4545
github.com/BurntSushi/toml v1.1.0 h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I=
4646
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=

online_boutique_demo/release/kubernetes-manifests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ spec:
194194
terminationGracePeriodSeconds: 5
195195
containers:
196196
- name: server
197-
image:
197+
image: sca-registry.cn-hangzhou.cr.aliyuncs.com/dubbo/online-boutique-recommendation-service:1.0-go
198198
ports:
199199
- containerPort: 20011
200200
readinessProbe:
@@ -918,7 +918,7 @@ spec:
918918
initContainers:
919919
containers:
920920
- name: zookeeper
921-
image: docker.io/bitnami/zookeeper:3.8.1-debian-11-r18
921+
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/zookeeper:3.8.1-debian-11-r18
922922
imagePullPolicy: "IfNotPresent"
923923
securityContext:
924924
allowPrivilegeEscalation: false

online_boutique_demo/src/cartservice/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ build:
3737

3838
.PHONY: docker
3939
docker:
40-
@docker build -t cartService:latest .
40+
@docker build -t cartservice:latest .
4141
@docker tag cartservice:latest ken222/online-boutique-cart-service:1.0-go
4242
@docker push ken222/online-boutique-cart-service:1.0-go

0 commit comments

Comments
 (0)