You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/02/17 20:56:11 UTC

[GitHub] [flink-kubernetes-operator] tweise commented on a change in pull request #6: [FLINK-26183] Support metrics using the Flink metric system

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: commits-unsubscribe@flink.apache.org

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