debian-forge/test/data/manifests/fedora-ostree-native-container.mpp.yaml
Ondřej Budai 9286515821 manifests: move vars to a separate file
This change is applied only to manifests based on fedora-build-v2 for now.
2023-08-08 12:41:17 +02:00

27 lines
705 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
max_layers: 1
inputs:
commit:
type: org.osbuild.ostree
origin: org.osbuild.pipeline
references:
name:ostree-commit: {}