We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0e8a4 commit 0e6e365Copy full SHA for 0e6e365
Dockerfile
@@ -4,5 +4,5 @@ FROM flink:${FLINK_VERSION}-scala_2.12-java17
4
5
RUN rm $FLINK_HOME/lib/flink-scala*.jar
6
7
-ARG FLINK_SCALA_VERSION
+ARG FLINK_SCALA_VERSION="invalid"
8
COPY --chown=flink:flink flink-scala-assembly-${FLINK_SCALA_VERSION}.jar $FLINK_HOME/lib/
0 commit comments