Skip to content

Commit

Permalink
Bump Debian Bookworm Linux Version to 20240311 (jenkinsci#1839)
Browse files Browse the repository at this point in the history
* 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...

... 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

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 13, 2024
1 parent c4c1960 commit 8b3d583
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 11/debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20240211
ARG BOOKWORM_TAG=20240311
ARG JAVA_VERSION=11.0.22_7
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

Expand Down
2 changes: 1 addition & 1 deletion 11/debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20240211
ARG BOOKWORM_TAG=20240311
ARG JAVA_VERSION=11.0.22_7
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

Expand Down
2 changes: 1 addition & 1 deletion 17/debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20240211
ARG BOOKWORM_TAG=20240311
ARG JAVA_VERSION=17.0.10_7
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

Expand Down
2 changes: 1 addition & 1 deletion 17/debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20240211
ARG BOOKWORM_TAG=20240311
ARG JAVA_VERSION=17.0.10_7
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

Expand Down
2 changes: 1 addition & 1 deletion 21/debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20240211
ARG BOOKWORM_TAG=20240311
ARG JAVA_VERSION=21.0.2_13
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

Expand Down
2 changes: 1 addition & 1 deletion 21/debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20240211
ARG BOOKWORM_TAG=20240311
ARG JAVA_VERSION=21.0.2_13
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ variable "JAVA21_VERSION" {
}

variable "BOOKWORM_TAG" {
default = "20240211"
default = "20240311"
}

# ---- user-defined functions ----
Expand Down

0 comments on commit 8b3d583

Please sign in to comment.