Skip to content

Commit

Permalink
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
Browse files Browse the repository at this point in the history
  • Loading branch information
rgithubli committed Apr 16, 2024
1 parent 3d2365e commit 58ef98f
Show file tree
Hide file tree
Showing 63 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion 11/headful/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 11/headless/al2/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 '-' '.') \
Expand Down
2 changes: 1 addition & 1 deletion 11/headless/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 11/jdk/al2-generic/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 11/jdk/al2/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 '-' '.') \
Expand Down
2 changes: 1 addition & 1 deletion 11/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 11/jdk/alpine/3.16/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 11/jdk/alpine/3.17/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 11/jdk/alpine/3.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 11/jdk/alpine/3.19/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 11/jdk/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 17/headful/al2/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 '-' '.') \
Expand Down
2 changes: 1 addition & 1 deletion 17/headful/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 17/headless/al2/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 '-' '.') \
Expand Down
2 changes: 1 addition & 1 deletion 17/headless/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/al2-generic/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/al2/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 '-' '.') \
Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/alpine/3.16/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/alpine/3.17/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/alpine/3.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/alpine/3.19/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 17/jdk/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 17/slim/al2/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 17/slim/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 17/slim/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 21/headful/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 21/headless/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/al2-generic/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/alpine/3.16/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/alpine/3.17/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/alpine/3.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/alpine/3.19/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 21/jdk/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 21/slim/al2/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 21/slim/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 21/slim/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 22/headful/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 22/headless/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 22/jdk/al2023/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 22/jdk/alpine/3.16/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 22/jdk/alpine/3.17/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 22/jdk/alpine/3.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 22/jdk/alpine/3.19/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 22/jdk/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 22/slim/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 22/slim/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 8/jdk/al2-generic/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 8/jdk/al2/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
Loading

0 comments on commit 58ef98f

Please sign in to comment.