tweise commented on a change in pull request #6:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/6#discussion_r809460016
##########
File path: Dockerfile
##########
@@ -17,8 +17,18 @@
################################################################################
# Build
FROM maven:3.8.4-openjdk-11 AS build
-WORKDIR /app
+WORKDIR /tmp/flink/plugins
+ENV FLINK_VERSION=1.14.3
+RUN --mount=type=cache,target=/root/.m2 \
Review comment:
I think this is a great idea. If the extra jar files can be collected
using the dependency plugin then the entire /tmp/flink/plugins can be staged
from pom.xml and simply copied here.
--
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]