Skip to content

Commit

Permalink
Update agent README
Browse files Browse the repository at this point in the history
Add RHEL UBI tags to the list of image tags
  • Loading branch information
adambkaplan committed Sep 17, 2024
1 parent 18bb1e4 commit c0f13fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ The image has several supported configurations, which can be accessed via the fo
* `jenkins/agent:alpine-jdk17`
* `jenkins/agent:latest-alpine`
* `jenkins/agent:latest-alpine-jdk17`
* rhel-ubi9 (Based on Red Hat Universal Base Image 9)
* `jenkins/agent:rhel-ubi9`
* `jenkins/agent:rhel-ubi9-jdk17`
* `jenkins/agent:latest-rhel-ubi9`
* `jenkins/agent:latest-rhel-ubi8-jdk17`
* Java 21:
* bookworm (Based on `debian:bookworm-${builddate}`):
* `jenkins/agent:bookworm`
Expand All @@ -75,6 +80,9 @@ The image has several supported configurations, which can be accessed via the fo
* `jenkins/agent:alpine-jdk21`
* `jenkins/agent:latest-alpine`
* `jenkins/agent:latest-alpine-jdk21`
* rhel-ubi9 (Based on Red Hat Universal Base Image 9)
* `jenkins/agent:rhel-ubi9-jdk21`
* `jenkins/agent:latest-rhel-ubi9-jdk21`
* Java 11:
* bookworm (Based on `debian:bookworm-${builddate}`):
* `jenkins/agent:bookworm`
Expand All @@ -91,6 +99,11 @@ The image has several supported configurations, which can be accessed via the fo
* `jenkins/agent:archlinux-jdk11`
* `jenkins/agent:latest-archlinux`
* `jenkins/agent:latest-archlinux-jdk11`
* rhel-ubi8 (Based on Red Hat Universal Base Image 8)
* `jenkins/agent:rhel-ubi8`
* `jenkins/agent:rhel-ubi8-jdk11`
* `jenkins/agent:latest-rhel-ubi8`
* `jenkins/agent:latest-rhel-ubi8-jdk11`

* Windows Images:
* Java 17 (default):
Expand Down

0 comments on commit c0f13fb

Please sign in to comment.