X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=Dockerfile;h=9d52ba33c7d15bccc60b02b136321f529dc78e74;hb=refs%2Fchanges%2F72%2F2072%2F1;hp=4a8fdd5f238e3a8e0fdbd109ecbc2e906c44e8a4;hpb=b9d7e9c232a4371ddfed51c58e5a57f87b057229;p=ric-app%2Fadmin.git diff --git a/Dockerfile b/Dockerfile index 4a8fdd5..9d52ba3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG SCHEMA_PATH=schemas ARG STAGE_DIR=/tmp/ac-xapp #================================================================================== -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go:1-u16.04-nng1.1.1 as ricbuild +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu16-c-go@sha256:c53b2f70bfc47de5af0eb0c4264f894b2a13ca3c954befda0725191826dda201 as ricbuild # to override repo base, pass in repo argument when running docker build: # docker build --build-arg REPOBASE=http://abc.def.org . .... @@ -39,7 +39,7 @@ 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 +ARG RMR_VER=1.12.1 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 RUN dpkg -i rmr_${RMR_VER}_amd64.deb