From fd3164a096454bc627e09b47cb369b5f3cba1a28 Mon Sep 17 00:00:00 2001 From: jyoak Date: Fri, 27 Mar 2020 02:33:22 +0530 Subject: [PATCH] Updated dockerfile with version updates for mdclog,rmr and nexus Signed-off-by: jyoak Change-Id: I6ddc0ede40d9dfaf3292f6a16b5796fdc7370560 --- Dockerfile | 14 +++++++------- releases/container-release.yaml | 19 ++++++++++--------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8ae7524..df436e9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG STAGE_DIR=/tmp/kpi-xapp #================================================================================== #FROM nexus3.o-ran-sc.org:10001/ubuntu:16.04 as ricbuild -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:2-u16.04-nng as ricbuild +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:3-u16.04-nng as ricbuild # to override repo base, pass in repo argument when running docker build: @@ -31,16 +31,16 @@ RUN apt-get update \ && apt-get clean # Install mdclog using debian package hosted at packagecloud.io -ARG MDC_VER=0.0.3-1 -RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/mdclog_${MDC_VER}_amd64.deb/download.deb -RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/mdclog-dev_${MDC_VER}_amd64.deb/download.deb +ARG MDC_VER=0.0.4-1 +RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/mdclog_${MDC_VER}_amd64.deb/download.deb +RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/mdclog-dev_${MDC_VER}_amd64.deb/download.deb RUN dpkg -i mdclog_${MDC_VER}_amd64.deb RUN dpkg -i mdclog-dev_${MDC_VER}_amd64.deb # Install RMR using debian package hosted at packagecloud.io -ARG RMR_VER=1.3.0 -RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb -RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb +ARG RMR_VER=1.11.2 +RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb +RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb RUN dpkg -i rmr_${RMR_VER}_amd64.deb RUN dpkg -i rmr-dev_${RMR_VER}_amd64.deb diff --git a/releases/container-release.yaml b/releases/container-release.yaml index 84f386f..dbf22c2 100644 --- a/releases/container-release.yaml +++ b/releases/container-release.yaml @@ -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 -- 2.16.6