[ 
https://issues.apache.org/jira/browse/BEAM-8337?focusedWorklogId=354209&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-354209
 ]

ASF GitHub Bot logged work on BEAM-8337:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Dec/19 11:48
            Start Date: 05/Dec/19 11:48
    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_r354264123
 
 

 ##########
 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:
   Something like the following could do:
   
   ```bash
   FLINK_VER=($(ls -1 runners/flink | awk '/^[0-9]+\.[0-9]+$/{print}'))
   ```
 
----------------------------------------------------------------
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: 354209)
    Time Spent: 1h 40m  (was: 1.5h)

> 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: 1h 40m
>  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)

Reply via email to