This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 86dd2d24ce5 [fix](test) Modify SQLServer image to custom hub (#38515)
(#38613)
86dd2d24ce5 is described below
commit 86dd2d24ce57ba97b1a5c78b445f9a476b5b876b
Author: Dongyang Li <[email protected]>
AuthorDate: Wed Jul 31 19:21:28 2024 +0800
[fix](test) Modify SQLServer image to custom hub (#38515) (#38613)
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 e338606de6b..96e95cc0594 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]