This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git


The following commit(s) were added to refs/heads/develop by this push:
     new dd619a96 修改 istio 编译镜像 (#538)
dd619a96 is described below

commit dd619a966bf2f49609a2c4d16bfb6403e757337b
Author: bobtthp <[email protected]>
AuthorDate: Thu Jan 19 09:57:50 2023 +0800

    修改 istio 编译镜像 (#538)
    
    * update default namespace dubbo-system
    
    * self sign cert
    
    * fix part of ut
    
    * fix operator ut
    
    * fix mtls ut
    
    * update build image version
    
    Co-authored-by: bobtthp <[email protected]>
---
 common/scripts/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scripts/run.sh b/common/scripts/run.sh
index 020fdbbc..4e8e9701 100755
--- a/common/scripts/run.sh
+++ b/common/scripts/run.sh
@@ -45,7 +45,7 @@ read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}"
 for arg in "$@" ; do
   if [[ $arg =~ "pilot-discovery" || $arg =~ "istioctl" || $arg =~ "init" ]]
   then
-    IMG="docker.io/golang:latest"
+    IMG="docker.io/golang:1.18"
   fi
   done
 

Reply via email to