Skip to content

Commit

Permalink
Initial RHEL10 test image
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Oct 29, 2024
1 parent 97e92b3 commit 6201870
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ubi9-openjdk-21.yaml → ubi10-openjdk-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

schema_version: 1

from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
name: &name "ubi9/openjdk-21"
from: "ubi-minimal:10.0-beta"
name: &name "ubi10/openjdk-21"
version: &version "1.21"
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 21"

Expand All @@ -17,7 +17,7 @@ labels:
- name: "maintainer"
value: "Red Hat OpenJDK <[email protected]>"
- name: "com.redhat.component"
value: "openjdk-21-ubi9-container"
value: "openjdk-21-ubi10-container"
- name: "usage"
value: &docs "https://jboss-container-images.github.io/openjdk/"
- name: "com.redhat.license_terms"
Expand Down Expand Up @@ -52,9 +52,7 @@ modules:
version: "21"
- name: jboss.container.maven
version: "3.8.21"
- name: jboss.container.util.tzdata
- name: jboss.container.java.s2i.bash
- name: jboss.container.util.tzdata

help:
add: true
Expand Down

0 comments on commit 6201870

Please sign in to comment.