Reference the updated listener image on img build 71/3171/1
authorE. Scott Daniels <daniels@research.att.com>
Mon, 6 Apr 2020 18:30:48 +0000 (14:30 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 6 Apr 2020 18:30:48 +0000 (14:30 -0400)
This change updates the referenced mc-listener image to 1.4.0
during the image build process.  The 1.4.0 image includes
the health check support programme supplied by RMR.

Issue-ID: RIC-311

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ibe0aecd2e0bf1d69c587cbff0e1f139fbd3fa87a

mc-core/Dockerfile
mc-core/container_start.sh

index 2bec298..748b3f3 100644 (file)
@@ -70,7 +70,7 @@ RUN python generate_runall.py
 
 
 # now install the binaries and libraries into smaller docker image
-FROM nexus3.o-ran-sc.org:10004/o-ran-sc/ric-app-mc-listener:1.3.3
+FROM nexus3.o-ran-sc.org:10004/o-ran-sc/ric-app-mc-listener:1.4.0
 
 ARG STAGE_DIR
 
index cc322e0..bcce8d4 100755 (executable)
@@ -55,7 +55,7 @@ then
        else
                bin/mc_listener_si
        fi
-) >/tmp/listener.std 2>&1 &
+)
 
 echo "listener was started" >&2