This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 7995d77c00b [fix](test) Modify SQLServer image to custom hub (#38515)
7995d77c00b is described below
commit 7995d77c00b3c1bc8981983becc006435a233371
Author: zy-kkk <[email protected]>
AuthorDate: Wed Jul 31 19:11:02 2024 +0800
[fix](test) Modify SQLServer image to custom hub (#38515)
Since the latest sqlserver image changes the sqlcmd path, it cannot run,
but the image tag has not been changed, so we pick a fixed version of
the image to the custom hub and use it
---
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]