Upgrade base image that builds library for alpine 92/3392/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 22 Apr 2020 15:16:05 +0000 (11:16 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 22 Apr 2020 15:16:05 +0000 (11:16 -0400)
Use image bldr-alpine3:10-a3.11-rmr3
Bump docker tag to 0.3.2
No functional changes

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

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

index 0d2bb0f..43b2f66 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.1'
+tag: '0.3.2'
index f3fe3fb..0558dbe 100644 (file)
@@ -56,7 +56,7 @@ RUN ./autogen.sh && \
     make test
 
 
-FROM nexus3.o-ran-sc.org:10004/bldr-alpine3-go:2-rmr1.13.1 as build-env
+FROM nexus3.o-ran-sc.org:10004/bldr-alpine3:10-a3.11-rmr3 as build-env
 
 RUN apk add cpputest
 COPY ./redismodule /redismodule
index 322b64c..9e8e874 100644 (file)
@@ -31,6 +31,10 @@ ric-plt/dbaas.
 Version history
 ---------------
 
+[0.3.2] - 2020-04-22
+
+* Upgrade base image to bldr-alpine3:10-a3.22-rmr3 in Redis docker build
+
 [0.3.1] - 2020-02-13
 
 * Upgrade base image to alpine3-go:1-rmr1.13.1 in Redis docker build