This is an automated email from the ASF dual-hosted git repository.

jerryshao pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new b177df1682 [Cherry-pick to branch-1.3] [#12730] 
improvement(docker-image): Update kerberos-hive to 0.1.7 (#12829) (#12862)
b177df1682 is described below

commit b177df1682bfb1d10b06ee0b4ebab9b77907c840
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 12:02:01 2026 +0800

    [Cherry-pick to branch-1.3] [#12730] improvement(docker-image): Update 
kerberos-hive to 0.1.7 (#12829) (#12862)
    
    **Cherry-pick Information:**
    - Original commit: 680054d8c8d53a52ae3184029e14238a2bda345c
    - Target branch: `branch-1.3`
    - Status: ✅ Clean cherry-pick (no conflicts)
    
    Co-authored-by: Qi Yu <[email protected]>
---
 build.gradle.kts             | 2 +-
 docs/docker-image-details.md | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index ae26a4df48..f866328acf 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -212,7 +212,7 @@ allprojects {
 
       // Gravitino CI Docker image
       param.environment("GRAVITINO_CI_HIVE_DOCKER_IMAGE", 
"apache/gravitino-ci:hive-0.1.20")
-      param.environment("GRAVITINO_CI_KERBEROS_HIVE_DOCKER_IMAGE", 
"apache/gravitino-ci:kerberos-hive-0.1.6")
+      param.environment("GRAVITINO_CI_KERBEROS_HIVE_DOCKER_IMAGE", 
"apache/gravitino-ci:kerberos-hive-0.1.7")
       param.environment("GRAVITINO_CI_DORIS_DOCKER_IMAGE", 
"apache/gravitino-ci:doris-0.1.5")
       param.environment("GRAVITINO_CI_DORIS_FE_IMAGE", 
System.getenv("GRAVITINO_CI_DORIS_FE_IMAGE") ?: "")
       param.environment("GRAVITINO_CI_DORIS_BE_IMAGE", 
System.getenv("GRAVITINO_CI_DORIS_BE_IMAGE") ?: "")
diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index f9222759c3..26793978ca 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -284,6 +284,10 @@ Use this kind of image to test the catalog of Apache Hive 
with kerberos enable
 
 Changelog
 
+- apache/gravitino-ci:kerberos-hive-0.1.7
+  - Exclude the installation archives from the final image layers to reduce 
the image size.
+    For more information, see 
[PR](https://github.com/apache/gravitino/pull/12731)
+
 - apache/gravitino-ci:kerberos-hive-0.1.6
   - Change username from `datastrato` to `gravitino`.
     For more information, see 
[PR](https://github.com/apache/gravitino/pull/7040)

Reply via email to