Updated dockerfile with version updates for mdclog,rmr and nexus 06/3006/1
authorjyoak <jy.oak@samsung.com>
Thu, 26 Mar 2020 21:03:22 +0000 (02:33 +0530)
committerjyoak <jy.oak@samsung.com>
Thu, 26 Mar 2020 21:03:22 +0000 (02:33 +0530)
Signed-off-by: jyoak <jy.oak@samsung.com>
Change-Id: I6ddc0ede40d9dfaf3292f6a16b5796fdc7370560

Dockerfile
releases/container-release.yaml

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
index 84f386f..dbf22c2 100644 (file)
@@ -1,10 +1,11 @@
 ---
-distribution_type: container
-container_release_tag: 0.0.1
-container_pull_registry: nexus3.o-ran-sc.org:10004
-container_push_registry: nexus3.o-ran-sc.org:10002
-project: ric-app/kpimon
-ref: b61b9bd0c4fb7fb20dcfa0a94ff1ee4c9f15bc48
-containers:
-    - name: ric-app-kpimon
-      version: 0.0.1
+  distribution_type: container
+  container_release_tag: 0.0.1
+  container_pull_registry: nexus3.o-ran-sc.org:10004
+  container_push_registry: nexus3.o-ran-sc.org:10002
+  project: ric-app/kpimon
+  ref: e14551903a6ddda741d1e65cbf9f74bff32dbd74
+  containers:
+      - name: ric-app-kpimon
+        version: 0.0.1
+  
\ No newline at end of file