aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/test/python_stretch_2.7_x64/Dockerfile.template
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <scallopsky@gmail.com>2018-10-24 16:08:14 -0700
committerGravatar GitHub <noreply@github.com>2018-10-24 16:08:14 -0700
commitcd0c58d6740fc77d63138ce05e3c5a96c14ee2b2 (patch)
tree5a093d672d7afd3558f4e6fb27bd7b89b0f52185 /templates/tools/dockerfile/test/python_stretch_2.7_x64/Dockerfile.template
parent2b54c93c652c912241e75d3abec02a1176cf03c7 (diff)
parenta62344e56ab43a0fa9fd382e7e465751261b4a39 (diff)
Merge pull request #16945 from lidizheng/update-python-3.7-dockerfile
Update Python 2.7/3.5/3.6/3.7 testing Dockerfile
Diffstat (limited to 'templates/tools/dockerfile/test/python_stretch_2.7_x64/Dockerfile.template')
-rw-r--r--templates/tools/dockerfile/test/python_stretch_2.7_x64/Dockerfile.template17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/tools/dockerfile/test/python_stretch_2.7_x64/Dockerfile.template b/templates/tools/dockerfile/test/python_stretch_2.7_x64/Dockerfile.template
new file mode 100644
index 0000000000..a1c9d9f84d
--- /dev/null
+++ b/templates/tools/dockerfile/test/python_stretch_2.7_x64/Dockerfile.template
@@ -0,0 +1,17 @@
+%YAML 1.2
+--- |
+ # Copyright 2018 The gRPC Authors
+ #
+ # Licensed 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.
+
+ <%include file="../../python_stretch.include"/>