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 c011060e4fb [chore](ci) adjust thirdparty docker image source for easy 
management… (#38558)
c011060e4fb is described below

commit c011060e4fb6624f9edbf3549d569ca56aa6edb4
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Wed Jul 31 14:47:16 2024 +0800

    [chore](ci) adjust thirdparty docker image source for easy management… 
(#38558)
    
    … (#37307)
    
    
    
    pick from master #37307
    
    Co-authored-by: stephen <hello-step...@qq.com>
---
 docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl      | 4 ++--
 docker/thirdparties/docker-compose/kerberos/kerberos.yaml.tpl | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl 
b/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl
index 112a5680825..bb615af536e 100644
--- a/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl
+++ b/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl
@@ -53,7 +53,7 @@ services:
     network_mode: "host"
 
   hive-server:
-    image: lishizhen/hive:3.1.2-postgresql-metastore
+    image: doristhirdpartydocker/hive:3.1.2-postgresql-metastore
     env_file:
       - ./hadoop-hive.env
     environment:
@@ -74,7 +74,7 @@ services:
 
 
   hive-metastore:
-    image: lishizhen/hive:3.1.2-postgresql-metastore
+    image: doristhirdpartydocker/hive:3.1.2-postgresql-metastore
     env_file:
       - ./hadoop-hive.env
     command: /bin/bash /mnt/scripts/hive-metastore.sh
diff --git a/docker/thirdparties/docker-compose/kerberos/kerberos.yaml.tpl 
b/docker/thirdparties/docker-compose/kerberos/kerberos.yaml.tpl
index 6f175ab9c6e..47a7c8d7625 100644
--- a/docker/thirdparties/docker-compose/kerberos/kerberos.yaml.tpl
+++ b/docker/thirdparties/docker-compose/kerberos/kerberos.yaml.tpl
@@ -17,7 +17,7 @@
 version: "3"
 services:
   hive-krb:
-    image: ghcr.io/trinodb/testing/hdp3.1-hive-kerberized
+    image: doristhirdpartydocker/trinodb:hdp3.1-hive-kerberized_96
     container_name: doris--kerberos1
     volumes:
       - ./two-kerberos-hives:/keytabs
@@ -42,7 +42,7 @@ services:
         ipv4_address: 172.31.71.25
 
   hive-krb2:
-    image: ghcr.io/trinodb/testing/hdp3.1-hive-kerberized-2:96
+    image: doristhirdpartydocker/trinodb:hdp3.1-hive-kerberized-2_96
     container_name: doris--kerberos2
     hostname: hadoop-master-2
     volumes:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to