X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mc-core%2FDockerfile;h=b46eb17b0a07d4e8f5b3c0ceb7d0954ee6a1d3e6;hb=7e50b057ef2899bdc5b2dd483a20157d80245fb3;hp=2bec2986f7ba4dc172d6d86d71eb2810a937f8be;hpb=9dbc426b7fe4f742ff41918f07acdd8ac83a9b1a;p=ric-app%2Fmc.git diff --git a/mc-core/Dockerfile b/mc-core/Dockerfile index 2bec298..b46eb17 100644 --- a/mc-core/Dockerfile +++ b/mc-core/Dockerfile @@ -16,7 +16,7 @@ ARG STAGE_DIR=/mc -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:4-u18.04-nng AS project-build +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:7-u18.04 as project-build # Update & installation of linux packages RUN apt-get update -y && \ apt-get install -y curl && \ @@ -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