Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Flink 1.9.2 #7378

Merged
merged 1 commit into from
Jan 30, 2020
Merged

Update to Flink 1.9.2 #7378

merged 1 commit into from
Jan 30, 2020

Conversation

patricklucas
Copy link
Contributor

No description provided.

@tianon
Copy link
Member

tianon commented Jan 30, 2020

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index b889c4c..c7302fb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -7,9 +7,9 @@ flink:1.8.3-scala_2.12
 flink:1.9
 flink:1.9-scala_2.11
 flink:1.9-scala_2.12
-flink:1.9.1
-flink:1.9.1-scala_2.11
-flink:1.9.1-scala_2.12
+flink:1.9.2
+flink:1.9.2-scala_2.11
+flink:1.9.2-scala_2.12
 flink:latest
 flink:scala_2.11
 flink:scala_2.12
diff --git a/flink_latest/Dockerfile b/flink_latest/Dockerfile
index e41db70..ed8ec7c 100644
--- a/flink_latest/Dockerfile
+++ b/flink_latest/Dockerfile
@@ -44,9 +44,9 @@ RUN set -ex; \
   gosu nobody true
 
 # Configure Flink version
-ENV FLINK_VERSION=1.9.1 \
+ENV FLINK_VERSION=1.9.2 \
     SCALA_VERSION=2.12 \
-    GPG_KEY=E2C45417BED5C104154F341085BACB5AEFAE3202
+    GPG_KEY=EF88474C564C7A608A822EEC3FF96A2057B6476C
 
 # Prepare environment
 ENV FLINK_HOME=/opt/flink
diff --git a/flink_scala_2.11/Dockerfile b/flink_scala_2.11/Dockerfile
index b8bd373..d077523 100644
--- a/flink_scala_2.11/Dockerfile
+++ b/flink_scala_2.11/Dockerfile
@@ -44,9 +44,9 @@ RUN set -ex; \
   gosu nobody true
 
 # Configure Flink version
-ENV FLINK_VERSION=1.9.1 \
+ENV FLINK_VERSION=1.9.2 \
     SCALA_VERSION=2.11 \
-    GPG_KEY=E2C45417BED5C104154F341085BACB5AEFAE3202
+    GPG_KEY=EF88474C564C7A608A822EEC3FF96A2057B6476C
 
 # Prepare environment
 ENV FLINK_HOME=/opt/flink

@tianon
Copy link
Member

tianon commented Jan 30, 2020

LGTM

Build test of #7378; 396d6cf; amd64 (flink):

$ bashbrew build flink:1.8.3-scala_2.11
Using bashbrew/cache:0641be195e61e8eaf8e60eaf1ce9c95647d5a44364fd452050376ec2cba1a5e2 (flink:1.8.3-scala_2.11)
Tagging flink:1.8.3-scala_2.11
Tagging flink:1.8-scala_2.11

$ test/run.sh flink:1.8.3-scala_2.11
testing flink:1.8.3-scala_2.11
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build flink:1.8.3-scala_2.12
Using bashbrew/cache:9a4a009d54d5a0530bd3bc945f02ed2d7b2e80e2fd26567cb2b8964a43a84408 (flink:1.8.3-scala_2.12)
Tagging flink:1.8.3-scala_2.12
Tagging flink:1.8-scala_2.12
Tagging flink:1.8.3
Tagging flink:1.8

$ test/run.sh flink:1.8.3-scala_2.12
testing flink:1.8.3-scala_2.12
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build flink:1.9.2-scala_2.11
Building bashbrew/cache:69e4ada2c6f6ea3dbdf700b33bfc53170c1d5adf67d393ab8967302da80888bd (flink:1.9.2-scala_2.11)
Tagging flink:1.9.2-scala_2.11
Tagging flink:1.9-scala_2.11
Tagging flink:scala_2.11

$ test/run.sh flink:1.9.2-scala_2.11
testing flink:1.9.2-scala_2.11
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build flink:1.9.2-scala_2.12
Building bashbrew/cache:8f4bdfc64bbb1430e99fbb1ad51acb78bf47bccf1aa557a100fdc6887c8c44c3 (flink:1.9.2-scala_2.12)
Tagging flink:1.9.2-scala_2.12
Tagging flink:1.9-scala_2.12
Tagging flink:scala_2.12
Tagging flink:1.9.2
Tagging flink:1.9
Tagging flink:latest

$ test/run.sh flink:1.9.2-scala_2.12
testing flink:1.9.2-scala_2.12
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@tianon tianon merged commit a99b0b3 into docker-library:master Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants