X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-ping-test-head%2FDockerfile;fp=otf-ping-test-head%2FDockerfile;h=182eaa4bc76aa0ad791cf081fb40668825428505;hp=0ebb8f85e6989b08277c320dae30ff49049ed099;hb=14f6f95c84a4a1fa8774190db4a03fd0214ec55f;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b diff --git a/otf-ping-test-head/Dockerfile b/otf-ping-test-head/Dockerfile index 0ebb8f8..182eaa4 100644 --- a/otf-ping-test-head/Dockerfile +++ b/otf-ping-test-head/Dockerfile @@ -1,9 +1,14 @@ FROM python:2.7 -ARG HTTP_PROXY="localhost:8080" -ARG HTTPS_PROXY="localhost:8080" -ARG http_proxy="localhost:8080" -ARG https_proxy="localhost:8080" +# ARG HTTP_PROXY="localhost:8080" +# ARG HTTPS_PROXY="localhost:8080" +# ARG http_proxy="localhost:8080" +# ARG https_proxy="localhost:8080" + + +ENV NAMESPACE=namespace +ENV APP_NAME=otf-ping-test-head +ENV APP_VERSION=1.0 RUN python --version