diff options
author | Vijay <vv770d@att.com> | 2017-09-11 02:11:01 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-09-11 16:15:56 +0000 |
commit | e1ab69fa9c80ecfd5ab5bd19da9d67af4e1107fb (patch) | |
tree | 15dc45e7a39f51bc9382653a38ed42fe303089a8 /Dockerfile | |
parent | 0f0cfa24a916979a8e500b127bcfbac0b9870ad8 (diff) |
update ves buildscript & fix build error
https://jenkins.onap.org/view/dcagen2/job/dcaegen2-collectors-ves-master-release-version-java-daily/13/console
Change-Id: I21bedaebedd307c792fe7e38f8bc5b2d8875ef06
Issue-Id: DCAEGEN2-82
Signed-off-by: Vijay <vv770d@att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -1,26 +1,17 @@ FROM ubuntu:16.04 +#FROM dcae-alpine:8-jre-tini MAINTAINER vv770d@att.com WORKDIR /opt/app/manager -#WORKDIR /opt/app/VESCollector +ENV http_proxy http://one.proxy.att.com:8080 +ENV https_proxy http://one.proxy.att.com:8080 ENV HOME /opt/app/VESCollector ENV JAVA_HOME /usr -RUN apt-get update && apt-get install -y \ - bc \ - curl \ - telnet \ - vim \ - netcat \ - openjdk-8-jdk - - COPY opt /opt EXPOSE 9999 8080 8443 -#ENTRYPOINT [ "/usr/bin/tini", "--" ] - -CMD [ "/opt/app/docker-entry.sh" ]
\ No newline at end of file +CMD [ "/opt/app/docker-entry.sh" ] |