This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 44fdfe32 update online boutique demo
44fdfe32 is described below
commit 44fdfe32451c4c76d027aecaa0368bd2b113ec29
Author: chickenlj <[email protected]>
AuthorDate: Sun Aug 25 11:49:02 2024 +0800
update online boutique demo
---
go.mod | 2 +-
go.sum | 4 ++--
online_boutique_demo/release/kubernetes-manifests.yaml | 4 ++--
online_boutique_demo/src/cartservice/Makefile | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/go.mod b/go.mod
index 3857cec2..4f02b049 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/apache/dubbo-go-samples
require (
- dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2
+ dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2
github.com/SkyAPM/go2sky v1.5.0
github.com/SkyAPM/go2sky-plugins/dubbo-go
v0.0.0-20220718123631-cb8f743b16cf
github.com/alibaba/sentinel-golang v1.0.4
diff --git a/go.sum b/go.sum
index cc73bc33..e93314d7 100644
--- a/go.sum
+++ b/go.sum
@@ -39,8 +39,8 @@ contrib.go.opencensus.io/exporter/prometheus v0.4.1/go.mod
h1:t9wvfitlUjGXG2IXAZ
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod
h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
dubbo.apache.org/dubbo-go/v3 v3.0.2-0.20220508105316-b27ec53b7bab/go.mod
h1:Ytn9MtmsFYkpa1bzW/3loUFBgm7eJ3M3+XWRurhbBZc=
dubbo.apache.org/dubbo-go/v3 v3.0.2/go.mod
h1:bODgByAf72kzG/5YIfZIODXx81pY3gaAdIQ8B4mN/Yk=
-dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2
h1:R9qHDDXRg3rHzJJTdpkI7NqgVaAwpnfK7Wh0sgWeO2M=
-dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2/go.mod
h1:ECpY0g32XJMG2irWj6wttH94zA5QU70Alc5hmOyXgu4=
+dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2
h1:RMYc9hRr9u+yu7x2bJbJ9cVQkZeYDhwVLSzLSVmXpe4=
+dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2/go.mod
h1:ECpY0g32XJMG2irWj6wttH94zA5QU70Alc5hmOyXgu4=
github.com/BurntSushi/toml v0.3.1/go.mod
h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.1.0
h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I=
github.com/BurntSushi/toml v1.1.0/go.mod
h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
diff --git a/online_boutique_demo/release/kubernetes-manifests.yaml
b/online_boutique_demo/release/kubernetes-manifests.yaml
index 2ea5c9c2..7c1e28cf 100644
--- a/online_boutique_demo/release/kubernetes-manifests.yaml
+++ b/online_boutique_demo/release/kubernetes-manifests.yaml
@@ -194,7 +194,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
- image:
+ image:
sca-registry.cn-hangzhou.cr.aliyuncs.com/dubbo/online-boutique-recommendation-service:1.0-go
ports:
- containerPort: 20011
readinessProbe:
@@ -918,7 +918,7 @@ spec:
initContainers:
containers:
- name: zookeeper
- image: docker.io/bitnami/zookeeper:3.8.1-debian-11-r18
+ image:
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/zookeeper:3.8.1-debian-11-r18
imagePullPolicy: "IfNotPresent"
securityContext:
allowPrivilegeEscalation: false
diff --git a/online_boutique_demo/src/cartservice/Makefile
b/online_boutique_demo/src/cartservice/Makefile
index 08b5a8e6..c71f7c86 100644
--- a/online_boutique_demo/src/cartservice/Makefile
+++ b/online_boutique_demo/src/cartservice/Makefile
@@ -37,6 +37,6 @@ build:
.PHONY: docker
docker:
- @docker build -t cartService:latest .
+ @docker build -t cartservice:latest .
@docker tag cartservice:latest
ken222/online-boutique-cart-service:1.0-go
@docker push ken222/online-boutique-cart-service:1.0-go