yuqi1129 commented on code in PR #4523: URL: https://github.com/apache/gravitino/pull/4523#discussion_r1719414908
########## docs/docker-image-details.md: ########## @@ -49,12 +48,15 @@ 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-incubating ``` Changelog -- gravitino-iceberg-rest-server:0.6.0 +- apache/gravitino-iceberg-rest-server:0.6.0-incubating (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. - Expose ports: Review Comment: I will remove the following lines if it's not proper to keep the version here as `0.6.0-incubating` is the latest version and only this version take effect. ``` - 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. - Expose ports: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org