From 9be2c89318b80a653e6f7abcd0f940f5ee0cfba0 Mon Sep 17 00:00:00 2001 From: piyarathnalakmali Date: Wed, 8 Sep 2021 16:55:46 +0530 Subject: [PATCH] Update base image to cater vulnerabilities --- CHANGELOG.md | 5 +++++ dockerfiles/alpine/is-analytics/dashboard/Dockerfile | 4 ++-- dockerfiles/alpine/is-analytics/worker/Dockerfile | 4 ++-- dockerfiles/centos/is-analytics/dashboard/Dockerfile | 4 ++-- dockerfiles/centos/is-analytics/worker/Dockerfile | 4 ++-- dockerfiles/ubuntu/is-analytics/dashboard/Dockerfile | 4 ++-- dockerfiles/ubuntu/is-analytics/worker/Dockerfile | 4 ++-- 7 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771aaae4..0e7267bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project 5.8.x per each release will be documented in The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [v5.8.0.7] - 2021-09-08 + +### Changed +- Upgrade base docker image to fix the detected high security vulnerability. (refer to [issue](https://github.com/wso2/docker-is/issues/304)) + ## [v5.8.0.6] - 2020-11-25 ### Added diff --git a/dockerfiles/alpine/is-analytics/dashboard/Dockerfile b/dockerfiles/alpine/is-analytics/dashboard/Dockerfile index cb8423aa..be82a80d 100644 --- a/dockerfiles/alpine/is-analytics/dashboard/Dockerfile +++ b/dockerfiles/alpine/is-analytics/dashboard/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK Alpine Docker image -FROM adoptopenjdk/openjdk8:jdk8u212-b03-alpine +FROM adoptopenjdk/openjdk8:jdk8u302-b08-alpine LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.6" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.7" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/alpine/is-analytics/worker/Dockerfile b/dockerfiles/alpine/is-analytics/worker/Dockerfile index 0f1aa682..ec716923 100644 --- a/dockerfiles/alpine/is-analytics/worker/Dockerfile +++ b/dockerfiles/alpine/is-analytics/worker/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK Alpine Docker image -FROM adoptopenjdk/openjdk8:jdk8u212-b03-alpine +FROM adoptopenjdk/openjdk8:jdk8u302-b08-alpine LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.6" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.7" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/centos/is-analytics/dashboard/Dockerfile b/dockerfiles/centos/is-analytics/dashboard/Dockerfile index 0a645e79..46879fd6 100644 --- a/dockerfiles/centos/is-analytics/dashboard/Dockerfile +++ b/dockerfiles/centos/is-analytics/dashboard/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to latest CentOS Docker image -FROM centos:7 +FROM centos:8 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.6" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.7" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/centos/is-analytics/worker/Dockerfile b/dockerfiles/centos/is-analytics/worker/Dockerfile index aa637d71..ee928bae 100644 --- a/dockerfiles/centos/is-analytics/worker/Dockerfile +++ b/dockerfiles/centos/is-analytics/worker/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to latest CentOS Docker image -FROM centos:7 +FROM centos:8 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.6" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.7" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/ubuntu/is-analytics/dashboard/Dockerfile b/dockerfiles/ubuntu/is-analytics/dashboard/Dockerfile index cb63f7a8..26e4df4d 100644 --- a/dockerfiles/ubuntu/is-analytics/dashboard/Dockerfile +++ b/dockerfiles/ubuntu/is-analytics/dashboard/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK Ubuntu Docker image -FROM adoptopenjdk:8u212-b03-jdk-hotspot +FROM adoptopenjdk:8u292-b10-jdk-hotspot LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.6" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.7" # set Docker image build arguments # build arguments for user/group configurations diff --git a/dockerfiles/ubuntu/is-analytics/worker/Dockerfile b/dockerfiles/ubuntu/is-analytics/worker/Dockerfile index d428dac5..9d7b1a8a 100644 --- a/dockerfiles/ubuntu/is-analytics/worker/Dockerfile +++ b/dockerfiles/ubuntu/is-analytics/worker/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to AdoptOpenJDK Ubuntu Docker image -FROM adoptopenjdk:8u212-b03-jdk-hotspot +FROM adoptopenjdk:8u292-b10-jdk-hotspot LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.6" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.7" # set Docker image build arguments # build arguments for user/group configurations