[
https://issues.apache.org/jira/browse/BEAM-8780?focusedWorklogId=367784&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-367784
]
ASF GitHub Bot logged work on BEAM-8780:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jan/20 21:35
Start Date: 07/Jan/20 21:35
Worklog Time Spent: 10m
Work Description: Hannah-Jiang commented on issue #10512:
[BEAM-8780]Improve docker container release script
URL: https://github.com/apache/beam/pull/10512#issuecomment-571783984
> LGTM overall.
> There's also a way to do this without pulling image. See
https://issues.apache.org/jira/browse/BEAM-8780
> Would be great if we can utilize that one.
Thanks for reviewing it.
I investigate both options mentioned at BEAM-8780. The option with updating
manifest is not recommended to use in production.
(https://docs.docker.com/engine/reference/commandline/manifest/). The second
option with `docker build` creates new images, so that is not an option here.
After all, I think pull, tag and push process is the most stable and easy to
understand for now.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 367784)
Time Spent: 0.5h (was: 20m)
> Improve publish_docker_images.sh
> --------------------------------
>
> Key: BEAM-8780
> URL: https://issues.apache.org/jira/browse/BEAM-8780
> Project: Beam
> Issue Type: Sub-task
> Components: build-system
> Reporter: Mark Liu
> Assignee: Hannah Jiang
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Few improvement places:
> * The script builds new image for publishing. Better to reuse existing
> staged rc images.
> * This script ask input that’s unrelated to publish (i.e rc #, gpg key...)
> * This script first run unrelated staging steps.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)