Cleanup container example.
This commit is contained in:
parent
4c33b204f0
commit
fd2484b561
|
|
@ -58,6 +58,19 @@ pipelines:
|
||||||
- from:
|
- from:
|
||||||
mpp-format-string: input://inlinefile/{embedded['storage.conf']}
|
mpp-format-string: input://inlinefile/{embedded['storage.conf']}
|
||||||
to: tree:///etc/containers/storage.conf
|
to: tree:///etc/containers/storage.conf
|
||||||
|
- type: org.osbuild.copy
|
||||||
|
inputs:
|
||||||
|
inlinefile:
|
||||||
|
type: org.osbuild.files
|
||||||
|
origin: org.osbuild.source
|
||||||
|
mpp-embed:
|
||||||
|
id: containers.conf
|
||||||
|
path: ../files/containers.conf
|
||||||
|
options:
|
||||||
|
paths:
|
||||||
|
- from:
|
||||||
|
mpp-format-string: input://inlinefile/{embedded['containers.conf']}
|
||||||
|
to: tree:///etc/containers/containers.conf
|
||||||
- type: org.osbuild.skopeo
|
- type: org.osbuild.skopeo
|
||||||
inputs:
|
inputs:
|
||||||
images:
|
images:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue