mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Document metadata in files section
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
040c500648
commit
760521e197
@ -96,6 +96,14 @@ Specifying the `mode` is optional, and will default to `0600`. Leading directori
|
|||||||
created if not specified. You can use `~/path` in `source` to specify a path in the build
|
created if not specified. You can use `~/path` in `source` to specify a path in the build
|
||||||
user's home directory.
|
user's home directory.
|
||||||
|
|
||||||
|
In addition there is a `metadata` option that will generate the file. Currently the only value
|
||||||
|
supported here is `"yaml"` which will output the yaml used to generate the image into the specified
|
||||||
|
file:
|
||||||
|
```
|
||||||
|
- path: etc/linuxkit.yml
|
||||||
|
metadata:yaml
|
||||||
|
```
|
||||||
|
|
||||||
## `trust`
|
## `trust`
|
||||||
|
|
||||||
The `trust` section specifies which build components are to be cryptographically verified with
|
The `trust` section specifies which build components are to be cryptographically verified with
|
||||||
|
Loading…
Reference in New Issue
Block a user