ci: test container embedding on CentOS stream 8
Now that we have enabled container embedding on RHEL 8, let's also test it there. We also pin it for Fedora and RHEL/CS 9 to be able to use the new `org.osbuild.containers.storage.conf` stage.
This commit is contained in:
parent
d842bdba21
commit
de72b36ddd
2 changed files with 24 additions and 11 deletions
26
Schutzfile
26
Schutzfile
|
|
@ -2,7 +2,7 @@
|
|||
"fedora-35": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "d602b5ff7f40dd3abb956d29aa0c7573e6e0ed29"
|
||||
"commit": "51315a985aa3c26179acead9459db9c249a8b4f6"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
|
|
@ -156,21 +156,21 @@
|
|||
"rhel-8.4": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "d602b5ff7f40dd3abb956d29aa0c7573e6e0ed29"
|
||||
"commit": "51315a985aa3c26179acead9459db9c249a8b4f6"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.6": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "d602b5ff7f40dd3abb956d29aa0c7573e6e0ed29"
|
||||
"commit": "51315a985aa3c26179acead9459db9c249a8b4f6"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.7": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "d602b5ff7f40dd3abb956d29aa0c7573e6e0ed29"
|
||||
"commit": "51315a985aa3c26179acead9459db9c249a8b4f6"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
|
|
@ -216,14 +216,14 @@
|
|||
"rhel-9.0": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "d602b5ff7f40dd3abb956d29aa0c7573e6e0ed29"
|
||||
"commit": "51315a985aa3c26179acead9459db9c249a8b4f6"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-9.1": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "d602b5ff7f40dd3abb956d29aa0c7573e6e0ed29"
|
||||
"commit": "51315a985aa3c26179acead9459db9c249a8b4f6"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
|
|
@ -269,18 +269,23 @@
|
|||
"centos-8": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "d602b5ff7f40dd3abb956d29aa0c7573e6e0ed29"
|
||||
"commit": "51315a985aa3c26179acead9459db9c249a8b4f6"
|
||||
}
|
||||
}
|
||||
},
|
||||
"centos-9": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "d602b5ff7f40dd3abb956d29aa0c7573e6e0ed29"
|
||||
"commit": "51315a985aa3c26179acead9459db9c249a8b4f6"
|
||||
}
|
||||
}
|
||||
},
|
||||
"centos-stream-9": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "51315a985aa3c26179acead9459db9c249a8b4f6"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
{
|
||||
"file": "/etc/yum.repos.d/centos.repo",
|
||||
|
|
@ -322,6 +327,11 @@
|
|||
]
|
||||
},
|
||||
"centos-stream-8": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "51315a985aa3c26179acead9459db9c249a8b4f6"
|
||||
}
|
||||
},
|
||||
"repos": [
|
||||
{
|
||||
"file": "/etc/yum.repos.d/CentOS-Stream-BaseOS.repo",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue