Skip to content

Commit

Permalink
Merge pull request #2 from risingwavelabs/lz/v1.19.0
Browse files Browse the repository at this point in the history
update flink to 1.19.0
  • Loading branch information
lmatz authored Sep 9, 2024
2 parents ad9e8d4 + 4441489 commit 027be0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM apache/flink:1.18.0
FROM apache/flink:1.19.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/3.1.0-1.18/flink-sql-connector-kafka-3.1.0-1.18.jar
RUN wget -P /opt/flink/lib https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kafka/3.2.0-1.19/flink-sql-connector-kafka-3.2.0-1.19.jar

RUN wget https://github.com/nexmark/nexmark/releases/latest/download/nexmark-flink.tgz && \
tar -zxvf nexmark-flink.tgz && \
Expand Down

0 comments on commit 027be0b

Please sign in to comment.