From: dglFromAtt Date: Fri, 10 Jan 2020 19:55:05 +0000 (-0500) Subject: Tighten up due to using new image X-Git-Tag: 2.0.2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fbuscontroller.git;a=commitdiff_plain;h=9162456b7e6858e7cde3443b00cca05a20113233 Tighten up due to using new image Issue-ID: DMAAP-1363 Signed-off-by: dglFromAtt Change-Id: Iec5c68b475453f57c17b641ad8726bba4dc18a5d Signed-off-by: dglFromAtt --- diff --git a/dmaap-bc/misc/dmaapbc b/dmaap-bc/misc/dmaapbc index 97ad226..51aa93a 100644 --- a/dmaap-bc/misc/dmaapbc +++ b/dmaap-bc/misc/dmaapbc @@ -28,7 +28,8 @@ APP_ROOT=/opt/app/$COMPONENT USER=dbc GROUP=onap export TZ -PATH=/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/java/jdk/jdk180/bin +PATH=/usr/local/openjdk-11/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PATH CLASSPATH=`echo $APP_ROOT/etc $APP_ROOT/lib/*.jar | tr ' ' ':'` export CLASSPATH diff --git a/dmaap-bc/src/main/resources/Dockerfile b/dmaap-bc/src/main/resources/Dockerfile index 3e12a19..7375450 100644 --- a/dmaap-bc/src/main/resources/Dockerfile +++ b/dmaap-bc/src/main/resources/Dockerfile @@ -33,6 +33,7 @@ RUN apt-get update && \ openssl \ net-tools \ wget \ + procps \ bash # Install AAF CA certificate