Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IS 5.10] Update Alpine based Docker Image Version to v3.20.3 #443

Open
wants to merge 2 commits into
base: 5.10.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ will be documented in this file.

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

## [v5.10.0.23] - 2024-12-13

### Changed
- Update alpine version 3.16 to 3.20.3

## [v5.10.0.17] - 2023-01-30

### Changed
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/alpine/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to Alpine Docker image
FROM alpine:3.15.0
FROM alpine:3.20.3
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.22"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.23"

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/centos/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# set base Docker image to CentOS Docker image
FROM centos:7
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.22"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.23"

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/jdk8/alpine/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# ------------------------------------------------------------------------

# set base Docker image to Alpine Docker image
FROM alpine:3.15.0
FROM alpine:3.20.3
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.22"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.23"
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

# Install JDK Dependencies
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/jdk8/centos/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# set base Docker image to CentOS Docker image
FROM centos:7
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.22"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.23"
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

# Instal JDK Dependencies
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/jdk8/rocky/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# set base Docker image to Rocky Linux Docker image
FROM rockylinux:8
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.22"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.23"

# Update the system to the specific 8.10 version
RUN dnf -y update && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/jdk8/ubuntu/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
FROM ubuntu:20.04

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.22"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.23"

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/rocky/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# set base Docker image to Rocky Linux Docker image
FROM rockylinux:8
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.22"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.23"

# Update the system to the specific 8.10 version
RUN dnf -y update && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/is/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
FROM ubuntu:20.04

LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.22"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.10.0.23"

#Install JDK Dependencies
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
Expand Down