You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/06/30 09:55:53 UTC

[skywalking] branch master updated: Fix broken image path for mssql server in testing. (#7211)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4374fac  Fix broken image path for mssql server in testing. (#7211)
4374fac is described below

commit 4374fac4cb66b0df3b5a1f044924fb0b7aeb695a
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jun 30 17:55:38 2021 +0800

    Fix broken image path for mssql server in testing. (#7211)
---
 test/plugin/scenarios/mssql-jdbc-scenario/configuration.yml | 4 ++--
 test/plugin/scenarios/mssql-jtds-scenario/configuration.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/plugin/scenarios/mssql-jdbc-scenario/configuration.yml b/test/plugin/scenarios/mssql-jdbc-scenario/configuration.yml
index 5e55a94..bdc1b75 100644
--- a/test/plugin/scenarios/mssql-jdbc-scenario/configuration.yml
+++ b/test/plugin/scenarios/mssql-jdbc-scenario/configuration.yml
@@ -23,10 +23,10 @@ depends_on:
   - mssql-server
 dependencies:
   mssql-server:
-    image: microsoft/mssql-server-linux
+    image: mcr.microsoft.com/mssql/server
     hostname: mssql-server
     expose:
       - "1433"
     environment:
       - SA_PASSWORD=yourStrong(!)Password
-      - ACCEPT_EULA=Y
\ No newline at end of file
+      - ACCEPT_EULA=Y
diff --git a/test/plugin/scenarios/mssql-jtds-scenario/configuration.yml b/test/plugin/scenarios/mssql-jtds-scenario/configuration.yml
index d97ac50..c1904ca 100644
--- a/test/plugin/scenarios/mssql-jtds-scenario/configuration.yml
+++ b/test/plugin/scenarios/mssql-jtds-scenario/configuration.yml
@@ -23,10 +23,10 @@ depends_on:
   - mssql-server
 dependencies:
   mssql-server:
-    image: microsoft/mssql-server-linux
+    image: mcr.microsoft.com/mssql/server
     hostname: mssql-server
     expose:
       - "1433"
     environment:
       - SA_PASSWORD=yourStrong(!)Password
-      - ACCEPT_EULA=Y
\ No newline at end of file
+      - ACCEPT_EULA=Y