adding vth code as well as aaf and cert config
[it/otf.git] / otf-ssh-test-head / Dockerfile
diff --git a/otf-ssh-test-head/Dockerfile b/otf-ssh-test-head/Dockerfile
new file mode 100644 (file)
index 0000000..84e31c1
--- /dev/null
@@ -0,0 +1,17 @@
+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
+\r
+RUN python --version\r
+\r
+ADD pip-requirements.txt pip-requirements.txt\r
+ADD ssh_test_head.py ssh_test_head.py\r
+\r
+RUN mkdir -p /otf/logs\r
+\r
+RUN python -m pip install -r pip-requirements.txt\r
+\r
+ENTRYPOINT ["python", "ssh_test_head.py"]\r