[
https://issues.apache.org/jira/browse/BEAM-7909?focusedWorklogId=298003&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-298003
]
ASF GitHub Bot logged work on BEAM-7909:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Aug/19 16:17
Start Date: 20/Aug/19 16:17
Worklog Time Spent: 10m
Work Description: Hannah-Jiang commented on pull request #9351:
[BEAM-7909] support customized container for Python
URL: https://github.com/apache/beam/pull/9351#discussion_r315782138
##########
File path: sdks/python/container/py35/build.gradle
##########
@@ -0,0 +1,61 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * License); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+plugins {
+ id 'base'
+ id 'org.apache.beam.module'
+}
+applyDockerNature()
+
+description = "Apache Beam :: SDKs :: Python :: Container :: Python 35
Container"
+
+configurations {
+ sdkSourceTarball
+ sdkHarnessLauncher
+}
+
+dependencies {
+ sdkSourceTarball project(path: ":sdks:python", configuration: "distTarBall")
+ sdkHarnessLauncher project(path: ":sdks:python:container", configuration:
"sdkHarnessLauncher")
+}
+
+task copyDockerfileDependencies(type: Copy) {
Review comment:
We are sharing the same files under `sdks/python/container`. However, we
need to copy the files to a temp directory when build images, this task is
doing this part.
----------------------------------------------------------------
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: 298003)
Time Spent: 4h (was: 3h 50m)
> Write integration tests to test customized containers
> -----------------------------------------------------
>
> Key: BEAM-7909
> URL: https://issues.apache.org/jira/browse/BEAM-7909
> Project: Beam
> Issue Type: Sub-task
> Components: build-system
> Reporter: Hannah Jiang
> Assignee: Hannah Jiang
> Priority: Major
> Time Spent: 4h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)