Upgrade Alpine base builder image 90/2490/4
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 12 Feb 2020 18:37:13 +0000 (13:37 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 13 Feb 2020 12:10:26 +0000 (07:10 -0500)
Switch from old base builder image with outdated NNG.
Document change in release notes as version 0.3.1.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I644e5fb42b548a92a9e8928812bc495834c4ba96

container-tag.yaml
docker/Dockerfile.redis
docs/release-notes.rst

index c33bdff..0d2bb0f 100644 (file)
@@ -2,4 +2,4 @@
 # This file is expected to be in the docker build directory;
 # can be moved with suitable JJB configuration.
 ---
-tag: '0.3.0'
+tag: '0.3.1'
index 4b29ff2..459f583 100644 (file)
@@ -56,7 +56,7 @@ RUN ./autogen.sh && \
     make test
 
 
-FROM nexus3.o-ran-sc.org:10004/bldr-alpine3:6-a3.9-nng as build-env
+FROM nexus3.o-ran-sc.org:10004/bldr-alpine3-go:1-rmr1.13.1 as build-env
 
 RUN apk add cpputest
 COPY ./redismodule /redismodule
index 5c048a1..322b64c 100644 (file)
@@ -31,6 +31,10 @@ ric-plt/dbaas.
 Version history
 ---------------
 
+[0.3.1] - 2020-02-13
+
+* Upgrade base image to alpine3-go:1-rmr1.13.1 in Redis docker build
+
 [0.3.0] - 2020-01-23
 
 * Enable unit tests and valgrind in CI.