[
https://issues.apache.org/jira/browse/BEAM-8105?focusedWorklogId=310110&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-310110
]
ASF GitHub Bot logged work on BEAM-8105:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Sep/19 20:52
Start Date: 10/Sep/19 20:52
Worklog Time Spent: 10m
Work Description: markflyhigh commented on pull request #9510:
[BEAM-8105] update release guide with docker images
URL: https://github.com/apache/beam/pull/9510#discussion_r322934426
##########
File path: website/src/contribute/release-guide.md
##########
@@ -208,6 +209,18 @@ Automation
Reliability](https://s.apache.org/beam-site-automation).
Release manager needs to have an account with PyPI. If you need one, [register
at PyPI](https://pypi.python.org/account/register/). You also need to be a
maintainer (or an owner) of the
[apache-beam](https://pypi.python.org/pypi/apache-beam) package in order to
push a new release. Ask on the mailing list for assistance.
+#### Login to DockerHub
+Run following command manually, it will ask you to input your DockerHub ID and
password if
+authorization info cannot be found from ~/.docker/config.json file.
+```
+docker login docker.io
+```
+After successful login, authorization info will be stored at
~/.docker/config.json file. For example,
+```aidl
Review comment:
Not sure if this annotation will work for Beam website. This block didn't
show up in [preview
page](http://apache-beam-website-pull-requests.storage.googleapis.com/9510/contribute/release-guide/index.html)
----------------------------------------------------------------
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: 310110)
Time Spent: 2h (was: 1h 50m)
> Add container publishing instruction to release manual
> ------------------------------------------------------
>
> Key: BEAM-8105
> URL: https://issues.apache.org/jira/browse/BEAM-8105
> Project: Beam
> Issue Type: Sub-task
> Components: website
> Reporter: Hannah Jiang
> Assignee: Hannah Jiang
> Priority: Major
> Fix For: 2.16.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)