Skip to content

Commit

Permalink
bump flink to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 authored Feb 23, 2024
1 parent 5ecb314 commit cd081a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM apache/flink:1.17.0
FROM apache/flink:1.18.0

RUN mkdir /opt/flink/plugins/s3-fs-hadoop/ && \
cp /opt/flink/opt/flink-s3-fs-hadoop-*.jar /opt/flink/plugins/s3-fs-hadoop/ && \
chown -R flink: /opt/flink/plugins/s3-fs-hadoop/

RUN wget -P /opt/flink/lib https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kafka/1.17.0/flink-sql-connector-kafka-1.17.0.jar
RUN wget -P /opt/flink/lib https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-kafka/3.1.0-1.18/flink-connector-kafka-3.1.0-1.18.jar

RUN wget https://github.com/nexmark/nexmark/releases/latest/download/nexmark-flink.tgz && \
tar -zxvf nexmark-flink.tgz && \
Expand All @@ -13,4 +13,4 @@ RUN wget https://github.com/nexmark/nexmark/releases/latest/download/nexmark-fli

# Download csv file for nexmark q13
RUN wget -P /opt/flink https://ci-deps-dist.s3.amazonaws.com/side-input.csv && \
chown -R flink: /opt/flink/side-input.csv
chown -R flink: /opt/flink/side-input.csv

0 comments on commit cd081a1

Please sign in to comment.