X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2FDockerfile;h=729a460e973d25fd8d9ff559372b64f339b86e96;hb=refs%2Fheads%2Fmaster;hp=f2920de5b2b8858cfa9d648a3306016841ec0e96;hpb=679f142a91b165a958b5739808d6409d6960b6f4;p=aaf%2Fauthz.git diff --git a/auth/docker/Dockerfile b/auth/docker/Dockerfile deleted file mode 100644 index f2920de5..00000000 --- a/auth/docker/Dockerfile +++ /dev/null @@ -1,30 +0,0 @@ -FROM openjdk:8 -MAINTAINER AAF Team, AT&T 2018 -ENV VERSION=${AAF_VERSION} - -LABEL description="aaf ${AAF_COMPONENT}" -LABEL version=${AAF_VERSION} - - -#RUN apt-get update -#RUN apt-get install -y softhsm2 -#RUN apt-get install -y libsofthsm2 -#RUN apt-get install -y opensc - -COPY lib /opt/app/aaf/${AAF_COMPONENT}/lib -COPY theme /opt/app/aaf/${AAF_COMPONENT}/theme -COPY bin /opt/app/aaf/${AAF_COMPONENT}/bin - -CMD ["/bin/bash","/opt/app/aaf/${AAF_COMPONENT}/bin/${AAF_COMPONENT}"] - -# For Debugging installation -# 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"] -#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}"] -# Java Debugging VM Args -# "-Xdebug",\ -# "-Xnoagent",\ -# "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000",\ - -# TLS Debugging VM Args -# "-Djavax.net.debug","ssl", \ -