Start building osbuild on RHEL 8.9 and 9.3 nightly
This commit is contained in:
parent
586d6bbe43
commit
04eab998b7
3 changed files with 87 additions and 1 deletions
|
|
@ -52,8 +52,12 @@ RPM:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- aws/rhel-8.8-nightly-x86_64
|
- aws/rhel-8.8-nightly-x86_64
|
||||||
- aws/rhel-8.8-nightly-aarch64
|
- aws/rhel-8.8-nightly-aarch64
|
||||||
|
- aws/rhel-8.9-nightly-x86_64
|
||||||
|
- aws/rhel-8.9-nightly-aarch64
|
||||||
- aws/rhel-9.2-nightly-x86_64
|
- aws/rhel-9.2-nightly-x86_64
|
||||||
- aws/rhel-9.2-nightly-aarch64
|
- aws/rhel-9.2-nightly-aarch64
|
||||||
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
|
- aws/rhel-9.3-nightly-aarch64
|
||||||
INTERNAL_NETWORK: "true"
|
INTERNAL_NETWORK: "true"
|
||||||
|
|
||||||
OSTree Images:
|
OSTree Images:
|
||||||
|
|
|
||||||
82
Schutzfile
82
Schutzfile
|
|
@ -342,6 +342,47 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"rhel-8.9": {
|
||||||
|
"repos": [
|
||||||
|
{
|
||||||
|
"file": "/etc/yum.repos.d/rhel8internal.repo",
|
||||||
|
"x86_64": [
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS",
|
||||||
|
"name": "baseos",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-baseos-n8.9-20230501"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-AppStream",
|
||||||
|
"name": "appstream",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-appstream-n8.9-20230501"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-CRB",
|
||||||
|
"name": "crb",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-crb-n8.9-20230501"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"aarch64": [
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS",
|
||||||
|
"name": "baseos",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-baseos-n8.9-20230501"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-AppStream",
|
||||||
|
"name": "appstream",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-appstream-n8.9-20230501"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-8-RPMREPO-NIGHTLY-CRB",
|
||||||
|
"name": "crb",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-crb-n8.9-20230501"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"rhel-9.2": {
|
"rhel-9.2": {
|
||||||
"repos": [
|
"repos": [
|
||||||
{
|
{
|
||||||
|
|
@ -383,6 +424,47 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"rhel-9.3": {
|
||||||
|
"repos": [
|
||||||
|
{
|
||||||
|
"file": "/etc/yum.repos.d/rhel9internal.repo",
|
||||||
|
"x86_64": [
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS",
|
||||||
|
"name": "baseos",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-baseos-n9.3-20230501"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
|
||||||
|
"name": "appstream",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.3-20230501"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
|
||||||
|
"name": "crb",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.3-20230501"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"aarch64": [
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS",
|
||||||
|
"name": "baseos",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.3-20230501"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
|
||||||
|
"name": "appstream",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.3-20230501"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
|
||||||
|
"name": "crb",
|
||||||
|
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.3-20230501"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"centos-stream-8": {
|
"centos-stream-8": {
|
||||||
"repos": [
|
"repos": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
5ab7bdf6ac30da288d7c1d7e15d257c75fb3c677
|
d36bc21dafed5d40b3a2d69c320abad6baa149ef
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue