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 2019/09/12 02:52:58 UTC

[skywalking-docker] branch master updated: Update dependencies

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 b15c419  Update dependencies
b15c419 is described below

commit b15c419d47165ec67f3fbb0b5194434ac3acb3bd
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Thu Sep 12 10:52:48 2019 +0800

    Update dependencies
---
 6/6.4/compose/docker-compose.yml | 4 ++--
 6/6.4/oap/Dockerfile             | 2 +-
 6/6.4/ui/Dockerfile              | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/6/6.4/compose/docker-compose.yml b/6/6.4/compose/docker-compose.yml
index a7a3a97..20eccf7 100644
--- a/6/6.4/compose/docker-compose.yml
+++ b/6/6.4/compose/docker-compose.yml
@@ -32,7 +32,7 @@ services:
         soft: -1
         hard: -1
   oap:
-    image: apache/skywalking-oap-server:6.3.0
+    image: apache/skywalking-oap-server:6.4.0
     container_name: oap
     depends_on:
       - elasticsearch
@@ -46,7 +46,7 @@ services:
       SW_STORAGE: elasticsearch
       SW_STORAGE_ES_CLUSTER_NODES: elasticsearch:9200
   ui:
-    image: apache/skywalking-ui:6.3.0
+    image: apache/skywalking-ui:6.4.0
     container_name: ui
     depends_on:
       - oap
diff --git a/6/6.4/oap/Dockerfile b/6/6.4/oap/Dockerfile
index c5d2cf9..303756d 100644
--- a/6/6.4/oap/Dockerfile
+++ b/6/6.4/oap/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM apache/skywalking-base:6.3.0 AS build
+FROM apache/skywalking-base:6.4.0 AS build
 
 WORKDIR skywalking
 
diff --git a/6/6.4/ui/Dockerfile b/6/6.4/ui/Dockerfile
index 110f296..40a33bf 100644
--- a/6/6.4/ui/Dockerfile
+++ b/6/6.4/ui/Dockerfile
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM apache/skywalking-base:6.3.0 AS build
+FROM apache/skywalking-base:6.4.0 AS build
 
 WORKDIR skywalking