Skip to content

Commit

Permalink
Merge pull request #338 from bhagyasakalanka/5.8.0-centos
Browse files Browse the repository at this point in the history
[5.8.x][IS-Analytics] Update analytics centos version
  • Loading branch information
bhagyasakalanka authored Apr 28, 2022
2 parents 672a378 + 8d0b86c commit 0d24dec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.9] - 2022-04-28

### Changed
- Update centos base docker image to centos7 in IS Analytics 5.8.0.

## [v5.8.0.8] - 2022-01-18

### Changed
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:8
FROM centos:7
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.7"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.9"

# 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:8
FROM centos:7
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.7"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.8.0.9"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down

0 comments on commit 0d24dec

Please sign in to comment.