tests/ostree-container: Drop hardcoded max layers
This should just defer to rpm-ostree. xref https://github.com/coreos/rpm-ostree/issues/4530 (If someone cares about reproducibility here, they can specify it; alternatively and more reliably, they can create builder container images and pin to those)
This commit is contained in:
parent
e7fb2e1117
commit
2972949d13
2 changed files with 1 additions and 5 deletions
|
|
@ -1039,8 +1039,7 @@
|
|||
{
|
||||
"type": "org.osbuild.ostree.encapsulate",
|
||||
"options": {
|
||||
"filename": "ostree-container.tar",
|
||||
"max_layers": 4
|
||||
"filename": "ostree-container.tar"
|
||||
},
|
||||
"inputs": {
|
||||
"commit": {
|
||||
|
|
|
|||
|
|
@ -18,9 +18,6 @@ pipelines:
|
|||
- type: org.osbuild.ostree.encapsulate
|
||||
options:
|
||||
filename: ostree-container.tar
|
||||
# max_layers < 4 is currently broken (or unsupported)
|
||||
# see https://github.com/coreos/rpm-ostree/issues/4530
|
||||
max_layers: 4
|
||||
inputs:
|
||||
commit:
|
||||
type: org.osbuild.ostree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue