Updated INFO.yaml file
[ric-app/kpimon.git] / Dockerfile
index 8ae7524..df436e9 100755 (executable)
@@ -2,7 +2,7 @@ ARG STAGE_DIR=/tmp/kpi-xapp
 \r
 #==================================================================================\r
 #FROM nexus3.o-ran-sc.org:10001/ubuntu:16.04 as ricbuild\r
-FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ricbuild\r
+FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:3-u16.04-nng as ricbuild\r
 \r
 \r
 # to override repo base, pass in repo argument when running docker build:\r
@@ -31,16 +31,16 @@ RUN apt-get update  \
       && apt-get clean\r
 \r
 # Install mdclog using debian package hosted at packagecloud.io\r
-ARG MDC_VER=0.0.3-1\r
-RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/mdclog_${MDC_VER}_amd64.deb/download.deb\r
-RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/mdclog-dev_${MDC_VER}_amd64.deb/download.deb\r
+ARG MDC_VER=0.0.4-1\r
+RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/mdclog_${MDC_VER}_amd64.deb/download.deb\r
+RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/mdclog-dev_${MDC_VER}_amd64.deb/download.deb\r
 RUN dpkg -i mdclog_${MDC_VER}_amd64.deb\r
 RUN dpkg -i mdclog-dev_${MDC_VER}_amd64.deb\r
 \r
 # Install RMR using debian package hosted at packagecloud.io\r
-ARG RMR_VER=1.3.0\r
-RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb\r
-RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb\r
+ARG RMR_VER=1.11.2\r
+RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb\r
+RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb\r
 RUN dpkg -i rmr_${RMR_VER}_amd64.deb\r
 RUN dpkg -i rmr-dev_${RMR_VER}_amd64.deb\r
 \r