Updating the Values.yaml for several services. Cleaned out proprietary data
[it/otf.git] / otf-ssh-test-head / Dockerfile
index 6737bd3..31a4fef 100644 (file)
@@ -1,3 +1,18 @@
+#   Copyright (c) 2019 AT&T Intellectual Property.                             #\r
+#                                                                              #\r
+#   Licensed under the Apache License, Version 2.0 (the "License");            #\r
+#   you may not use this file except in compliance with the License.           #\r
+#   You may obtain a copy of the License at                                    #\r
+#                                                                              #\r
+#       http://www.apache.org/licenses/LICENSE-2.0                             #\r
+#                                                                              #\r
+#   Unless required by applicable law or agreed to in writing, software        #\r
+#   distributed under the License is distributed on an "AS IS" BASIS,          #\r
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #\r
+#   See the License for the specific language governing permissions and        #\r
+#   limitations under the License.                                             #\r
+################################################################################\r
+\r
 FROM python:2.7\r
 \r
 # ARG HTTP_PROXY="localhost:8080"\r
@@ -5,8 +20,8 @@ FROM python:2.7
 # ARG http_proxy="localhost:8080"\r
 # ARG https_proxy="localhost:8080"\r
 \r
-ENV NAMESPACE=namespace\r
-ENV APP_NAME=otf-ping-test-head\r
+ENV NAMESPACE=dev\r
+ENV APP_NAME=otf-ssh-test-head\r
 ENV APP_VERSION=1.0\r
 \r
 RUN python --version\r