This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch issue-4445_for_test in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 4a27da09148d46d3ab88f6730255b1fd90eb279f Author: xunliu <[email protected]> AuthorDate: Thu Aug 8 21:38:53 2024 +0800 Update docs --- build.gradle.kts | 2 +- docs/docker-image-details.md | 36 +++++++++++++++++++++++++----------- 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e6057ec49..94782950d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -171,7 +171,7 @@ allprojects { param.environment("GRAVITINO_CI_HIVE_DOCKER_IMAGE", "apache/gravitino:ci-hive-0.1.13") param.environment("GRAVITINO_CI_KERBEROS_HIVE_DOCKER_IMAGE", "apache/gravitino:ci-kerberos-hive-0.1.5") param.environment("GRAVITINO_CI_DORIS_DOCKER_IMAGE", "apache/gravitino:ci-doris-0.1.5") - param.environment("GRAVITINO_CI_TRINO_DOCKER_IMAGE", "apache/gravitino:ci-trino-0.1.5") + param.environment("GRAVITINO_CI_TRINO_DOCKER_IMAGE", "apache/gravitino:ci-trino-0.1.6") param.environment("GRAVITINO_CI_RANGER_DOCKER_IMAGE", "apache/gravitino:ci-ranger-0.1.1") param.environment("GRAVITINO_CI_KAFKA_DOCKER_IMAGE", "apache/kafka:3.7.0") diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md index cf4dc7f77..14c4e5fcc 100644 --- a/docs/docker-image-details.md +++ b/docs/docker-image-details.md @@ -19,22 +19,21 @@ docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino Changelog +- apache/gravitino:0.6.0 (Switch to Apache official DockerHub repository) + - Use latest Gravitino version 0.6.0 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. - - datastrato/gravitino:0.5.0 - Based on Gravitino 0.5.0, you can know more information from 0.5.0 release notes. - - datastrato/gravitino:0.4.0 - Based on Gravitino 0.4.0, you can know more information from 0.4.0 release notes. - - datastrato/gravitino:0.3.1 - Fix some issues - - datastrato/gravitino:0.3.0 - Docker image `datastrato/gravitino:0.3.0` - Gravitino Server @@ -49,11 +48,14 @@ You can deploy the standalone Gravitino Iceberg REST server with the Docker imag Container startup commands ```shell -docker run --rm -d -p 9001:9001 datastrato/gravitino-iceberg-rest-server +docker run --rm -d -p 9001:9001 apache/gravitino:iceberg-rest-server-0.6.0 ``` Changelog +- apache/gravitino:iceberg-rest-server-0.6.0 (Switch to Apache official DockerHub repository) + - Use `datastrato/gravitino-iceberg-rest-server:0.6.0` Dockerfile to rebuild the image. + - datastrato/gravitino-iceberg-rest-server:0.6.0 - Docker image `datastrato/gravitino-iceberg-rest-server:0.6.0` - Gravitino Iceberg REST Server with memory catalog backend. @@ -72,6 +74,9 @@ The Docker images of the playground have suitable configurations for users to ex Changelog +- apache/gravitino:playground-hive-2.7.3 (Switch to Apache official DockerHub repository) + - Use `datastrato/hive:2.7.3-no-yarn` Dockerfile to rebuild the image. + - datastrato/hive:2.7.3-no-yarn - Docker image `datastrato/hive:2.7.3-no-yarn` - `hadoop-2.7.3` @@ -82,22 +87,21 @@ Changelog Changelog +- apache/gravitino:playground-trino-435-gravitino-0.5.1 (Switch to Apache official DockerHub repository) + - Use `datastrato/trino:435-gravitino-0.5.1` Dockerfile to rebuild the image. + - datastrato/trino:435-gravitino-0.5.1 - Based on Gravitino 0.5.1, you can know more information from 0.5.1 release notes. - - datastrato/trino:426-gravitino-0.5.0 - Based on Gravitino 0.5.0, you can know more information from 0.5.0 release notes. - - datastrato/trino:426-gravitino-0.4.0 - Based on Gravitino 0.4.0, you can know more information from 0.4.0 release notes. - - datastrato/trino:426-gravitino-0.3.1 - Fix some issues - - datastrato/trino:426-gravitino-0.3.0 - Docker image `datastrato/trino:426-gravitino-0.3.0` - Base on `trino:462` @@ -112,6 +116,10 @@ You can use these kinds of Docker images to facilitate integration testing of al You can use this kind of image to test the catalog of Apache Hive with kerberos enable Changelog + +- apache/gravitino:ci-kerberos-hive-0.1.5 (Switch to Apache official DockerHub repository) + - Use `datastrato/gravitino-ci-kerberos-hive:0.1.5` Dockerfile to rebuild the image. + - datastrato/gravitino-ci-kerberos-hive:0.1.5 - Start another HMS for the Hive cluster in the container with port 19083. This is to test whether Kerberos authentication works for a Kerberos-enabled Hive cluster with multiple HMS. - Refresh ssh keys in the startup script. @@ -143,6 +151,9 @@ You can use this kind of image to test the catalog of Apache Hive. Changelog +- apache/gravitino:ci-hive-0.1.13 (Switch to Apache official DockerHub repository) + - Use `datastrato/gravitino-ci-hive:0.1.13` Dockerfile to rebuild the image. + - datastrato/gravitino-ci-hive:0.1.13 - Support Hive 2.3.9 and HDFS 2.7.3 - Docker environment variables: @@ -228,6 +239,9 @@ You can use this image to test Trino. Changelog +- apache/gravitino:ci-trino-0.1.6 (Switch to Apache official DockerHub repository) + - Use `datastrato/gravitino-ci-trino:0.1.6` Dockerfile to rebuild the image. + - datastrato/gravitino-ci-trino:0.1.6 - Upgrade trino:426 to trino:435 @@ -255,7 +269,7 @@ You can use this image to test Apache Doris. Changelog -- apache/gravitino:ci-doris-0.1.5 +- apache/gravitino:ci-doris-0.1.5 (Switch to Apache official DockerHub repository) - Use `datastrato/gravitino-ci-doris:0.1.5` Dockerfile to rebuild the image. - datastrato/gravitino-ci-doris:0.1.5 @@ -289,7 +303,7 @@ You can use this image to control Trino's permissions. Changelog -- apache/gravitino:ci-ranger-0.1.1 +- apache/gravitino:ci-ranger-0.1.1 (Switch to Apache official DockerHub repository) - Use `datastrato/gravitino-ci-ranger:0.1.1` Dockerfile to rebuild the image. - datastrato/gravitino-ci-ranger:0.1.1
