Skip to content

Commit

Permalink
Use ubi-9 version number consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Sep 23, 2024
1 parent 80d0698 commit 4b770c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The image has several supported configurations, which can be accessed via the fo
* `jenkins/agent:rhel-ubi9`
* `jenkins/agent:rhel-ubi9-jdk17`
* `jenkins/agent:latest-rhel-ubi9`
* `jenkins/agent:latest-rhel-ubi8-jdk17`
* `jenkins/agent:latest-rhel-ubi9-jdk17`
* Java 21:
* bookworm (Based on `debian:bookworm-${builddate}`):
* `jenkins/agent:bookworm`
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function "debian_platforms" {
: ["linux/amd64", "linux/arm64", "linux/ppc64le", "linux/s390x"]))
}

# Return an array of RHEL UBI 8 platforms to use depending on the jdk passed as parameter
# Return an array of RHEL UBI 9 platforms to use depending on the jdk passed as parameter
# Note: Jenkins Docker controller only supports jdk-17 and jdk-21 for ubi9
function "rhel_ubi9_platforms" {
params = [jdk]
Expand Down

0 comments on commit 4b770c5

Please sign in to comment.