From e1637a987245162e854e6d315ce5a91c0f68ae5c Mon Sep 17 00:00:00 2001 From: Thilina Shashimal Senarath Date: Wed, 16 Oct 2024 11:55:33 +0530 Subject: [PATCH 1/2] [IS 6.1.0] Update Alpine based Docker Image Version to 3.20.3 --- CHANGELOG.md | 6 ++++++ dockerfiles/alpine/is/Dockerfile | 4 ++-- dockerfiles/centos/is/Dockerfile | 2 +- dockerfiles/jdk17/alpine/is/Dockerfile | 4 ++-- dockerfiles/jdk17/centos/is/Dockerfile | 2 +- dockerfiles/jdk17/rocky/is/Dockerfile | 2 +- dockerfiles/jdk17/ubuntu/is/Dockerfile | 2 +- dockerfiles/rocky/is/Dockerfile | 2 +- dockerfiles/ubuntu/is/Dockerfile | 2 +- 9 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6bfb8c2..9f45d5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-02-28 + +### Changed +- Update alpine version 3.16 to 3.20.3 + ## v6.1.0.5 - 2024-02-28 ### Changed diff --git a/dockerfiles/alpine/is/Dockerfile b/dockerfiles/alpine/is/Dockerfile index 13000f9c..ee652d35 100755 --- a/dockerfiles/alpine/is/Dockerfile +++ b/dockerfiles/alpine/is/Dockerfile @@ -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 " \ - 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' diff --git a/dockerfiles/centos/is/Dockerfile b/dockerfiles/centos/is/Dockerfile index 690059c4..b043fae7 100755 --- a/dockerfiles/centos/is/Dockerfile +++ b/dockerfiles/centos/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to CentOS Docker image FROM centos:7 LABEL maintainer="WSO2 Docker Maintainers " \ - 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' diff --git a/dockerfiles/jdk17/alpine/is/Dockerfile b/dockerfiles/jdk17/alpine/is/Dockerfile index 27cb76d5..d69d0aa2 100755 --- a/dockerfiles/jdk17/alpine/is/Dockerfile +++ b/dockerfiles/jdk17/alpine/is/Dockerfile @@ -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 " \ - 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' diff --git a/dockerfiles/jdk17/centos/is/Dockerfile b/dockerfiles/jdk17/centos/is/Dockerfile index f63d4763..0deb77c5 100755 --- a/dockerfiles/jdk17/centos/is/Dockerfile +++ b/dockerfiles/jdk17/centos/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to CentOS Docker image FROM centos:7 LABEL maintainer="WSO2 Docker Maintainers " \ - 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' diff --git a/dockerfiles/jdk17/rocky/is/Dockerfile b/dockerfiles/jdk17/rocky/is/Dockerfile index 46e5d0fc..58532262 100755 --- a/dockerfiles/jdk17/rocky/is/Dockerfile +++ b/dockerfiles/jdk17/rocky/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to Rocky Linux Docker image FROM rockylinux:8 LABEL maintainer="WSO2 Docker Maintainers " \ - 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 && \ diff --git a/dockerfiles/jdk17/ubuntu/is/Dockerfile b/dockerfiles/jdk17/ubuntu/is/Dockerfile index 1e0410dc..6df9500f 100755 --- a/dockerfiles/jdk17/ubuntu/is/Dockerfile +++ b/dockerfiles/jdk17/ubuntu/is/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:20.04 LABEL maintainer="WSO2 Docker Maintainers " \ - 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' diff --git a/dockerfiles/rocky/is/Dockerfile b/dockerfiles/rocky/is/Dockerfile index 3b46f431..5f5db9b1 100755 --- a/dockerfiles/rocky/is/Dockerfile +++ b/dockerfiles/rocky/is/Dockerfile @@ -19,7 +19,7 @@ # set base Docker image to Rocky Linux Docker image FROM rockylinux:8 LABEL maintainer="WSO2 Docker Maintainers " \ - 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 && \ diff --git a/dockerfiles/ubuntu/is/Dockerfile b/dockerfiles/ubuntu/is/Dockerfile index f0879d6c..2ca3b862 100755 --- a/dockerfiles/ubuntu/is/Dockerfile +++ b/dockerfiles/ubuntu/is/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:20.04 LABEL maintainer="WSO2 Docker Maintainers " \ - 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' From 5538ab23ac5830085dfa57fd496bfde6f493a158 Mon Sep 17 00:00:00 2001 From: Thilina Shashimal Senarath Date: Wed, 16 Oct 2024 11:56:50 +0530 Subject: [PATCH 2/2] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f45d5cf..11dd5efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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-02-28 +## v6.1.0.11 - 2024-10-16 ### Changed - Update alpine version 3.16 to 3.20.3