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

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

                Author: ASF GitHub Bot
            Created on: 23/Sep/20 01:44
            Start Date: 23/Sep/20 01:44
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on a change in pull request #12727:
URL: https://github.com/apache/beam/pull/12727#discussion_r493134703



##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -1003,6 +1003,13 @@ def _add_argparse_args(cls, parser):
             'environment. Choose the docker build engine of local docker '
             'environment or google cloud build by passing the option '
             'local_docker or cloud_build.'))
+    parser.add_argument(
+        '--prebuild_sdk_container_base_image',
+        default=None,
+        help=(
+            'The base image to use when pre-building the sdk container image '
+            'with dependencies, if not specified, the latest public '

Review comment:
       It may be incompatible when breaking changes happen. We could require 
that for dev sdks users must provide an image (could be 'nightly' if/when we 
build those, or built from Dockerfile). 




----------------------------------------------------------------
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: 488709)
    Time Spent: 14h 10m  (was: 14h)

> Add a way to prebuild python sdk container with dependencies
> ------------------------------------------------------------
>
>                 Key: BEAM-10844
>                 URL: https://issues.apache.org/jira/browse/BEAM-10844
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-dataflow
>            Reporter: Yichi Zhang
>            Assignee: Yichi Zhang
>            Priority: P2
>          Time Spent: 14h 10m
>  Remaining Estimate: 0h
>
> We should add a way to prebuild python sdk container on top of latest public 
> sdk image, and have all the dependencies installed, so that the setup steps 
> won't need to be executed again every time a new worker vm is launched, on 
> dataflow.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to