From b5cc0f3c742ad9e6515cbf64d46c157bab9eaf86 Mon Sep 17 00:00:00 2001 From: bhagyasakalanka Date: Mon, 20 Jun 2022 14:45:41 +0530 Subject: [PATCH] Update alpine base docker image version to 3.16 --- CHANGELOG.md | 5 +++++ dockerfiles/alpine/is/Dockerfile | 4 ++-- dockerfiles/centos/is/Dockerfile | 2 +- dockerfiles/jdk8/alpine/is/Dockerfile | 4 ++-- dockerfiles/jdk8/centos/is/Dockerfile | 2 +- dockerfiles/jdk8/ubuntu/is/Dockerfile | 2 +- dockerfiles/ubuntu/is/Dockerfile | 2 +- 7 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e412692..18f286c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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/). +## [v5.11.0.15] - 2022-06-20 + +### Changed +- Update alpine base docker image version to 3.16 + ## [v5.11.0.14] - 2022-06-09 ### Changed diff --git a/dockerfiles/alpine/is/Dockerfile b/dockerfiles/alpine/is/Dockerfile index 90c8de24..97ca0382 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.15 +FROM alpine:3.16 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.14" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15" 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 a07cfafe..ceb2bc6c 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/v5.11.0.14" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/dockerfiles/jdk8/alpine/is/Dockerfile b/dockerfiles/jdk8/alpine/is/Dockerfile index 311ec974..6e228712 100755 --- a/dockerfiles/jdk8/alpine/is/Dockerfile +++ b/dockerfiles/jdk8/alpine/is/Dockerfile @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------ # set base Docker image to Alpine Docker image -FROM alpine:3.15 +FROM alpine:3.16 LABEL maintainer="WSO2 Docker Maintainers " \ - com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.14" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' # Install JDK Dependencies diff --git a/dockerfiles/jdk8/centos/is/Dockerfile b/dockerfiles/jdk8/centos/is/Dockerfile index 1a0757b5..38c07747 100755 --- a/dockerfiles/jdk8/centos/is/Dockerfile +++ b/dockerfiles/jdk8/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/v5.11.0.14" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' # Instal JDK Dependencies diff --git a/dockerfiles/jdk8/ubuntu/is/Dockerfile b/dockerfiles/jdk8/ubuntu/is/Dockerfile index 4f8b71d4..ab1ff0ef 100755 --- a/dockerfiles/jdk8/ubuntu/is/Dockerfile +++ b/dockerfiles/jdk8/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/v5.11.0.14" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15" ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' diff --git a/dockerfiles/ubuntu/is/Dockerfile b/dockerfiles/ubuntu/is/Dockerfile index 415d0676..506682fc 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/v5.11.0.14" + com.wso2.docker.source="https://github.com/wso2/docker-is/releases/tag/v5.11.0.15" #Install JDK Dependencies ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'