Skip to content

Commit

Permalink
Merge pull request #437 from shashimalcse/update-1
Browse files Browse the repository at this point in the history
[IS 6.1.0] Update Alpine based Docker Image Version to 3.20.3
  • Loading branch information
shashimalcse authored Oct 16, 2024
2 parents 0b6dc6d + 5538ab2 commit e9f2bf7
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ in each resource release, will be documented in this file.

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


## v6.1.0.11 - 2024-10-16

### Changed
- Update alpine version 3.16 to 3.20.3

## v6.1.0.5 - 2024-02-28

### 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.16
FROM alpine:3.20.3
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11"

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/v6.1.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11"

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/jdk17/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.16
FROM alpine:3.20.3
LABEL maintainer="WSO2 Docker Maintainers <[email protected]>" \
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11"

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/jdk17/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/v6.1.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11"

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/jdk17/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/v6.1.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11"

# Update the system to the specific 8.10 version
RUN dnf -y update && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/jdk17/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/v6.1.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11"

#Install JDK Dependencies
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/v6.1.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11"

# 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/v6.1.0.10"
com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v6.1.0.11"

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

0 comments on commit e9f2bf7

Please sign in to comment.