Updating the Values.yaml for several services. Cleaned out proprietary data
[it/otf.git] / otf-ssh-test-head / Dockerfile
index 84e31c1..31a4fef 100644 (file)
@@ -1,9 +1,28 @@
+#   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
-ARG HTTPS_PROXY="localhost:8080"\r
-ARG http_proxy="localhost:8080"\r
-ARG https_proxy="localhost:8080"\r
+# ARG HTTP_PROXY="localhost:8080"\r
+# ARG HTTPS_PROXY="localhost:8080"\r
+# ARG http_proxy="localhost:8080"\r
+# ARG https_proxy="localhost:8080"\r
+\r
+ENV NAMESPACE=dev\r
+ENV APP_NAME=otf-ssh-test-head\r
+ENV APP_VERSION=1.0\r
 \r
 RUN python --version\r
 \r