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:20 UTC

[skywalking] 01/01: Update pre.sh

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