Skip to content

Commit 47aa126

Browse files
author
Ruben Novelli
committed
Add renovate config for JDK21 images
1 parent ad08295 commit 47aa126

File tree

8 files changed

+6745
-0
lines changed

8 files changed

+6745
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"extends": [
3+
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
4+
],
5+
"dockerfile": {
6+
"fileMatch": [
7+
"container-images/jdk21/builder-image/Dockerfile"
8+
],
9+
"postUpgradeTasks": {
10+
"commands": ["rpm-lockfile-prototype container-images/jdk21/builder-image/rpms.in.yaml"],
11+
"fileFilters": ["container-images/jdk21/builder-image/rpms.lock.yaml"]
12+
}
13+
}
14+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
contentOrigin:
2+
repofiles:
3+
- ./ubi.repo
4+
arches:
5+
- aarch64
6+
- x86_64
7+
- ppc64le
8+
- s390x
9+
moduleEnable:
10+
- maven:3.8
11+
packages:
12+
- shadow-utils
13+
- java-21-openjdk-devel
14+
- maven-openjdk21
15+
- findutils
16+
- rsync
17+
- tar
18+
- hostname
19+
- jq
20+
- vim-minimal
21+
- unzip

container-images/jdk21/builder-image/rpms.lock.yaml

Lines changed: 4029 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[ubi-9-baseos-rpms]
2+
name = Red Hat Universal Base Image 9 (RPMs) - BaseOS
3+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/os
4+
enabled = 1
5+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
6+
gpgcheck = 1
7+
8+
[ubi-9-baseos-debug-rpms]
9+
name = Red Hat Universal Base Image 9 (Debug RPMs) - BaseOS
10+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/debug
11+
enabled = 1
12+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
13+
gpgcheck = 1
14+
15+
[ubi-9-baseos-source-rpms]
16+
name = Red Hat Universal Base Image 9 (Source RPMs) - BaseOS
17+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/source/SRPMS
18+
enabled = 1
19+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
20+
gpgcheck = 1
21+
22+
[ubi-9-appstream-rpms]
23+
name = Red Hat Universal Base Image 9 (RPMs) - AppStream
24+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/appstream/os
25+
enabled = 1
26+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
27+
gpgcheck = 1
28+
29+
[ubi-9-appstream-debug-rpms]
30+
name = Red Hat Universal Base Image 9 (Debug RPMs) - AppStream
31+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/appstream/debug
32+
enabled = 1
33+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
34+
gpgcheck = 1
35+
36+
[ubi-9-appstream-source-rpms]
37+
name = Red Hat Universal Base Image 9 (Source RPMs) - AppStream
38+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/appstream/source/SRPMS
39+
enabled = 1
40+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
41+
gpgcheck = 1
42+
43+
[ubi-9-codeready-builder-rpms]
44+
name = Red Hat Universal Base Image 9 (RPMs) - CodeReady Builder
45+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/codeready-builder/os
46+
enabled = 1
47+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
48+
gpgcheck = 1
49+
50+
[ubi-9-codeready-builder-debug-rpms]
51+
name = Red Hat Universal Base Image 9 (Debug RPMs) - CodeReady Builder
52+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/codeready-builder/debug
53+
enabled = 1
54+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
55+
gpgcheck = 1
56+
57+
[ubi-9-codeready-builder-source-rpms]
58+
name = Red Hat Universal Base Image 9 (Source RPMs) - CodeReady Builder
59+
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/codeready-builder/source/SRPMS
60+
enabled = 1
61+
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
62+
gpgcheck = 1
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"extends": [
3+
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
4+
],
5+
"dockerfile": {
6+
"fileMatch": [
7+
"container-images/jdk21/builder-image/Dockerfile"
8+
],
9+
"postUpgradeTasks": {
10+
"commands": ["rpm-lockfile-prototype container-images/jdk21/builder-image/rpms.in.yaml"],
11+
"fileFilters": ["container-images/jdk21/builder-image/rpms.lock.yaml"]
12+
}
13+
}
14+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
contentOrigin:
2+
repofiles:
3+
- ./ubi.repo
4+
arches:
5+
- aarch64
6+
- x86_64
7+
- ppc64le
8+
- s390x
9+
moduleEnable:
10+
- maven:3.8
11+
packages:
12+
- shadow-utils
13+
- java-21-openjdk-devel
14+
- hostname
15+
- jq
16+
- vim-minimal
17+
- unzip
18+
- tar

0 commit comments

Comments
 (0)