updated dockerfile for ssh and robot vth
[it/otf.git] / otf-ssh-test-head / Dockerfile
index 84e31c1..d70565d 100644 (file)
@@ -1,9 +1,13 @@
 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