Gallardot commented on code in PR #15764: URL: https://github.com/apache/dolphinscheduler/pull/15764#discussion_r1537410121
########## dolphinscheduler-worker/src/main/docker/Dockerfile: ########## @@ -15,7 +15,7 @@ # limitations under the License. # -FROM eclipse-temurin:8-jre +FROM eclipse-temurin:8-jdk Review Comment: I think it's better to keep things the way they are. Because only `Worker Server` and `Standalone Server` require JDK, JRE is sufficient for other components. Unless other components need it as well. -- 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]
