This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 0c8c18fcb8c [fix](test) Modify SQLServer image to custom hub (#38515)
(#38614)
0c8c18fcb8c is described below
commit 0c8c18fcb8ce13bfb1d114d89a45149aeae9c763
Author: Dongyang Li <[email protected]>
AuthorDate: Wed Jul 31 19:27:45 2024 +0800
[fix](test) Modify SQLServer image to custom hub (#38515) (#38614)
pick from master #38515
Co-authored-by: zy-kkk <[email protected]>
---
docker/thirdparties/docker-compose/sqlserver/sqlserver.yaml.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/thirdparties/docker-compose/sqlserver/sqlserver.yaml.tpl
b/docker/thirdparties/docker-compose/sqlserver/sqlserver.yaml.tpl
index 724b877c9e8..5b933039e7d 100644
--- a/docker/thirdparties/docker-compose/sqlserver/sqlserver.yaml.tpl
+++ b/docker/thirdparties/docker-compose/sqlserver/sqlserver.yaml.tpl
@@ -18,7 +18,7 @@
version: '3'
services:
doris--sqlserver_2022:
- image: "mcr.microsoft.com/mssql/server:2022-latest"
+ image: "doristhirdpartydocker/mssql-server:2022-latest"
container_name: "doris--sqlserver_2022"
ports:
- ${DOCKER_SQLSERVER_EXTERNAL_PORT}:1433
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]