From: vlad shkapenyuk Date: Thu, 13 Feb 2020 19:20:16 +0000 (-0500) Subject: Changing MC to use Amber release of gs-lite X-Git-Tag: 1.3.3~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d8f44d4070d345d57eedf4ddd2f8360cb7aa5ab9;p=ric-app%2Fmc.git Changing MC to use Amber release of gs-lite Signed-off-by: vlad shkapenyuk Change-Id: I40f0709022b575d74e878e9cbd82e60bcc583ee1 --- diff --git a/mc-core/Dockerfile b/mc-core/Dockerfile index a88b146..89f5314 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-ubuntu16-c-go:2-u16.04-nng AS project-build +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:3-u16.04-nng AS project-build # Update & installation of linux packages RUN apt-get update -y && \ apt-get install -y curl && \ @@ -46,7 +46,7 @@ RUN make install RUN ldconfig RUN pip install protobuf WORKDIR ${STAGE_DIR} -RUN git clone -b release/0.1.0 https://gerrit.o-ran-sc.org/r/com/gs-lite +RUN git clone -b Amber https://gerrit.o-ran-sc.org/r/com/gs-lite WORKDIR ${STAGE_DIR}/gs-lite COPY mc/cfg ${STAGE_DIR}/gs-lite/cfg COPY mc/local_datasource ${STAGE_DIR}/gs-lite/src/lib/gscprts/local_datasource