blob: 121bd06c9305db18df71515129e6463868ba97b9 [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
Instrumental9ec28952018-07-12 11:14:10 -05008CMD ["/bin/bash","-c","/opt/app/aaf/bin/${AAF_COMPONENT}"]
9
10# For Debugging installation
11# 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}"]
12# Java Debugging VM Args
13# "-Xdebug",\
14# "-Xnoagent",\
15# "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000",\
16
17# TLS Debugging VM Args
18# "-Djavax.net.debug","ssl", \
19