You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2020/03/11 11:53:19 UTC

[skywalking] branch ci-minikube created (now b5da8be)

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

hanahmily pushed a change to branch ci-minikube
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at b5da8be  Update pre.sh

This branch includes the following new commits:

     new b5da8be  Update pre.sh

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Update pre.sh

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch ci-minikube
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit b5da8be8446e9245ccfb9c0c40fad71dfc6bd520
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Wed Mar 11 19:53:10 2020 +0800

    Update pre.sh
---
 test/e2e-mesh/e2e-istio/scripts/pre.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/e2e-mesh/e2e-istio/scripts/pre.sh b/test/e2e-mesh/e2e-istio/scripts/pre.sh
index c2b8eaa..a06f878 100755
--- a/test/e2e-mesh/e2e-istio/scripts/pre.sh
+++ b/test/e2e-mesh/e2e-istio/scripts/pre.sh
@@ -79,4 +79,5 @@ sudo add-apt-repository \
    $(lsb_release -cs) \
    stable"
 sudo apt-get update
-sudo apt-get install -y docker-ce
+sudo apt-cache madison docker-ce
+sudo apt-get install -y docker-ce=5:18.09.1~3-0~ubuntu-xenial docker-ce-cli=5:18.09.1~3-0~ubuntu-xenial containerd.io