You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/02/27 21:37:42 UTC

[apisix-dashboard] branch master updated: ci: use the specified version of `skywalking` (#1524)

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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 93e55ec  ci: use the specified version of `skywalking` (#1524)
93e55ec is described below

commit 93e55ec043260feff3f4bdc489a26344d78c8512
Author: nic-chen <33...@users.noreply.github.com>
AuthorDate: Sun Feb 28 05:37:31 2021 +0800

    ci: use the specified version of `skywalking` (#1524)
---
 api/test/docker/docker-compose.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/test/docker/docker-compose.yaml b/api/test/docker/docker-compose.yaml
index c1a28d5..1c83ca7 100644
--- a/api/test/docker/docker-compose.yaml
+++ b/api/test/docker/docker-compose.yaml
@@ -191,7 +191,7 @@ services:
         ipv4_address: 172.16.238.40
 
   skywalking:
-    image: apache/skywalking-oap-server
+    image: apache/skywalking-oap-server:8.3.0-es6
     restart: always
     ports:
       - '1234:1234/tcp'