aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/test/csharp_jessie_x64/Dockerfile.template
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-26 11:13:24 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-30 13:04:33 +0100
commit19bc2c2937b4bd5e77757e6cc157e6345f63df65 (patch)
tree67d50c9f22e407d6e0b776b04eac67381fc8fdb5 /templates/tools/dockerfile/test/csharp_jessie_x64/Dockerfile.template
parent7ef8fc826c52b0c4abeaead633d464197fc0bdf8 (diff)
switch C# docker images to debian stretch
Diffstat (limited to 'templates/tools/dockerfile/test/csharp_jessie_x64/Dockerfile.template')
-rw-r--r--templates/tools/dockerfile/test/csharp_jessie_x64/Dockerfile.template27
1 files changed, 0 insertions, 27 deletions
diff --git a/templates/tools/dockerfile/test/csharp_jessie_x64/Dockerfile.template b/templates/tools/dockerfile/test/csharp_jessie_x64/Dockerfile.template
deleted file mode 100644
index 432f05442c..0000000000
--- a/templates/tools/dockerfile/test/csharp_jessie_x64/Dockerfile.template
+++ /dev/null
@@ -1,27 +0,0 @@
-%YAML 1.2
---- |
- # Copyright 2015 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.
-
- FROM debian:jessie
-
- <%include file="../../apt_get_basic.include"/>
- <%include file="../../gcp_api_libraries.include"/>
- <%include file="../../python_deps.include"/>
- <%include file="../../csharp_deps.include"/>
- <%include file="../../csharp_dotnetcli_deps.include"/>
- <%include file="../../run_tests_addons.include"/>
- # Define the default command.
- CMD ["bash"]
-