Skip to content

Commit

Permalink
Update Dockerfiles for 1.19.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hlteoh37 committed Jun 14, 2024
1 parent 8836007 commit 4c73736
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions 1.19/scala_2.12-java11-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ RUN set -ex; \
gosu nobody true

# Configure Flink version
ENV FLINK_TGZ_URL=https://dlcdn.apache.org/flink/flink-1.19.0/flink-1.19.0-bin-scala_2.12.tgz \
FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.19.0/flink-1.19.0-bin-scala_2.12.tgz.asc \
GPG_KEY=028B6605F51BC296B56A5042E57D30ABEE75CA06 \
ENV FLINK_TGZ_URL=https://dlcdn.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz \
FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz.asc \
GPG_KEY=B78A5EA1 \
CHECK_GPG=true

# Prepare environment
Expand Down
2 changes: 1 addition & 1 deletion 1.19/scala_2.12-java11-ubuntu/release.metadata
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Tags: 1.19.0-scala_2.12-java11, 1.19-scala_2.12-java11, scala_2.12-java11, 1.19.0-scala_2.12, 1.19-scala_2.12, scala_2.12, 1.19.0-java11, 1.19-java11, java11, 1.19.0, 1.19, latest
Tags: 1.19.1-scala_2.12-java11, 1.19-scala_2.12-java11, scala_2.12-java11, 1.19.1-scala_2.12, 1.19-scala_2.12, scala_2.12, 1.19.1-java11, 1.19-java11, java11, 1.19.1, 1.19, latest
Architectures: amd64,arm64v8
6 changes: 3 additions & 3 deletions 1.19/scala_2.12-java17-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ RUN set -ex; \
gosu nobody true

# Configure Flink version
ENV FLINK_TGZ_URL=https://dlcdn.apache.org/flink/flink-1.19.0/flink-1.19.0-bin-scala_2.12.tgz \
FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.19.0/flink-1.19.0-bin-scala_2.12.tgz.asc \
GPG_KEY=028B6605F51BC296B56A5042E57D30ABEE75CA06 \
ENV FLINK_TGZ_URL=https://dlcdn.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz \
FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz.asc \
GPG_KEY=B78A5EA1 \
CHECK_GPG=true

# Prepare environment
Expand Down
2 changes: 1 addition & 1 deletion 1.19/scala_2.12-java17-ubuntu/release.metadata
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Tags: 1.19.0-scala_2.12-java17, 1.19-scala_2.12-java17, scala_2.12-java17, 1.19.0-java17, 1.19-java17, java17
Tags: 1.19.1-scala_2.12-java17, 1.19-scala_2.12-java17, scala_2.12-java17, 1.19.1-java17, 1.19-java17, java17
Architectures: amd64,arm64v8
6 changes: 3 additions & 3 deletions 1.19/scala_2.12-java8-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ RUN set -ex; \
gosu nobody true

# Configure Flink version
ENV FLINK_TGZ_URL=https://dlcdn.apache.org/flink/flink-1.19.0/flink-1.19.0-bin-scala_2.12.tgz \
FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.19.0/flink-1.19.0-bin-scala_2.12.tgz.asc \
GPG_KEY=028B6605F51BC296B56A5042E57D30ABEE75CA06 \
ENV FLINK_TGZ_URL=https://dlcdn.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz \
FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.19.1/flink-1.19.1-bin-scala_2.12.tgz.asc \
GPG_KEY=B78A5EA1 \
CHECK_GPG=true

# Prepare environment
Expand Down
2 changes: 1 addition & 1 deletion 1.19/scala_2.12-java8-ubuntu/release.metadata
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Tags: 1.19.0-scala_2.12-java8, 1.19-scala_2.12-java8, scala_2.12-java8, 1.19.0-java8, 1.19-java8, java8
Tags: 1.19.1-scala_2.12-java8, 1.19-scala_2.12-java8, scala_2.12-java8, 1.19.1-java8, 1.19-java8, java8
Architectures: amd64,arm64v8

0 comments on commit 4c73736

Please sign in to comment.