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:
Colin Walters 2023-08-28 14:52:25 -04:00 committed by Ondřej Budai
parent e7fb2e1117
commit 2972949d13
2 changed files with 1 additions and 5 deletions

View file

@ -1039,8 +1039,7 @@
{
"type": "org.osbuild.ostree.encapsulate",
"options": {
"filename": "ostree-container.tar",
"max_layers": 4
"filename": "ostree-container.tar"
},
"inputs": {
"commit": {

View file

@ -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