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

mchades 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 fce61477a [MINOR] improvment(docs): Add docker image change log for 
0.6.1-incubating (#5089)
fce61477a is described below

commit fce61477aa70db4ff2430ecfedcfd71184c0552e
Author: roryqi <[email protected]>
AuthorDate: Thu Oct 10 19:34:20 2024 +0800

    [MINOR] improvment(docs): Add docker image change log for 0.6.1-incubating 
(#5089)
    
    ### What changes were proposed in this pull request?
    
     Add docker image change log for 0.6.1-incubating
    
    ### Why are the changes needed?
    
    Add docker image change log for 0.6.1-incubating
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    
    No need.
---
 docs/docker-image-details.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index ba061ccd9..c7942625b 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -19,8 +19,11 @@ docker run --rm -d -p 8090:8090 -p 9001:9001 
apache/gravitino:0.6.0-incubating
 
 Changelog
 
+- apache/gravitino:0.6.1-incubating
+  - Based on Gravitino 0.6.1-incubating, you can know more information from 
0.6.1-incubating release notes.
+
 - apache/gravitino:0.6.0-incubating (Switch to Apache official DockerHub 
repository)
-  - Use the latest Gravitino version 0.6.0 source code to build the image.
+  - Use the latest Gravitino version 0.6.0-incubating source code to build the 
image.
 
 - datastrato/gravitino:0.5.1
   - Based on Gravitino 0.5.1, you can know more information from 0.5.1 release 
notes.
@@ -53,6 +56,9 @@ docker run --rm -d -p 9001:9001 
apache/gravitino-iceberg-rest:0.6.0-incubating
 
 Changelog
 
+- apache/gravitino-iceberg-rest:0.6.1-incubating
+  - Based on Gravitino 0.6.1-incubating, you can know more information from 
0.6.1-incubating release notes.
+
 - apache/gravitino-iceberg-rest:0.6.0-incubating.
   - Gravitino Iceberg REST Server with memory catalog backend.
   - Expose ports:
@@ -82,6 +88,8 @@ Changelog
 ### Trino image
 
 Changelog
+- apache/gravitino-playground:trino-435-gravitino-0.6.1-incubating
+  - Use Gravitino release 0.6.1-incubating Dockerfile to build the image.
 
 - apache/gravitino-playground:trino-435-gravitino-0.6.0-incubating (Switch to 
Apache official DockerHub repository)
   - Use Gravitino release 0.6.0 Dockerfile to build the image.

Reply via email to