You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/02/22 13:26:22 UTC

[GitHub] [dolphinscheduler] SbloodyS edited a comment on issue #8493: [Bug] [DolphinScheduler-e2e] The dockerhub does not have a standalone image, which will cause the direct test case to fail

SbloodyS edited a comment on issue #8493:
URL: https://github.com/apache/dolphinscheduler/issues/8493#issuecomment-1047794994


   Hi, you can use the following command to build the docker image of the standalone server.
   
   ```
   ./mvnw -B clean install \
             -Dmaven.test.skip \
             -Dmaven.javadoc.skip \
             -Dmaven.checkstyle.skip \
             -Pdocker,release -Ddocker.tag=ci \
             -pl dolphinscheduler-standalone-server -am
   ```


-- 
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-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org