added svcapi ui and camunda code
[it/otf.git] / otf-ping-test-head / Dockerfile
index 0ebb8f8..182eaa4 100644 (file)
@@ -1,9 +1,14 @@
 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
+\r
+ENV NAMESPACE=namespace\r
+ENV APP_NAME=otf-ping-test-head\r
+ENV APP_VERSION=1.0\r
 \r
 RUN python --version\r
 \r