jerryshao commented on code in PR #4523: URL: https://github.com/apache/gravitino/pull/4523#discussion_r1719387924
########## 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'm curios why do you still keep this, there's no 0.6.0 release in official release, it will always be 0.6.0-incubating. -- 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