Skip to content

Commit 5f797d0

Browse files
committed
[OPENJDK-4190] JDK25 overrides files
Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
1 parent 0c0cb9a commit 5f797d0

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This OSBS Base Image is designed and engineered to be the base layer for
2+
# Red Hat products. This base image is only supported for approved Red Hat
3+
# products. This image is maintained by Red Hat and updated regularly.
4+
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
5+
osbs:
6+
configuration:
7+
container:
8+
compose:
9+
pulp_repos: true
10+
packages:
11+
- java-25-openjdk-headless
12+
signing_intent: release
13+
repository:
14+
name: containers/openjdk
15+
branch: openjdk-25-runtime-ubi9
16+
17+
packages:
18+
manager: microdnf
19+
content_sets:
20+
x86_64:
21+
- rhel-9-for-x86_64-baseos-rpms
22+
- rhel-9-for-x86_64-appstream-rpms
23+
ppc64le:
24+
- rhel-9-for-ppc64le-baseos-rpms
25+
- rhel-9-for-ppc64le-appstream-rpms
26+
aarch64:
27+
- rhel-9-for-aarch64-baseos-rpms
28+
- rhel-9-for-aarch64-appstream-rpms
29+
s390x:
30+
- rhel-9-for-s390x-baseos-rpms
31+
- rhel-9-for-s390x-appstream-rpms

redhat/ubi9-openjdk-25.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# This OSBS Base Image is designed and engineered to be the base layer for
2+
# Red Hat products. This base image is only supported for approved Red Hat
3+
# products. This image is maintained by Red Hat and updated regularly.
4+
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
5+
osbs:
6+
configuration:
7+
container:
8+
compose:
9+
pulp_repos: true
10+
packages:
11+
- java-25-openjdk
12+
- java-25-openjdk-devel
13+
- java-25-openjdk-headless
14+
signing_intent: release
15+
repository:
16+
name: containers/openjdk
17+
branch: openjdk-25-ubi9
18+
19+
packages:
20+
manager: microdnf
21+
content_sets:
22+
x86_64:
23+
- rhel-9-for-x86_64-baseos-rpms
24+
- rhel-9-for-x86_64-appstream-rpms
25+
ppc64le:
26+
- rhel-9-for-ppc64le-baseos-rpms
27+
- rhel-9-for-ppc64le-appstream-rpms
28+
aarch64:
29+
- rhel-9-for-aarch64-baseos-rpms
30+
- rhel-9-for-aarch64-appstream-rpms
31+
s390x:
32+
- rhel-9-for-s390x-baseos-rpms
33+
- rhel-9-for-s390x-appstream-rpms

0 commit comments

Comments
 (0)