converting config to helm and setting demo values
[oom.git] / kubernetes / config / docker / init / Dockerfile
index 9f6a363..b6be90b 100644 (file)
@@ -1,7 +1,14 @@
 from ubuntu:16.04
 
+ENV no_proxy "localhost,127.0.0.1,.cluster.local,$KUBERNETES_SERVICE_HOST"
+# Setup Corporate proxy
+ENV https_proxy ${HTTPS_PROXY}
+ENV http_proxy ${HTTP_PROXY}
+
+# Additional packages
+RUN apt-get update
+RUN apt-get install -y openssl vim-common
 RUN mkdir -p /opt/config/src/
-VOLUME /config-init/
 
 COPY onap-cfg.tar.gz /tmp/
 RUN tar -zxvf /tmp/onap-cfg.tar.gz -C /opt/config/src/