debian-forge/test/data/manifests/fedora-ostree-native-container.mpp.yaml
Colin Walters 2972949d13 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)
2023-08-29 10:56:49 +02:00

26 lines
681 B
YAML

version: '2'
pipelines:
- mpp-import-pipelines:
path: fedora-vars.ipp.yaml
- mpp-import-pipeline:
path: fedora-build-v2.ipp.yaml
id: build
runner:
mpp-format-string: org.osbuild.fedora{release}
- mpp-import-pipelines:
path: fedora-ostree-commit.mpp.yaml
ids:
- ostree-tree
- ostree-commit
- name: container
build: name:build
stages:
- type: org.osbuild.ostree.encapsulate
options:
filename: ostree-container.tar
inputs:
commit:
type: org.osbuild.ostree
origin: org.osbuild.pipeline
references:
name:ostree-commit: {}