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

commit e68be8f3f707960a0745c4840d3873c44629d572
Author: Dongyang Li <[email protected]>
AuthorDate: Fri Jul 5 17:10:18 2024 +0800

    [chore](ci) adjust thirdparty docker image source for easy management 
(#37307)
    
    ## Proposed changes
    
    Issue Number: close #xxx
    
    <!--Describe your changes.-->
    
    Co-authored-by: stephen <[email protected]>
---
 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 9d838ddb7b4..57033c3b2d5 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to