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

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 1e97f47597 [#6200] improvement(docs): Add Docker image details for 
0.8.0 (#6202)
1e97f47597 is described below

commit 1e97f475970b7a446b16bea7c0c453dfff8a504d
Author: roryqi <[email protected]>
AuthorDate: Mon Jan 13 14:50:10 2025 +0800

    [#6200] improvement(docs): Add Docker image details for 0.8.0 (#6202)
    
    ### What changes were proposed in this pull request?
    
    Add Docker image details for 0.8.0
    
    ### Why are the changes needed?
    
    Fix: #6200
    
    ### Does this PR introduce _any_ user-facing change?
    
    Add doc.
    
    ### How was this patch tested?
    No need.
---
 docs/docker-image-details.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index 48b3bd191a..a137923a69 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -19,6 +19,10 @@ docker run --rm -d -p 8090:8090 -p 9001:9001 
apache/gravitino:0.7.0-incubating
 
 Changelog
 
+
+- apache/gravitino:0.8.0-incubating
+  - Based on Gravitino 0.8.0-incubating, you can know more information from 
0.8.0-incubating [release 
notes](https://github.com/apache/gravitino/releases/tag/v0.8.0-incubating).
+
 - apache/gravitino:0.7.0-incubating
   - Based on Gravitino 0.7.0-incubating, you can know more information from 
0.7.0-incubating [release 
notes](https://github.com/apache/gravitino/releases/tag/v0.7.0-incubating).
   - Place bundle jars (gravitino-aws-bundle.jar, gravitino-gcp-bundle.jar, 
gravitino-aliyun-bundle.jar) in the `${GRAVITINO_HOME}/catalogs/hadoop/libs` 
folder to support the cloud storage catalog without manually adding the jars to 
the classpath.
@@ -62,6 +66,12 @@ Changelog
 - apache/gravitino-iceberg-rest:0.8.0-incubating
   - Supports OSS and ADLS storage.
 
+
+- apache/gravitino-iceberg-rest:0.8.0-incubating
+  - Supports OSS and ADLS storage.
+  - Supports event listener.
+  - Supports audit log.
+
 - apache/gravitino-iceberg-rest:0.7.0-incubating
   - Using JDBC catalog backend.
   - Supports S3 and GCS storage.
@@ -100,10 +110,14 @@ Changelog
 ### Trino image
 
 Changelog
+
+
+- apache/gravitino-playground:trino-435-gravitino-0.8.0-incubating
+  - Use Gravitino release 0.8.0-incubating Dockerfile to build the image.
+
 - apache/gravitino-playground:trino-435-gravitino-0.7.0-incubating
   - Use Gravitino release 0.7.0-incubating Dockerfile to build the image.
 
-Changelog
 - apache/gravitino-playground:trino-435-gravitino-0.6.1-incubating
   - Use Gravitino release 0.6.1-incubating Dockerfile to build the image.
 

Reply via email to