Upgrade base build image for alpine 50/4150/1 bronze
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 17 Jun 2020 05:43:19 +0000 (08:43 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 17 Jun 2020 05:43:19 +0000 (08:43 +0300)
Update base image to bldr-alpine3:12-a3.11.
Bump docker tag to 0.4.1.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I71abad1354950c18d200d8b53ecb6b63b84e0a30

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

index d9de2ec..1f5d874 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.4.0'
+tag: '0.4.1'
index 0558dbe..3266a75 100644 (file)
@@ -56,7 +56,7 @@ RUN ./autogen.sh && \
     make test
 
 
-FROM nexus3.o-ran-sc.org:10004/bldr-alpine3:10-a3.11-rmr3 as build-env
+FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-alpine3:12-a3.11 as build-env
 
 RUN apk add cpputest
 COPY ./redismodule /redismodule
index 65cbe82..0b77d09 100644 (file)
@@ -30,6 +30,10 @@ This document provides the release notes of the dbaas.
 Version history
 ---------------
 
+[0.4.1] - 2020-06-17
+
+* Upgrade base image to bldr-alpine3:12-a3.11 in Redis docker build
+
 [0.4.0] - 2020-04-23
 
 * Bump version to 0.4.0 to follow RIC versioning rules (4 is meaning RIC release R4). No functional changes.