From: Timo Tietavainen Date: Wed, 17 Jun 2020 05:43:19 +0000 (+0300) Subject: Upgrade base build image for alpine X-Git-Tag: 0.5.0~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=fcf4eaa62c093c57bb9b833ac5664208cac42724;p=ric-plt%2Fdbaas.git Upgrade base build image for alpine Update base image to bldr-alpine3:12-a3.11. Bump docker tag to 0.4.1. Signed-off-by: Timo Tietavainen Change-Id: I71abad1354950c18d200d8b53ecb6b63b84e0a30 --- diff --git a/container-tag.yaml b/container-tag.yaml index d9de2ec..1f5d874 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -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' diff --git a/docker/Dockerfile.redis b/docker/Dockerfile.redis index 0558dbe..3266a75 100644 --- a/docker/Dockerfile.redis +++ b/docker/Dockerfile.redis @@ -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 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 65cbe82..0b77d09 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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.