yuqi1129 commented on code in PR #4523:
URL: https://github.com/apache/gravitino/pull/4523#discussion_r1718088447


##########
catalogs/catalog-jdbc-doris/build.gradle.kts:
##########
@@ -85,15 +85,11 @@ tasks {
 
 tasks.test {
   val skipUTs = project.hasProperty("skipTests")
-  doFirst {
-    environment("GRAVITINO_CI_DORIS_DOCKER_IMAGE", 
"datastrato/gravitino-ci-doris:0.1.5")
-  }
-
   if (skipUTs) {
     // Only run integration tests
     include("**/integration/**")
   }
-
+  environment("GRAVITINO_CI_DORIS_DOCKER_IMAGE", 
"apache/gravitino-ci:doris-0.1.5")

Review Comment:
   I still need to add this line as some tests that depend on the Docker 
environment are NOT placed in the `integration` package.



##########
docs/docker-image-details.md:
##########
@@ -14,28 +14,27 @@ You can deploy the service with the Gravitino Docker image.
 Container startup commands
 
 ```shell
-docker run --rm -d -p 8090:8090 -p 9001:9001 datastrato/gravitino
+docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino
 ```
 
 Changelog
 
-- gravitino:0.5.1
-  - Based on Gravitino 0.5.1, you can know more information from 0.5.1 release 
notes.
+- apache/gravitino:0.6.0 (Switch to Apache official DockerHub repository)

Review Comment:
   resolved.



-- 
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

Reply via email to