From 681bfefafc18d88293253af8b529454855f76c81 Mon Sep 17 00:00:00 2001 From: Rui Li Date: Tue, 16 Apr 2024 21:13:07 +0000 Subject: [PATCH] Updates for 8.412.08.1, 11.0.23.9.1, 17.0.11.9.1, 21.0.3.9.1, 22.0.1.8.1 --- 11/headful/al2023/Dockerfile | 2 +- 11/headless/al2/Dockerfile | 2 +- 11/headless/al2023/Dockerfile | 2 +- 11/jdk/al2-generic/Dockerfile | 2 +- 11/jdk/al2/Dockerfile | 2 +- 11/jdk/al2023/Dockerfile | 2 +- 11/jdk/alpine/3.16/Dockerfile | 2 +- 11/jdk/alpine/3.17/Dockerfile | 2 +- 11/jdk/alpine/3.18/Dockerfile | 2 +- 11/jdk/alpine/3.19/Dockerfile | 2 +- 11/jdk/debian/Dockerfile | 2 +- 17/headful/al2/Dockerfile | 2 +- 17/headful/al2023/Dockerfile | 2 +- 17/headless/al2/Dockerfile | 2 +- 17/headless/al2023/Dockerfile | 2 +- 17/jdk/al2-generic/Dockerfile | 2 +- 17/jdk/al2/Dockerfile | 2 +- 17/jdk/al2023/Dockerfile | 2 +- 17/jdk/alpine/3.16/Dockerfile | 2 +- 17/jdk/alpine/3.17/Dockerfile | 2 +- 17/jdk/alpine/3.18/Dockerfile | 2 +- 17/jdk/alpine/3.19/Dockerfile | 2 +- 17/jdk/debian/Dockerfile | 2 +- 17/slim/al2/Dockerfile | 2 +- 17/slim/alpine/Dockerfile | 2 +- 17/slim/debian/Dockerfile | 2 +- 21/headful/al2023/Dockerfile | 2 +- 21/headless/al2023/Dockerfile | 2 +- 21/jdk/al2-generic/Dockerfile | 2 +- 21/jdk/al2023/Dockerfile | 2 +- 21/jdk/alpine/3.16/Dockerfile | 2 +- 21/jdk/alpine/3.17/Dockerfile | 2 +- 21/jdk/alpine/3.18/Dockerfile | 2 +- 21/jdk/alpine/3.19/Dockerfile | 2 +- 21/jdk/debian/Dockerfile | 2 +- 21/slim/al2/Dockerfile | 2 +- 21/slim/alpine/Dockerfile | 2 +- 21/slim/debian/Dockerfile | 2 +- 22/headful/al2023/Dockerfile | 2 +- 22/headless/al2023/Dockerfile | 2 +- 22/jdk/al2023/Dockerfile | 2 +- 22/jdk/alpine/3.16/Dockerfile | 2 +- 22/jdk/alpine/3.17/Dockerfile | 2 +- 22/jdk/alpine/3.18/Dockerfile | 2 +- 22/jdk/alpine/3.19/Dockerfile | 2 +- 22/jdk/debian/Dockerfile | 2 +- 22/slim/alpine/Dockerfile | 2 +- 22/slim/debian/Dockerfile | 2 +- 8/jdk/al2-generic/Dockerfile | 2 +- 8/jdk/al2/Dockerfile | 2 +- 8/jdk/al2023/Dockerfile | 2 +- 8/jdk/alpine/3.16/Dockerfile | 2 +- 8/jdk/alpine/3.17/Dockerfile | 2 +- 8/jdk/alpine/3.18/Dockerfile | 2 +- 8/jdk/alpine/3.19/Dockerfile | 2 +- 8/jdk/debian/Dockerfile | 2 +- 8/jre/al2/Dockerfile | 2 +- 8/jre/al2023/Dockerfile | 2 +- 8/jre/alpine/3.16/Dockerfile | 2 +- 8/jre/alpine/3.17/Dockerfile | 2 +- 8/jre/alpine/3.18/Dockerfile | 2 +- 8/jre/alpine/3.19/Dockerfile | 2 +- versions.json | 10 +++++----- 63 files changed, 67 insertions(+), 67 deletions(-) diff --git a/11/headful/al2023/Dockerfile b/11/headful/al2023/Dockerfile index ed9f38b3..5272f747 100644 --- a/11/headful/al2023/Dockerfile +++ b/11/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.22.7-1 +ARG version=11.0.23.9-1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ && echo "localpkg_gpgcheck=1" >> /etc/dnf/dnf.conf \ diff --git a/11/headless/al2/Dockerfile b/11/headless/al2/Dockerfile index b107964b..63ab222f 100644 --- a/11/headless/al2/Dockerfile +++ b/11/headless/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.22.7-1 +ARG version=11.0.23.9-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/11/headless/al2023/Dockerfile b/11/headless/al2023/Dockerfile index de7b3166..42c934ab 100644 --- a/11/headless/al2023/Dockerfile +++ b/11/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.22.7-1 +ARG version=11.0.23.9-1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ && echo "localpkg_gpgcheck=1" >> /etc/dnf/dnf.conf \ diff --git a/11/jdk/al2-generic/Dockerfile b/11/jdk/al2-generic/Dockerfile index eca0a261..e1ee8025 100644 --- a/11/jdk/al2-generic/Dockerfile +++ b/11/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.22.7-1 +ARG version=11.0.23.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/11/jdk/al2/Dockerfile b/11/jdk/al2/Dockerfile index 499910a8..da4c54e8 100644 --- a/11/jdk/al2/Dockerfile +++ b/11/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.22.7-1 +ARG version=11.0.23.9-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/11/jdk/al2023/Dockerfile b/11/jdk/al2023/Dockerfile index c6159b68..7b49faf2 100644 --- a/11/jdk/al2023/Dockerfile +++ b/11/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.22.7-1 +ARG version=11.0.23.9-1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ diff --git a/11/jdk/alpine/3.16/Dockerfile b/11/jdk/alpine/3.16/Dockerfile index ffecd49f..dd79627e 100644 --- a/11/jdk/alpine/3.16/Dockerfile +++ b/11/jdk/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=11.0.22.7.1 +ARG version=11.0.23.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/11/jdk/alpine/3.17/Dockerfile b/11/jdk/alpine/3.17/Dockerfile index 8d2c7d90..027c2ca7 100644 --- a/11/jdk/alpine/3.17/Dockerfile +++ b/11/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=11.0.22.7.1 +ARG version=11.0.23.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/11/jdk/alpine/3.18/Dockerfile b/11/jdk/alpine/3.18/Dockerfile index 05c3dc18..3fc06c46 100644 --- a/11/jdk/alpine/3.18/Dockerfile +++ b/11/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=11.0.22.7.1 +ARG version=11.0.23.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/11/jdk/alpine/3.19/Dockerfile b/11/jdk/alpine/3.19/Dockerfile index 9cc4f942..80fb3c85 100644 --- a/11/jdk/alpine/3.19/Dockerfile +++ b/11/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=11.0.22.7.1 +ARG version=11.0.23.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/11/jdk/debian/Dockerfile b/11/jdk/debian/Dockerfile index 705d2b46..a50fbc6b 100644 --- a/11/jdk/debian/Dockerfile +++ b/11/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=11.0.22.7-1 +ARG version=11.0.23.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/17/headful/al2/Dockerfile b/17/headful/al2/Dockerfile index 43d175ae..cac022fc 100644 --- a/17/headful/al2/Dockerfile +++ b/17/headful/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.10.7-1 +ARG version=17.0.11.9-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/headful/al2023/Dockerfile b/17/headful/al2023/Dockerfile index 23cd91cb..56911313 100644 --- a/17/headful/al2023/Dockerfile +++ b/17/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.10.7-1 +ARG version=17.0.11.9-1 ARG package_version=1 RUN set -eux \ diff --git a/17/headless/al2/Dockerfile b/17/headless/al2/Dockerfile index bab72f85..994c2c9c 100644 --- a/17/headless/al2/Dockerfile +++ b/17/headless/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.10.7-1 +ARG version=17.0.11.9-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/headless/al2023/Dockerfile b/17/headless/al2023/Dockerfile index 01cd15b9..ec25492e 100644 --- a/17/headless/al2023/Dockerfile +++ b/17/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.10.7-1 +ARG version=17.0.11.9-1 ARG package_version=1 RUN set -eux \ diff --git a/17/jdk/al2-generic/Dockerfile b/17/jdk/al2-generic/Dockerfile index a3297aa6..8e49356e 100644 --- a/17/jdk/al2-generic/Dockerfile +++ b/17/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.10.7-1 +ARG version=17.0.11.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/17/jdk/al2/Dockerfile b/17/jdk/al2/Dockerfile index 9185cd23..f6c69208 100644 --- a/17/jdk/al2/Dockerfile +++ b/17/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.10.7-1 +ARG version=17.0.11.9-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/jdk/al2023/Dockerfile b/17/jdk/al2023/Dockerfile index a125cf17..9aaa5560 100644 --- a/17/jdk/al2023/Dockerfile +++ b/17/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.10.7-1 +ARG version=17.0.11.9-1 ARG package_version=1 RUN set -eux \ diff --git a/17/jdk/alpine/3.16/Dockerfile b/17/jdk/alpine/3.16/Dockerfile index edb8a534..43bdf915 100644 --- a/17/jdk/alpine/3.16/Dockerfile +++ b/17/jdk/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=17.0.10.7.1 +ARG version=17.0.11.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/17/jdk/alpine/3.17/Dockerfile b/17/jdk/alpine/3.17/Dockerfile index d58e3e8f..07ee2d7f 100644 --- a/17/jdk/alpine/3.17/Dockerfile +++ b/17/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=17.0.10.7.1 +ARG version=17.0.11.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/17/jdk/alpine/3.18/Dockerfile b/17/jdk/alpine/3.18/Dockerfile index 59a2c494..815a6edf 100644 --- a/17/jdk/alpine/3.18/Dockerfile +++ b/17/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=17.0.10.7.1 +ARG version=17.0.11.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/17/jdk/alpine/3.19/Dockerfile b/17/jdk/alpine/3.19/Dockerfile index 0b89086b..c0274582 100644 --- a/17/jdk/alpine/3.19/Dockerfile +++ b/17/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=17.0.10.7.1 +ARG version=17.0.11.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/17/jdk/debian/Dockerfile b/17/jdk/debian/Dockerfile index df8bc71a..d70274b5 100644 --- a/17/jdk/debian/Dockerfile +++ b/17/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=17.0.10.7-1 +ARG version=17.0.11.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/17/slim/al2/Dockerfile b/17/slim/al2/Dockerfile index f2bfbc01..ec85210e 100644 --- a/17/slim/al2/Dockerfile +++ b/17/slim/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.10.7-1 +ARG version=17.0.11.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/17/slim/alpine/Dockerfile b/17/slim/alpine/Dockerfile index 5c4ff175..9bb91577 100644 --- a/17/slim/alpine/Dockerfile +++ b/17/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=17.0.10.7.1 +ARG version=17.0.11.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/17/slim/debian/Dockerfile b/17/slim/debian/Dockerfile index 7c9fdc71..ac1e0e1b 100644 --- a/17/slim/debian/Dockerfile +++ b/17/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=17.0.10.7-1 +ARG version=17.0.11.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/21/headful/al2023/Dockerfile b/21/headful/al2023/Dockerfile index a662d73a..a71f35c8 100644 --- a/21/headful/al2023/Dockerfile +++ b/21/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=21.0.2.14-1 +ARG version=21.0.3.9-1 ARG package_version=1 RUN set -eux \ diff --git a/21/headless/al2023/Dockerfile b/21/headless/al2023/Dockerfile index 2dd55af2..9ed99554 100644 --- a/21/headless/al2023/Dockerfile +++ b/21/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=21.0.2.14-1 +ARG version=21.0.3.9-1 ARG package_version=1 RUN set -eux \ diff --git a/21/jdk/al2-generic/Dockerfile b/21/jdk/al2-generic/Dockerfile index 21816c3d..f1b3cf95 100644 --- a/21/jdk/al2-generic/Dockerfile +++ b/21/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=21.0.2.14-1 +ARG version=21.0.3.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/21/jdk/al2023/Dockerfile b/21/jdk/al2023/Dockerfile index 44c0f2aa..7aea393b 100644 --- a/21/jdk/al2023/Dockerfile +++ b/21/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=21.0.2.14-1 +ARG version=21.0.3.9-1 ARG package_version=1 RUN set -eux \ diff --git a/21/jdk/alpine/3.16/Dockerfile b/21/jdk/alpine/3.16/Dockerfile index 9f49720e..14d4578a 100644 --- a/21/jdk/alpine/3.16/Dockerfile +++ b/21/jdk/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=21.0.2.14.1 +ARG version=21.0.3.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/21/jdk/alpine/3.17/Dockerfile b/21/jdk/alpine/3.17/Dockerfile index 06b32638..286ed5e2 100644 --- a/21/jdk/alpine/3.17/Dockerfile +++ b/21/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=21.0.2.14.1 +ARG version=21.0.3.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/21/jdk/alpine/3.18/Dockerfile b/21/jdk/alpine/3.18/Dockerfile index 2fde53a1..a6c6211e 100644 --- a/21/jdk/alpine/3.18/Dockerfile +++ b/21/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=21.0.2.14.1 +ARG version=21.0.3.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/21/jdk/alpine/3.19/Dockerfile b/21/jdk/alpine/3.19/Dockerfile index e3893017..bcc85612 100644 --- a/21/jdk/alpine/3.19/Dockerfile +++ b/21/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=21.0.2.14.1 +ARG version=21.0.3.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/21/jdk/debian/Dockerfile b/21/jdk/debian/Dockerfile index 7951b4de..d67d2ac2 100644 --- a/21/jdk/debian/Dockerfile +++ b/21/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=21.0.2.14-1 +ARG version=21.0.3.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/21/slim/al2/Dockerfile b/21/slim/al2/Dockerfile index 2257ce93..705823ad 100644 --- a/21/slim/al2/Dockerfile +++ b/21/slim/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=21.0.2.14-1 +ARG version=21.0.3.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/21/slim/alpine/Dockerfile b/21/slim/alpine/Dockerfile index 78f19726..06747d22 100644 --- a/21/slim/alpine/Dockerfile +++ b/21/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=21.0.2.14.1 +ARG version=21.0.3.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/21/slim/debian/Dockerfile b/21/slim/debian/Dockerfile index a3e66b4e..ce30ee9c 100644 --- a/21/slim/debian/Dockerfile +++ b/21/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=21.0.2.14-1 +ARG version=21.0.3.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/22/headful/al2023/Dockerfile b/22/headful/al2023/Dockerfile index 69eeb172..cda4975a 100644 --- a/22/headful/al2023/Dockerfile +++ b/22/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=22.0.0.37-1 +ARG version=22.0.1.8-1 ARG package_version=1 RUN set -eux \ diff --git a/22/headless/al2023/Dockerfile b/22/headless/al2023/Dockerfile index c486992e..232a46c0 100644 --- a/22/headless/al2023/Dockerfile +++ b/22/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=22.0.0.37-1 +ARG version=22.0.1.8-1 ARG package_version=1 RUN set -eux \ diff --git a/22/jdk/al2023/Dockerfile b/22/jdk/al2023/Dockerfile index 9d8687e7..5509e506 100644 --- a/22/jdk/al2023/Dockerfile +++ b/22/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=22.0.0.37-1 +ARG version=22.0.1.8-1 ARG package_version=1 RUN set -eux \ diff --git a/22/jdk/alpine/3.16/Dockerfile b/22/jdk/alpine/3.16/Dockerfile index 75fd684b..f35650a5 100644 --- a/22/jdk/alpine/3.16/Dockerfile +++ b/22/jdk/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=22.0.0.37.1 +ARG version=22.0.1.8.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/22/jdk/alpine/3.17/Dockerfile b/22/jdk/alpine/3.17/Dockerfile index 27ac27a8..7ea9f27d 100644 --- a/22/jdk/alpine/3.17/Dockerfile +++ b/22/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=22.0.0.37.1 +ARG version=22.0.1.8.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/22/jdk/alpine/3.18/Dockerfile b/22/jdk/alpine/3.18/Dockerfile index f06908d9..db831933 100644 --- a/22/jdk/alpine/3.18/Dockerfile +++ b/22/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=22.0.0.37.1 +ARG version=22.0.1.8.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/22/jdk/alpine/3.19/Dockerfile b/22/jdk/alpine/3.19/Dockerfile index cecc7227..780ba84a 100644 --- a/22/jdk/alpine/3.19/Dockerfile +++ b/22/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=22.0.0.37.1 +ARG version=22.0.1.8.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/22/jdk/debian/Dockerfile b/22/jdk/debian/Dockerfile index 68a64fad..22d08546 100644 --- a/22/jdk/debian/Dockerfile +++ b/22/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=22.0.0.37-1 +ARG version=22.0.1.8-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/22/slim/alpine/Dockerfile b/22/slim/alpine/Dockerfile index 968d2ad2..83c0cf95 100644 --- a/22/slim/alpine/Dockerfile +++ b/22/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=22.0.0.37.1 +ARG version=22.0.1.8.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/22/slim/debian/Dockerfile b/22/slim/debian/Dockerfile index 21ab09bb..a41da8f9 100644 --- a/22/slim/debian/Dockerfile +++ b/22/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=22.0.0.37-1 +ARG version=22.0.1.8-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/8/jdk/al2-generic/Dockerfile b/8/jdk/al2-generic/Dockerfile index 44e8660f..d436d09a 100644 --- a/8/jdk/al2-generic/Dockerfile +++ b/8/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=1.8.0_402.b08-1 +ARG version=1.8.0_412.b08-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/8/jdk/al2/Dockerfile b/8/jdk/al2/Dockerfile index e5a17d41..2fe1a937 100644 --- a/8/jdk/al2/Dockerfile +++ b/8/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=1.8.0_402.b08-1 +ARG version=1.8.0_412.b08-1 RUN set -eux \ diff --git a/8/jdk/al2023/Dockerfile b/8/jdk/al2023/Dockerfile index ca5f453b..1502336a 100644 --- a/8/jdk/al2023/Dockerfile +++ b/8/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=1.8.0_402.b08-1 +ARG version=1.8.0_412.b08-1 RUN set -eux \ diff --git a/8/jdk/alpine/3.16/Dockerfile b/8/jdk/alpine/3.16/Dockerfile index 4bb5c051..471cae82 100644 --- a/8/jdk/alpine/3.16/Dockerfile +++ b/8/jdk/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=8.402.08.1 +ARG version=8.412.08.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jdk/alpine/3.17/Dockerfile b/8/jdk/alpine/3.17/Dockerfile index b4975bde..a6b3f245 100644 --- a/8/jdk/alpine/3.17/Dockerfile +++ b/8/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=8.402.08.1 +ARG version=8.412.08.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jdk/alpine/3.18/Dockerfile b/8/jdk/alpine/3.18/Dockerfile index 480730fd..5f8c6bdf 100644 --- a/8/jdk/alpine/3.18/Dockerfile +++ b/8/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=8.402.08.1 +ARG version=8.412.08.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jdk/alpine/3.19/Dockerfile b/8/jdk/alpine/3.19/Dockerfile index 71882c34..4b164940 100644 --- a/8/jdk/alpine/3.19/Dockerfile +++ b/8/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=8.402.08.1 +ARG version=8.412.08.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jdk/debian/Dockerfile b/8/jdk/debian/Dockerfile index 2155ccd9..9c72cd9a 100644 --- a/8/jdk/debian/Dockerfile +++ b/8/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=8.402.08-1 +ARG version=8.412.08-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/8/jre/al2/Dockerfile b/8/jre/al2/Dockerfile index 3af76442..083114f4 100644 --- a/8/jre/al2/Dockerfile +++ b/8/jre/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=1.8.0_402.b08-1 +ARG version=1.8.0_412.b08-1 RUN set -eux \ diff --git a/8/jre/al2023/Dockerfile b/8/jre/al2023/Dockerfile index 5efc4a31..7c22f48d 100644 --- a/8/jre/al2023/Dockerfile +++ b/8/jre/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=1.8.0_402.b08-1 +ARG version=1.8.0_412.b08-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.' | tr '_' '.'| tr -d "b" | awk -F. '{print $2"."$4"."$5"."$6}') \ diff --git a/8/jre/alpine/3.16/Dockerfile b/8/jre/alpine/3.16/Dockerfile index af09123a..7103f283 100644 --- a/8/jre/alpine/3.16/Dockerfile +++ b/8/jre/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=8.402.08.1 +ARG version=8.412.08.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jre/alpine/3.17/Dockerfile b/8/jre/alpine/3.17/Dockerfile index d9618152..1d69cfac 100644 --- a/8/jre/alpine/3.17/Dockerfile +++ b/8/jre/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=8.402.08.1 +ARG version=8.412.08.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jre/alpine/3.18/Dockerfile b/8/jre/alpine/3.18/Dockerfile index 9f7ec020..854b8932 100644 --- a/8/jre/alpine/3.18/Dockerfile +++ b/8/jre/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=8.402.08.1 +ARG version=8.412.08.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jre/alpine/3.19/Dockerfile b/8/jre/alpine/3.19/Dockerfile index e885dbd6..c24ff8d1 100644 --- a/8/jre/alpine/3.19/Dockerfile +++ b/8/jre/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=8.402.08.1 +ARG version=8.412.08.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/versions.json b/versions.json index 2708e4e0..af516283 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,8 @@ { - "8" : "8.402.08.1", - "11" : "11.0.22.7.1", - "17" : "17.0.10.7.1", - "21" : "21.0.2.14.1", - "22" : "22.0.0.37.1" + "8" : "8.412.08.1", + "11" : "11.0.23.9.1", + "17" : "17.0.11.9.1", + "21" : "21.0.3.9.1", + "22" : "22.0.1.8.1" }