Skip to content

Commit

Permalink
[#6200] improvement(docs): Add Docker image details for 0.8.0 (#6202)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
jerqi authored and web-flow committed Jan 13, 2025
1 parent d3c7e36 commit 014755e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/docker-image-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 014755e

Please sign in to comment.