blob: 749ef36f31c8c32b28eab15b5e5b0e17313af57e [file] [log] [blame]
Instrumental9ec28952018-07-12 11:14:10 -05001FROM onap/aaf/aaf_core:${AAF_VERSION}
2MAINTAINER AAF Team, AT&T 2018
3ENV VERSION=${AAF_VERSION}
4
5LABEL description="aaf_${AAF_COMPONENT}"
6LABEL version=${AAF_VERSION}
7
Instrumental08e93402018-10-03 08:38:52 -05008COPY pod/* /opt/app/aaf/pod/
9
Instrumental575c9822018-10-19 11:13:05 -050010CMD ["/bin/bash","-c","cd /opt/app/aaf;bin/${AAF_COMPONENT}"]
Instrumental9ec28952018-07-12 11:14:10 -050011
12# For Debugging installation
13# CMD ["/bin/bash","-c","pwd;cd /opt/app/osaaf;find /opt/app/osaaf -depth;df -k; cat /opt/app/aaf/${AAF_COMPONENT}/bin/${AAF_COMPONENT};cat /etc/hosts;/opt/app/aaf/${AAF_COMPONENT}/bin/${AAF_COMPONENT}"]
14# Java Debugging VM Args
15# "-Xdebug",\
16# "-Xnoagent",\
17# "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000",\
18
19# TLS Debugging VM Args
20# "-Djavax.net.debug","ssl", \
21