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:19:16 UTC

[skywalking] branch wu-sheng-patch-1 updated: Update configuration.yml

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

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/wu-sheng-patch-1 by this push:
     new e138919  Update configuration.yml
e138919 is described below

commit e138919263315391cc0759d0094688a66c8aeae2
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jun 30 17:19:07 2021 +0800

    Update configuration.yml
---
 test/plugin/scenarios/mssql-jtds-scenario/configuration.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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