From: Lott, Christopher (cl778h) Date: Wed, 22 Apr 2020 15:16:05 +0000 (-0400) Subject: Upgrade base image that builds library for alpine X-Git-Tag: 0.4.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0e9207233c293fde3ea2df3809bed7f22ba02dc3;p=ric-plt%2Fdbaas.git Upgrade base image that builds library for alpine Use image bldr-alpine3:10-a3.11-rmr3 Bump docker tag to 0.3.2 No functional changes Signed-off-by: Lott, Christopher (cl778h) Change-Id: I65ecd61386406841e31ef6b2c46c95b4afc558bf --- diff --git a/container-tag.yaml b/container-tag.yaml index 0d2bb0f..43b2f66 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.1' +tag: '0.3.2' diff --git a/docker/Dockerfile.redis b/docker/Dockerfile.redis index f3fe3fb..0558dbe 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-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 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 322b64c..9e8e874 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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