dongjoon-hyun commented on code in PR #94:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/94#discussion_r1727763544


##########
build-tools/docker/Dockerfile:
##########
@@ -15,13 +15,12 @@
 # limitations under the License.
 #
 FROM gradle:8.10.0-jdk17-jammy AS builder
-ARG APP_VERSION=0.1.0-SNAPSHOT
 WORKDIR /app
 COPY . .
 RUN ./gradlew clean build -x check
 
 FROM azul/zulu-openjdk:21
-ARG APP_VERSION
+ARG APP_VERSION=0.1.0-SNAPSHOT

Review Comment:
   This requires the default value here to build correctly.



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

Reply via email to