Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-73703] Add agent images for UBI 9 #866

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 23, 2024

  1. [JENKINS-73703] Add Agent Images for UBI 8 and UBI 9

    Add agent and inbound-agent images for RHEL, based on UBI 8 and UBI
    9. The standard UBI image is used as the base, making the resulting
    images free to redistribute anywhere (no subscription or terms
    agreement required). Like the other docker-agent images, these
    download and shrink the Adoptium JDK instead of using the default
    openjdk packages in the OS distribution.
    
    Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
    adambkaplan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b356f11 View commit details
    Browse the repository at this point in the history
  2. [JENKINS-73703] Remove UBI 8

    With the upcoming EOL of Java 11, the UBI 8 image for Jenkins server
    will no longer be supported. Creating a UBI 8 image therefore does not
    make any sense.
    
    Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
    adambkaplan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    78488dd View commit details
    Browse the repository at this point in the history
  3. Remove trailing spaces

    MarkEWaite committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    80d0698 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b770c5 View commit details
    Browse the repository at this point in the history