From a2f5584db3813f362c92d2b7f139d13d63358a82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 21:41:26 -0700 Subject: [PATCH] Bump Debian Bookworm Linux Version to 20231218 (#1799) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the d... ... ocker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D... ... ockerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- 11/debian/bookworm-slim/hotspot/Dockerfile | 2 +- 11/debian/bookworm/hotspot/Dockerfile | 2 +- 17/debian/bookworm-slim/hotspot/Dockerfile | 2 +- 17/debian/bookworm/hotspot/Dockerfile | 2 +- 21/debian/bookworm-slim/hotspot/Dockerfile | 2 +- 21/debian/bookworm-slim/hotspot/preview/Dockerfile | 2 +- 21/debian/bookworm/hotspot/Dockerfile | 2 +- 21/debian/bookworm/hotspot/preview/Dockerfile | 2 +- docker-bake.hcl | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/11/debian/bookworm-slim/hotspot/Dockerfile b/11/debian/bookworm-slim/hotspot/Dockerfile index 513c99a18d..6cd624646e 100644 --- a/11/debian/bookworm-slim/hotspot/Dockerfile +++ b/11/debian/bookworm-slim/hotspot/Dockerfile @@ -1,5 +1,5 @@ ARG JAVA_VERSION=11.0.21_9 -ARG BOOKWORM_TAG=20231120 +ARG BOOKWORM_TAG=20231218 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build RUN jlink \ diff --git a/11/debian/bookworm/hotspot/Dockerfile b/11/debian/bookworm/hotspot/Dockerfile index a4a4fe0a32..6c277a4f7c 100644 --- a/11/debian/bookworm/hotspot/Dockerfile +++ b/11/debian/bookworm/hotspot/Dockerfile @@ -1,5 +1,5 @@ ARG JAVA_VERSION=11.0.21_9 -ARG BOOKWORM_TAG=20231120 +ARG BOOKWORM_TAG=20231218 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build RUN jlink \ diff --git a/17/debian/bookworm-slim/hotspot/Dockerfile b/17/debian/bookworm-slim/hotspot/Dockerfile index e93677f2b3..ec92c9e630 100644 --- a/17/debian/bookworm-slim/hotspot/Dockerfile +++ b/17/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231120 +ARG BOOKWORM_TAG=20231218 ARG JAVA_VERSION=17.0.9_9 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/17/debian/bookworm/hotspot/Dockerfile b/17/debian/bookworm/hotspot/Dockerfile index abd0fce3c4..7e3cffd083 100644 --- a/17/debian/bookworm/hotspot/Dockerfile +++ b/17/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231120 +ARG BOOKWORM_TAG=20231218 ARG JAVA_VERSION=17.0.9_9 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/21/debian/bookworm-slim/hotspot/Dockerfile b/21/debian/bookworm-slim/hotspot/Dockerfile index b18dd469e9..5ce20ed785 100644 --- a/21/debian/bookworm-slim/hotspot/Dockerfile +++ b/21/debian/bookworm-slim/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231120 +ARG BOOKWORM_TAG=20231218 ARG JAVA_VERSION=21.0.1_12 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/21/debian/bookworm-slim/hotspot/preview/Dockerfile b/21/debian/bookworm-slim/hotspot/preview/Dockerfile index 5b2a169b9b..7d9c6220e9 100644 --- a/21/debian/bookworm-slim/hotspot/preview/Dockerfile +++ b/21/debian/bookworm-slim/hotspot/preview/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231120 +ARG BOOKWORM_TAG=20231218 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build ARG JAVA_VERSION=21.0.1_12 ARG TARGETPLATFORM diff --git a/21/debian/bookworm/hotspot/Dockerfile b/21/debian/bookworm/hotspot/Dockerfile index 5218cc552c..edf613f34f 100644 --- a/21/debian/bookworm/hotspot/Dockerfile +++ b/21/debian/bookworm/hotspot/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231120 +ARG BOOKWORM_TAG=20231218 ARG JAVA_VERSION=21.0.1_12 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build diff --git a/21/debian/bookworm/hotspot/preview/Dockerfile b/21/debian/bookworm/hotspot/preview/Dockerfile index 8908940856..b215e0d237 100644 --- a/21/debian/bookworm/hotspot/preview/Dockerfile +++ b/21/debian/bookworm/hotspot/preview/Dockerfile @@ -1,4 +1,4 @@ -ARG BOOKWORM_TAG=20231120 +ARG BOOKWORM_TAG=20231218 FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build ARG JAVA_VERSION=21.0.1_12 ARG TARGETPLATFORM diff --git a/docker-bake.hcl b/docker-bake.hcl index feb44baa30..ec19011b2c 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -108,7 +108,7 @@ variable "JAVA21_VERSION" { } variable "BOOKWORM_TAG" { - default = "20231120" + default = "20231218" } # ---- user-defined functions ----