Skip to content

Commit

Permalink
Update base image to cater vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
piyarathnalakmali committed Sep 8, 2021
1 parent 5f3c2c1 commit 9be2c89
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/alpine/is-analytics/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>" \
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
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/alpine/is-analytics/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>" \
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
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/centos/is-analytics/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to latest CentOS Docker image
FROM centos:7
FROM centos:8
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
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
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/centos/is-analytics/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to latest CentOS Docker image
FROM centos:7
FROM centos:8
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
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
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/is-analytics/dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>" \
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
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/is-analytics/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>" \
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
Expand Down

0 comments on commit 9be2c89

Please sign in to comment.