JingGe commented on code in PR #160:
URL: https://github.com/apache/flink-docker/pull/160#discussion_r1371955736
##########
add-version.sh:
##########
@@ -98,6 +98,10 @@ elif [ "$flink_version" = "1.15.0" ]; then
gpg_key="CBE82BEFD827B08AFA843977EDBF922A7BC84897"
elif [ "$flink_version" = "1.16.0" ]; then
gpg_key="EB3FE0FA3282FAF822E434AE3C2C9FFB59DF9F3E"
+elif [ "$flink_version" = "1.17.0" ]; then
+ gpg_key="A1BD477F79D036D2C30CA7DBCA8AEEC2F6EB040B"
Review Comment:
please see #161 as the reference
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]