mirror of
https://github.com/mudler/luet.git
synced 2025-10-20 02:09:36 +00:00
17 lines
285 B
YAML
17 lines
285 B
YAML
requires:
|
|
- category: "layer"
|
|
name: "seed"
|
|
version: "1.0"
|
|
prelude:
|
|
- echo foo > /test
|
|
- echo bar > /test2
|
|
steps:
|
|
- echo artifact5 > /test5
|
|
- echo artifact6 > /test6
|
|
- echo artifact43 > /marvin
|
|
unpack: true
|
|
includes:
|
|
- marvin
|
|
- ^/var$
|
|
- ^\/var\/lib$
|
|
- ^\/var\/lib\/udhcpd$ |