Code Review
/
multicloud
/
k8s.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
89d99a3
)
Remove unused variables dockerfile
00/86100/1
author
Kiran Kamineni
<kiran.k.kamineni@intel.com>
Tue, 23 Apr 2019 22:06:18 +0000
(15:06 -0700)
committer
Kiran Kamineni
<kiran.k.kamineni@intel.com>
Tue, 23 Apr 2019 22:06:34 +0000
(15:06 -0700)
Remove unused environment variables from
dockerfile
Issue-ID: MULTICLOUD-575
Change-Id: I078d0e176e939a939cb141dcef1b52828cdb2b3a
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
deployments/Dockerfile
patch
|
blob
|
history
diff --git
a/deployments/Dockerfile
b/deployments/Dockerfile
index
c37c798
..
b3e2f06
100644
(file)
--- a/
deployments/Dockerfile
+++ b/
deployments/Dockerfile
@@
-16,12
+16,6
@@
ENV http_proxy $HTTP_PROXY
ENV https_proxy $HTTPS_PROXY
ENV no_proxy $NO_PROXY
-ENV CSAR_DIR "/opt/csar"
-ENV KUBE_CONFIG_DIR "/opt/kubeconfig"
-ENV DATABASE_TYPE "consul"
-ENV DATABASE_IP "127.0.0.1"
-ENV OVN_CENTRAL_ADDRESS "127.0.0.1:6641"
-
EXPOSE 8081
RUN groupadd -r onap && useradd -r -g onap onap