onap on kubernetes source files
[oom.git] / kubernetes / portal / docker / init / ubuntu / Dockerfile
diff --git a/kubernetes/portal/docker/init/ubuntu/Dockerfile b/kubernetes/portal/docker/init/ubuntu/Dockerfile
new file mode 100644 (file)
index 0000000..f4a8d55
--- /dev/null
@@ -0,0 +1,11 @@
+FROM ubuntu:16.04
+
+ENV no_proxy "localhost,127.0.0.1,.cluster.local,$KUBERNETES_SERVICE_HOST"
+# Setup Corporate proxy
+ENV https_proxy http://genproxy.amdocs.com:8080/
+ENV http_proxy http://genproxy.amdocs.com:8080/
+
+RUN apt-get update
+RUN apt-get install -y host dnsutils
+
+VOLUME /ubuntu-init