X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mc-core%2FDockerfile;h=d2fbbb05bc496fd3f3df6ce971236fe62d1595ca;hb=783f6bfa93c3eed4787bded3c35016952b74b2e3;hp=2bec2986f7ba4dc172d6d86d71eb2810a937f8be;hpb=9dbc426b7fe4f742ff41918f07acdd8ac83a9b1a;p=ric-app%2Fmc.git diff --git a/mc-core/Dockerfile b/mc-core/Dockerfile index 2bec298..d2fbbb0 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 @@ -82,7 +82,7 @@ COPY --from=project-build /usr/local/lib/libproto* /usr/local/lib/ COPY --from=project-build /usr/local/lib/libsdl* /usr/local/lib/ WORKDIR /opt/ric/config -COPY --from=project-build ${STAGE_DIR}/mc_deployment.json /opt/ric/config +COPY --from=project-build ${STAGE_DIR}/mc_deployment.json /opt/ric/config/config-file.json COPY container_start.sh /playpen/bin/ @@ -94,7 +94,7 @@ RUN apt-get update && \ RUN ldconfig RUN pip install protobuf -ENV XAPP_DESCRIPTOR_PATH /opt/ric/config/mc_deployment.json +ENV XAPP_DESCRIPTOR_PATH /opt/ric/config/ WORKDIR /playpen ENV GSLITE_ROOT /mc/gs-lite