From: Lott, Christopher (cl778h) Date: Wed, 12 Feb 2020 18:37:13 +0000 (-0500) Subject: Upgrade Alpine base builder image X-Git-Tag: 0.4.0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5ad6f527365cf159f5466bfc47bd3bc54cb3d385;p=ric-plt%2Fdbaas.git Upgrade Alpine base builder image 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) Change-Id: I644e5fb42b548a92a9e8928812bc495834c4ba96 --- diff --git a/container-tag.yaml b/container-tag.yaml index c33bdff..0d2bb0f 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.3.0' +tag: '0.3.1' diff --git a/docker/Dockerfile.redis b/docker/Dockerfile.redis index 4b29ff2..459f583 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: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 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5c048a1..322b64c 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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.