X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=mc-core%2FDockerfile;h=511e03537da077d43d2eb77ceacc6d5f549de178;hb=refs%2Fchanges%2F88%2F4588%2F1;hp=1df54c13e79ec428d147c168059ab79996cbdb3d;hpb=167fe26eb2c6d3fca6bd0cf93e59ef6309a59585;p=ric-app%2Fmc.git diff --git a/mc-core/Dockerfile b/mc-core/Dockerfile index 1df54c1..511e035 100644 --- a/mc-core/Dockerfile +++ b/mc-core/Dockerfile @@ -16,7 +16,7 @@ ARG STAGE_DIR=/mc -FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:8-u18.04 AS project-build +FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 AS project-build ARG STAGE_DIR @@ -59,7 +59,7 @@ RUN make RUN make install RUN ldconfig WORKDIR ${STAGE_DIR} -RUN git clone -b release/0.2.0 https://gerrit.o-ran-sc.org/r/com/gs-lite +RUN git clone -b release/0.3.0 https://gerrit.o-ran-sc.org/r/com/gs-lite WORKDIR ${STAGE_DIR}/gs-lite COPY mc/cfg/packet_schema.txt ${STAGE_DIR}/gs-lite/cfg/ COPY mc/cfg/ifres.xml ${STAGE_DIR}/gs-lite/cfg/ @@ -76,7 +76,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.5.0 +FROM nexus3.o-ran-sc.org:10002/o-ran-sc/ric-app-mc-listener:1.6.0 ARG STAGE_DIR