jiangzho commented on code in PR #28: URL: https://github.com/apache/spark-kubernetes-operator/pull/28#discussion_r1704659495
########## build-tools/docker/Dockerfile: ########## @@ -0,0 +1,29 @@ +FROM gradle:8.9.0-jdk17-alpine AS builder +ARG APP_VERSION +WORKDIR /app +COPY . . +RUN ./gradlew clean build -x test + +FROM eclipse-temurin:17-jre-jammy Review Comment: Thanks for the clarification! Yes, now I'm +1 for updating the base image for operator to match 4.x. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
