[
https://issues.apache.org/jira/browse/BEAM-8165?focusedWorklogId=309958&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-309958
]
ASF GitHub Bot logged work on BEAM-8165:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Sep/19 17:02
Start Date: 10/Sep/19 17:02
Worklog Time Spent: 10m
Work Description: yifanzou commented on pull request #9487:
[BEAM-8165]Change default docker images name
URL: https://github.com/apache/beam/pull/9487#discussion_r322858792
##########
File path: sdks/python/container/py2/build.gradle
##########
@@ -51,8 +52,13 @@ task copyLauncherDependencies(type: Copy) {
}
}
+def sdk_version = '2.16.0'
Review comment:
+1 on adding another version in this gradle file. Like Ahmet mentioned, we
define the version number in the version.py, and it would be a problem to make
the version# in different places being constant. Gradle script uses groovy,
which has power to interact with files,
https://discuss.gradle.org/t/read-project-version-number-dynamically-from-a-file/22607.
Hopefully this helps.
----------------------------------------------------------------
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: 309958)
Time Spent: 1h 40m (was: 1.5h)
> Change image name and add images to release process
> ---------------------------------------------------
>
> Key: BEAM-8165
> URL: https://issues.apache.org/jira/browse/BEAM-8165
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-go, sdk-java-harness, sdk-py-harness
> Reporter: Hannah Jiang
> Assignee: Hannah Jiang
> Priority: Major
> Fix For: 2.16.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> change name to apachebeam/\{lang}{ver}_sdk
--
This message was sent by Atlassian Jira
(v8.3.2#803003)