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)
26 lines
681 B
YAML
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: {}
|