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 2021/02/05 14:50:17 UTC

[skywalking-docker] branch release-refactor updated: Add sha512

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

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


The following commit(s) were added to refs/heads/release-refactor by this push:
     new 4a3ca2f  Add sha512
4a3ca2f is described below

commit 4a3ca2f3f6ac20ae98443b5f68c8d4bac6eb1d79
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Fri Feb 5 22:48:50 2021 +0800

    Add sha512
    
    Signed-off-by: Gao Hongtao <ha...@gmail.com>
---
 base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/Dockerfile b/base/Dockerfile
index df5be1e..46e24b3 100644
--- a/base/Dockerfile
+++ b/base/Dockerfile
@@ -69,7 +69,7 @@ ENV SKYWALKING_CLI_ASC_URLS \
 	    https://www.apache.org/dist/skywalking/cli/$SKYWALKING_CLI_VERSION/$SKYWALKING_CLI_ASC \
 	    https://archive.apache.org/dist/skywalking/cli/$SKYWALKING_CLI_VERSION/$SKYWALKING_CLI_ASC
 
-ENV SKYWALKING_CLI_ASC_URLS \
+ENV SKYWALKING_CLI_SHA512_URLS \
         https://www.apache.org/dyn/closer.cgi?action=download&filename=skywalking/$SKYWALKING_CLI_VERSION/$SKYWALKING_CLI_SHA512 \
         # if the version is outdated, we might have to pull from the dist/archive :/
 	    https://www-us.apache.org/dist/skywalking/cli/$SKYWALKING_CLI_VERSION/$SKYWALKING_CLI_SHA512 \