X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-ssh-test-head%2FDockerfile;h=6737bd3016137519382866a80727feb5f4bf654a;hb=14f6f95c84a4a1fa8774190db4a03fd0214ec55f;hp=84e31c12d790ae6d0a1e666ea1fc14ada2a2d426;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b;p=it%2Fotf.git diff --git a/otf-ssh-test-head/Dockerfile b/otf-ssh-test-head/Dockerfile index 84e31c1..6737bd3 100644 --- a/otf-ssh-test-head/Dockerfile +++ b/otf-ssh-test-head/Dockerfile @@ -1,9 +1,13 @@ 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