X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-ssh-test-head%2FDockerfile;h=d70565d02aa5d29a61b78a8d280edf39e4c38703;hb=refs%2Fchanges%2F49%2F1349%2F1;hp=84e31c12d790ae6d0a1e666ea1fc14ada2a2d426;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b;p=it%2Fotf.git diff --git a/otf-ssh-test-head/Dockerfile b/otf-ssh-test-head/Dockerfile index 84e31c1..d70565d 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=dev +ENV APP_NAME=otf-ssh-test-head +ENV APP_VERSION=1.0 RUN python --version