Changing MC to use Amber release of gs-lite 14/2514/3
authorvlad shkapenyuk <vshkap@research.att.com>
Thu, 13 Feb 2020 19:20:16 +0000 (14:20 -0500)
committerVlad Shkapenyuk <vshkap@research.att.com>
Thu, 13 Feb 2020 19:58:16 +0000 (19:58 +0000)
Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: I40f0709022b575d74e878e9cbd82e60bcc583ee1

mc-core/Dockerfile

index a88b146..89f5314 100644 (file)
@@ -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