[ https://issues.apache.org/jira/browse/BEAM-8337?focusedWorklogId=354212&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-354212 ]
ASF GitHub Bot logged work on BEAM-8337: ---------------------------------------- Author: ASF GitHub Bot Created on: 05/Dec/19 11:50 Start Date: 05/Dec/19 11:50 Worklog Time Spent: 10m Work Description: mxm commented on pull request #10272: [BEAM-8337] publish Flink job server container images URL: https://github.com/apache/beam/pull/10272#discussion_r354264858 ########## File path: website/src/contribute/release-guide.md ########## @@ -691,6 +691,15 @@ done ./gradlew :sdks:go:container:dockerPush -Pdocker-tag=${RELEASE}_rc{RC_NUM} ``` +* Build Flink job server images and push to DockerHub. + +``` +FLINK_VER=("1.7", "1.8", "1.9") Review comment: Perhaps a sanity check that the array length is greater 0 would also be useful. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 354212) Time Spent: 2h (was: 1h 50m) > Add Flink job server container images to release process > -------------------------------------------------------- > > Key: BEAM-8337 > URL: https://issues.apache.org/jira/browse/BEAM-8337 > Project: Beam > Issue Type: Improvement > Components: runner-flink > Reporter: Kyle Weaver > Assignee: Kyle Weaver > Priority: Major > Time Spent: 2h > Remaining Estimate: 0h > > Could be added to the release process similar to how we now publish SDK > worker images. -- This message was sent by Atlassian Jira (v8.3.4#803005)