Skip to content

Commit

Permalink
Merge pull request #339 from DedunuKarunarathne/4.0.x
Browse files Browse the repository at this point in the history
[4.0.x] Update ubuntu dockerfiles to get continuous upgrades (Dashboard & SI)
  • Loading branch information
DedunuKarunarathne authored Jan 23, 2024
2 parents c2d5cf8 + 1895cb9 commit da3f1eb
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project `4.0.x` per each release will be documented

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [v4.0.0.6] - 2024-01-23

### Changed
- Update Ubuntu Dockerfiles to get continuous upgrades.

## [v4.0.0.3] - 2022-03-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/alpine/mi-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.3"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/alpine/micro-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.5"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/alpine/streaming-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.3"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/centos/mi-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.3"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/centos/micro-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.5"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/centos/streaming-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.3"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/mi-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM ubuntu:20.04
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

# install JDK Dependencies
RUN apt-get update \
RUN apt-get update && apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales python-is-python3 \
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
&& locale-gen en_US.UTF-8 \
Expand Down Expand Up @@ -76,7 +76,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.3"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/micro-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.5"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6"

# set Docker image build arguments
# build arguments for user/group configurations
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/streaming-integrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM ubuntu:20.04
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

# install JDK Dependencies
RUN apt-get update \
RUN apt-get update && apt-get upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales python-is-python3 \
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
&& locale-gen en_US.UTF-8 \
Expand Down Expand Up @@ -76,7 +76,7 @@ RUN echo Verifying install ... \
&& echo Complete.

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.3"
com.wso2.docker.source="https://github.com/wso2/docker-ei/releases/tag/v4.0.0.6"

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

0 comments on commit da3f1eb

Please sign in to comment.