[
https://issues.apache.org/jira/browse/BEAM-9063?focusedWorklogId=375158&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-375158
]
ASF GitHub Bot logged work on BEAM-9063:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Jan/20 19:13
Start Date: 21/Jan/20 19:13
Worklog Time Spent: 10m
Work Description: ibzib commented on pull request #10612: [NOT READY TO
MERGE][BEAM-9063] migrate docker images to apache
URL: https://github.com/apache/beam/pull/10612#discussion_r369190980
##########
File path: gradle.properties
##########
@@ -27,3 +27,6 @@ version=2.20.0-SNAPSHOT
sdk_version=2.20.0.dev
javaVersion=1.8
+
+docker_image_default_repo_root=apache
+docker_image_default_repo_prefix=beam-
Review comment:
Ideally we would be able to use a subrepo or a slash in the image name, but
since those are not supported by Docker, I don't think mixing hyphens and
underscores is a good alternative. I think most users would expect either only
hyphens or only underscores (the two are seldom mixed within the same string),
so having both makes tags more difficult to use for humans (harder to remember
and easy to make typos).
----------------------------------------------------------------
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: 375158)
Time Spent: 1h 50m (was: 1h 40m)
> Migrate docker images to apache namespace.
> ------------------------------------------
>
> Key: BEAM-9063
> URL: https://issues.apache.org/jira/browse/BEAM-9063
> Project: Beam
> Issue Type: Task
> Components: beam-community
> Reporter: Hannah Jiang
> Assignee: Hannah Jiang
> Priority: Major
> Fix For: Not applicable
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> https://hub.docker.com/u/apache
--
This message was sent by Atlassian Jira
(v8.3.4#803005)