From: E. Scott Daniels Date: Mon, 6 Apr 2020 18:30:48 +0000 (-0400) Subject: Reference the updated listener image on img build X-Git-Tag: 1.0.3~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F3171%2F1;p=ric-app%2Fmc.git Reference the updated listener image on img build 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 Change-Id: Ibe0aecd2e0bf1d69c587cbff0e1f139fbd3fa87a --- diff --git a/mc-core/Dockerfile b/mc-core/Dockerfile index 2bec298..748b3f3 100644 --- a/mc-core/Dockerfile +++ b/mc-core/Dockerfile @@ -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 diff --git a/mc-core/container_start.sh b/mc-core/container_start.sh index cc322e0..bcce8d4 100755 --- a/mc-core/container_start.sh +++ b/mc-core/container_start.sh @@ -55,7 +55,7 @@ then else bin/mc_listener_si fi -) >/tmp/listener.std 2>&1 & +) echo "listener was started" >&2