Upgrade -go image to rmr v3 with si95. 87/2887/1
authorTommy Carpenter <tc677g@att.com>
Thu, 19 Mar 2020 19:36:55 +0000 (15:36 -0400)
committerTommy Carpenter <tc677g@att.com>
Thu, 19 Mar 2020 19:37:24 +0000 (15:37 -0400)
Issue-ID: RIC-49
Change-Id: I5ef8597b94e270f9e2544d027d6ec0eed82f874c
Signed-off-by: Tommy Carpenter <tc677g@att.com>
docker/bldr-alpine3-go/Dockerfile
docker/bldr-alpine3-go/container-tag.yaml

index 15cf91d..e258fcf 100644 (file)
 # Has:
 # golang 1.13.8
 # alpine 3.11
-# rmr 1.13.1
+# rmr 3.6.1
 # Installing this version of rmr also pulls in nng
 
 # install a well known working rmr
 FROM golang:1.13.8-alpine3.11
 RUN apk update && apk add autoconf automake build-base cmake libtool ninja pkgconfig git sudo
-RUN git clone --branch 1.13.1 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+RUN git clone --branch 3.6.1 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir .build; cd .build \
     && echo "<<<installing rmr devel headers>>>" \