FANNG1 commented on code in PR #5358:
URL: https://github.com/apache/gravitino/pull/5358#discussion_r1823714409


##########
dev/docker/gravitino/gravitino-dependency.sh:
##########
@@ -22,15 +22,24 @@ gravitino_dir="$(dirname "${BASH_SOURCE-$0}")"
 gravitino_dir="$(cd "${gravitino_dir}">/dev/null; pwd)"
 gravitino_home="$(cd "${gravitino_dir}/../../..">/dev/null; pwd)"
 
+# Build the Gravitino project
+${gravitino_home}/gradlew clean build -x test

Review Comment:
   only build bundle jar not the whole project?



##########
docs/docker-image-details.md:
##########
@@ -14,11 +14,15 @@ You can deploy the service with the Gravitino Docker image.
 Container startup commands
 
 ```shell
-docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:0.6.1-incubating
+docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:0.7.0-incubating
 ```
 
 Changelog
 
+- 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.

Review Comment:
   is this line necessary? 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to