Update to 3.6.3 which has a bugfix xapps need. 62/3062/2
authorTommy Carpenter <tc677g@att.com>
Mon, 30 Mar 2020 18:19:52 +0000 (14:19 -0400)
committerTommy Carpenter <tc677g@att.com>
Mon, 30 Mar 2020 18:46:02 +0000 (14:46 -0400)
Change-Id: I2d739346916bf74c424c73d1cb57ab7db885cf75
Signed-off-by: Tommy Carpenter <tc677g@att.com>
bldr-imgs/bldr-alpine3-go/Dockerfile
bldr-imgs/bldr-alpine3-go/container-tag.yaml
bldr-imgs/bldr-alpine3/Dockerfile
bldr-imgs/bldr-alpine3/container-tag.yaml

index 16bd1ac..fdf726f 100644 (file)
@@ -24,7 +24,7 @@
 # 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 3.6.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+RUN git clone --branch 3.6.3 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir .build; cd .build \
     && echo "<<<installing rmr devel headers>>>" \
index 0ec0e7f..6e3268a 100644 (file)
@@ -65,7 +65,7 @@ RUN cd /tmp \
 # install a well known working rmr including development header files,
 # which uses a submodule to install NNG at a known commit
 RUN apk update && apk add autoconf automake build-base cmake libtool ninja pkgconfig git sudo
-RUN git clone --branch 3.6.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+RUN git clone --branch 3.6.3 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir .build; cd .build \
     && echo "<<<installing rmr devel headers>>>" \
index c9184ae..a067d0b 100644 (file)
@@ -1,3 +1,3 @@
 # Not feasible to show all the software versions
 ---
-tag: 8-a3.11-nng-rmr3
+tag: 9-a3.11-nng-rmr3