From cdcc44b8859544a47ce8c64ed0b3cc051a8c58c8 Mon Sep 17 00:00:00 2001 From: Elif Aslan Date: Tue, 16 Jul 2024 22:43:49 +0000 Subject: [PATCH] Updates for 8.422.05.1, 11.0.24.8.1, 17.0.12.7.1, 21.0.4.7.1, 22.0.2.9.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.17/Dockerfile | 2 +- 11/jdk/alpine/3.18/Dockerfile | 2 +- 11/jdk/alpine/3.19/Dockerfile | 2 +- 11/jdk/alpine/3.20/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.17/Dockerfile | 2 +- 17/jdk/alpine/3.18/Dockerfile | 2 +- 17/jdk/alpine/3.19/Dockerfile | 2 +- 17/jdk/alpine/3.20/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.17/Dockerfile | 2 +- 21/jdk/alpine/3.18/Dockerfile | 2 +- 21/jdk/alpine/3.19/Dockerfile | 2 +- 21/jdk/alpine/3.20/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.17/Dockerfile | 2 +- 22/jdk/alpine/3.18/Dockerfile | 2 +- 22/jdk/alpine/3.19/Dockerfile | 2 +- 22/jdk/alpine/3.20/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.17/Dockerfile | 2 +- 8/jdk/alpine/3.18/Dockerfile | 2 +- 8/jdk/alpine/3.19/Dockerfile | 2 +- 8/jdk/alpine/3.20/Dockerfile | 2 +- 8/jdk/debian/Dockerfile | 2 +- 8/jre/al2/Dockerfile | 2 +- 8/jre/al2023/Dockerfile | 2 +- 8/jre/alpine/3.17/Dockerfile | 2 +- 8/jre/alpine/3.18/Dockerfile | 2 +- 8/jre/alpine/3.19/Dockerfile | 2 +- 8/jre/alpine/3.20/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 5272f74..cf78a89 100644 --- a/11/headful/al2023/Dockerfile +++ b/11/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.23.9-1 +ARG version=11.0.24.8-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 63ab222..ee157ed 100644 --- a/11/headless/al2/Dockerfile +++ b/11/headless/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.23.9-1 +ARG version=11.0.24.8-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/11/headless/al2023/Dockerfile b/11/headless/al2023/Dockerfile index 42c934a..b6666ef 100644 --- a/11/headless/al2023/Dockerfile +++ b/11/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.23.9-1 +ARG version=11.0.24.8-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 e1ee802..8033bef 100644 --- a/11/jdk/al2-generic/Dockerfile +++ b/11/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.23.9-1 +ARG version=11.0.24.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/11/jdk/al2/Dockerfile b/11/jdk/al2/Dockerfile index da4c54e..41eb784 100644 --- a/11/jdk/al2/Dockerfile +++ b/11/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.23.9-1 +ARG version=11.0.24.8-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/11/jdk/al2023/Dockerfile b/11/jdk/al2023/Dockerfile index 7b49faf..1dcaa21 100644 --- a/11/jdk/al2023/Dockerfile +++ b/11/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.23.9-1 +ARG version=11.0.24.8-1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ diff --git a/11/jdk/alpine/3.17/Dockerfile b/11/jdk/alpine/3.17/Dockerfile index 027c2ca..4893441 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.23.9.1 +ARG version=11.0.24.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/11/jdk/alpine/3.18/Dockerfile b/11/jdk/alpine/3.18/Dockerfile index 3fc06c4..6ed1582 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.23.9.1 +ARG version=11.0.24.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/11/jdk/alpine/3.19/Dockerfile b/11/jdk/alpine/3.19/Dockerfile index 80fb3c8..bf6a4fd 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.23.9.1 +ARG version=11.0.24.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/11/jdk/alpine/3.20/Dockerfile b/11/jdk/alpine/3.20/Dockerfile index 427727d..b6e0844 100644 --- a/11/jdk/alpine/3.20/Dockerfile +++ b/11/jdk/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=11.0.23.9.1 +ARG version=11.0.24.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/11/jdk/debian/Dockerfile b/11/jdk/debian/Dockerfile index a50fbc6..021fcc0 100644 --- a/11/jdk/debian/Dockerfile +++ b/11/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=11.0.23.9-1 +ARG version=11.0.24.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/17/headful/al2/Dockerfile b/17/headful/al2/Dockerfile index cac022f..ccede49 100644 --- a/17/headful/al2/Dockerfile +++ b/17/headful/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.11.9-1 +ARG version=17.0.12.7-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/headful/al2023/Dockerfile b/17/headful/al2023/Dockerfile index 5691131..2b35090 100644 --- a/17/headful/al2023/Dockerfile +++ b/17/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.11.9-1 +ARG version=17.0.12.7-1 ARG package_version=1 RUN set -eux \ diff --git a/17/headless/al2/Dockerfile b/17/headless/al2/Dockerfile index 994c2c9..f3138aa 100644 --- a/17/headless/al2/Dockerfile +++ b/17/headless/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.11.9-1 +ARG version=17.0.12.7-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/headless/al2023/Dockerfile b/17/headless/al2023/Dockerfile index ec25492..38155f7 100644 --- a/17/headless/al2023/Dockerfile +++ b/17/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.11.9-1 +ARG version=17.0.12.7-1 ARG package_version=1 RUN set -eux \ diff --git a/17/jdk/al2-generic/Dockerfile b/17/jdk/al2-generic/Dockerfile index 8e49356..18b21ff 100644 --- a/17/jdk/al2-generic/Dockerfile +++ b/17/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.11.9-1 +ARG version=17.0.12.7-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 f6c6920..8eca473 100644 --- a/17/jdk/al2/Dockerfile +++ b/17/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.11.9-1 +ARG version=17.0.12.7-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/jdk/al2023/Dockerfile b/17/jdk/al2023/Dockerfile index 9aaa556..b2060ed 100644 --- a/17/jdk/al2023/Dockerfile +++ b/17/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.11.9-1 +ARG version=17.0.12.7-1 ARG package_version=1 RUN set -eux \ diff --git a/17/jdk/alpine/3.17/Dockerfile b/17/jdk/alpine/3.17/Dockerfile index 07ee2d7..6a2775e 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.11.9.1 +ARG version=17.0.12.7.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 815a6ed..c9a33db 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.11.9.1 +ARG version=17.0.12.7.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 c027458..2c77501 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.11.9.1 +ARG version=17.0.12.7.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.20/Dockerfile b/17/jdk/alpine/3.20/Dockerfile index 17ddd68..d133215 100644 --- a/17/jdk/alpine/3.20/Dockerfile +++ b/17/jdk/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=17.0.11.9.1 +ARG version=17.0.12.7.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 d70274b..bb9ff2b 100644 --- a/17/jdk/debian/Dockerfile +++ b/17/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=17.0.11.9-1 +ARG version=17.0.12.7-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 ec85210..7e2d888 100644 --- a/17/slim/al2/Dockerfile +++ b/17/slim/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.11.9-1 +ARG version=17.0.12.7-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 9bb9157..9d27880 100644 --- a/17/slim/alpine/Dockerfile +++ b/17/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=17.0.11.9.1 +ARG version=17.0.12.7.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 ac1e0e1..15d5da4 100644 --- a/17/slim/debian/Dockerfile +++ b/17/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=17.0.11.9-1 +ARG version=17.0.12.7-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 a71f35c..e2b0012 100644 --- a/21/headful/al2023/Dockerfile +++ b/21/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=21.0.3.9-1 +ARG version=21.0.4.7-1 ARG package_version=1 RUN set -eux \ diff --git a/21/headless/al2023/Dockerfile b/21/headless/al2023/Dockerfile index 9ed9955..e7f8219 100644 --- a/21/headless/al2023/Dockerfile +++ b/21/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=21.0.3.9-1 +ARG version=21.0.4.7-1 ARG package_version=1 RUN set -eux \ diff --git a/21/jdk/al2-generic/Dockerfile b/21/jdk/al2-generic/Dockerfile index f1b3cf9..14fd499 100644 --- a/21/jdk/al2-generic/Dockerfile +++ b/21/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=21.0.3.9-1 +ARG version=21.0.4.7-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 7aea393..3479f83 100644 --- a/21/jdk/al2023/Dockerfile +++ b/21/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=21.0.3.9-1 +ARG version=21.0.4.7-1 ARG package_version=1 RUN set -eux \ diff --git a/21/jdk/alpine/3.17/Dockerfile b/21/jdk/alpine/3.17/Dockerfile index 286ed5e..9155127 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.3.9.1 +ARG version=21.0.4.7.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 a6c6211..90d7e85 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.3.9.1 +ARG version=21.0.4.7.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 bcc8561..ef65b14 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.3.9.1 +ARG version=21.0.4.7.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.20/Dockerfile b/21/jdk/alpine/3.20/Dockerfile index 7242155..3763c38 100644 --- a/21/jdk/alpine/3.20/Dockerfile +++ b/21/jdk/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=21.0.3.9.1 +ARG version=21.0.4.7.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 d67d2ac..5889db0 100644 --- a/21/jdk/debian/Dockerfile +++ b/21/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=21.0.3.9-1 +ARG version=21.0.4.7-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 705823a..2dcd4e6 100644 --- a/21/slim/al2/Dockerfile +++ b/21/slim/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=21.0.3.9-1 +ARG version=21.0.4.7-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 06747d2..a22e2b6 100644 --- a/21/slim/alpine/Dockerfile +++ b/21/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=21.0.3.9.1 +ARG version=21.0.4.7.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 ce30ee9..dd40681 100644 --- a/21/slim/debian/Dockerfile +++ b/21/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=21.0.3.9-1 +ARG version=21.0.4.7-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 cda4975..dcc38fa 100644 --- a/22/headful/al2023/Dockerfile +++ b/22/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=22.0.1.8-1 +ARG version=22.0.2.9-1 ARG package_version=1 RUN set -eux \ diff --git a/22/headless/al2023/Dockerfile b/22/headless/al2023/Dockerfile index 232a46c..89bb538 100644 --- a/22/headless/al2023/Dockerfile +++ b/22/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=22.0.1.8-1 +ARG version=22.0.2.9-1 ARG package_version=1 RUN set -eux \ diff --git a/22/jdk/al2023/Dockerfile b/22/jdk/al2023/Dockerfile index 5509e50..c2addc4 100644 --- a/22/jdk/al2023/Dockerfile +++ b/22/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=22.0.1.8-1 +ARG version=22.0.2.9-1 ARG package_version=1 RUN set -eux \ diff --git a/22/jdk/alpine/3.17/Dockerfile b/22/jdk/alpine/3.17/Dockerfile index 7ea9f27..65aaabc 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.1.8.1 +ARG version=22.0.2.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/22/jdk/alpine/3.18/Dockerfile b/22/jdk/alpine/3.18/Dockerfile index db83193..b068d1e 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.1.8.1 +ARG version=22.0.2.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/22/jdk/alpine/3.19/Dockerfile b/22/jdk/alpine/3.19/Dockerfile index 780ba84..0dc7ca5 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.1.8.1 +ARG version=22.0.2.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/22/jdk/alpine/3.20/Dockerfile b/22/jdk/alpine/3.20/Dockerfile index edcd179..e4db497 100644 --- a/22/jdk/alpine/3.20/Dockerfile +++ b/22/jdk/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=22.0.1.8.1 +ARG version=22.0.2.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/22/jdk/debian/Dockerfile b/22/jdk/debian/Dockerfile index 22d0854..1034733 100644 --- a/22/jdk/debian/Dockerfile +++ b/22/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=22.0.1.8-1 +ARG version=22.0.2.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/slim/alpine/Dockerfile b/22/slim/alpine/Dockerfile index 83c0cf9..1dd2750 100644 --- a/22/slim/alpine/Dockerfile +++ b/22/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=22.0.1.8.1 +ARG version=22.0.2.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/22/slim/debian/Dockerfile b/22/slim/debian/Dockerfile index a41da8f..2e3346a 100644 --- a/22/slim/debian/Dockerfile +++ b/22/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=22.0.1.8-1 +ARG version=22.0.2.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/8/jdk/al2-generic/Dockerfile b/8/jdk/al2-generic/Dockerfile index d436d09..54e5505 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_412.b08-1 +ARG version=1.8.0_422.b05-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 2fe1a93..36063f5 100644 --- a/8/jdk/al2/Dockerfile +++ b/8/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=1.8.0_412.b08-1 +ARG version=1.8.0_422.b05-1 RUN set -eux \ diff --git a/8/jdk/al2023/Dockerfile b/8/jdk/al2023/Dockerfile index 1502336..4fcb9b9 100644 --- a/8/jdk/al2023/Dockerfile +++ b/8/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=1.8.0_412.b08-1 +ARG version=1.8.0_422.b05-1 RUN set -eux \ diff --git a/8/jdk/alpine/3.17/Dockerfile b/8/jdk/alpine/3.17/Dockerfile index a6b3f24..2e9917a 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.412.08.1 +ARG version=8.422.05.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 5f8c6bd..739b89a 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.412.08.1 +ARG version=8.422.05.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 4b16494..5549547 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.412.08.1 +ARG version=8.422.05.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.20/Dockerfile b/8/jdk/alpine/3.20/Dockerfile index 4eb0cff..7ee94a3 100644 --- a/8/jdk/alpine/3.20/Dockerfile +++ b/8/jdk/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=8.412.08.1 +ARG version=8.422.05.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 9c72cd9..11507af 100644 --- a/8/jdk/debian/Dockerfile +++ b/8/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=8.412.08-1 +ARG version=8.422.05-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 083114f..826043a 100644 --- a/8/jre/al2/Dockerfile +++ b/8/jre/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=1.8.0_412.b08-1 +ARG version=1.8.0_422.b05-1 RUN set -eux \ diff --git a/8/jre/al2023/Dockerfile b/8/jre/al2023/Dockerfile index 7c22f48..d293111 100644 --- a/8/jre/al2023/Dockerfile +++ b/8/jre/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=1.8.0_412.b08-1 +ARG version=1.8.0_422.b05-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.17/Dockerfile b/8/jre/alpine/3.17/Dockerfile index 1d69cfa..4632c1c 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.412.08.1 +ARG version=8.422.05.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 854b893..b159625 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.412.08.1 +ARG version=8.422.05.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 c24ff8d..85ad47c 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.412.08.1 +ARG version=8.422.05.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.20/Dockerfile b/8/jre/alpine/3.20/Dockerfile index 74b48f9..790c42a 100644 --- a/8/jre/alpine/3.20/Dockerfile +++ b/8/jre/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=8.412.08.1 +ARG version=8.422.05.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 af51628..34c7532 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,8 @@ { - "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" + "8" : "8.422.05.1", + "11" : "11.0.24.8.1", + "17" : "17.0.12.7.1", + "21" : "21.0.4.7.1", + "22" : "22.0.2.9.1" }