This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 276dc3b03bb [fix](test) Modify SQLServer image to custom hub (#38515)
(#38690)
276dc3b03bb is described below
commit 276dc3b03bb26790e4c872b5cc7c5b707b169b91
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Aug 1 16:21:14 2024 +0800
[fix](test) Modify SQLServer image to custom hub (#38515) (#38690)
pick from master #38515
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
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]