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/08/02 14:31:45 UTC

[skywalking-docker] branch master updated: Add 8.7.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 76c0c44  Add 8.7.0
76c0c44 is described below

commit 76c0c4433d34eae9c79da3d64899ad2e7bacc6b0
Author: Hongtao Gao <ha...@gmail.com>
AuthorDate: Mon Aug 2 14:31:28 2021 +0000

    Add 8.7.0
    
    Signed-off-by: Hongtao Gao <ha...@gmail.com>
---
 8/v8.7.0.sh     | 17 +++++++++++++++++
 base/Dockerfile |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/8/v8.7.0.sh b/8/v8.7.0.sh
new file mode 100644
index 0000000..604521d
--- /dev/null
+++ b/8/v8.7.0.sh
@@ -0,0 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+export SW_VERSION=8.7.0
diff --git a/base/Dockerfile b/base/Dockerfile
index aada79b..02adb7d 100644
--- a/base/Dockerfile
+++ b/base/Dockerfile
@@ -30,7 +30,7 @@ ENV SKYWALKING_TGZ=apache-skywalking-apm-es7-${SKYWALKING_VERSION}.tar.gz
 
 FROM ${tag} AS build
 
-ENV SKYWALKING_CLI_VERSION=0.6.0
+ENV SKYWALKING_CLI_VERSION=0.7.0
 ENV SKYWALKING_ASC=${SKYWALKING_TGZ}.asc
 ENV SKYWALKING_SHA512=${SKYWALKING_TGZ}.sha512
 ENV SKYWALKING_CLI_TGZ=skywalking-cli-$SKYWALKING_CLI_VERSION-bin.tgz