Bump base image to Redis 6.2.6 Alpine 3.15 89/7589/3 0.6.0
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 20 Jan 2022 06:41:59 +0000 (08:41 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 20 Jan 2022 10:25:34 +0000 (12:25 +0200)
Redis server 5 is going soon out of maintenance, that's upgrade
base image to 6.2.6-alpine3.15.
Update DBAAS Docker image version to 0.6.0.

Issue-Id: RIC-698

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

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

index 67eb300..33ceb02 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.5.7'
+tag: '0.6.0'
index bb4d8d7..e81d1cf 100644 (file)
@@ -77,7 +77,7 @@ RUN cd /go/src && \
     go build -v -o /usr/local/bin/sdlcli cmd/sdlcli/main.go
 
 
-FROM redis:5.0.9-alpine3.11 as build
+FROM redis:6.2.6-alpine3.15 as build
 
 RUN apk --update add --upgrade --no-cache \
     apk-tools \
index b2af2b6..2bf3998 100644 (file)
@@ -30,6 +30,10 @@ This document provides the release notes of the dbaas.
 Version history
 ---------------
 
+[0.6.0] - 2022-01-20
+
+* Bump Redis base image to 6.2.6, because version 5 is going soon out of maintenance
+
 [0.5.7] - 2021-12-30
 
 * Build a new DBAAS Docker image to have the latest version (0.9.3) of the sdlcli -tool