Skip to content

Commit

Permalink
Update create-init-image.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rikgibson committed Oct 30, 2018
1 parent 7303d22 commit 8c3a0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/how-to/create-init-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The requirements for an init-image are:
- the output _should not_ contain a `func.yaml` file
- the output _must_ contain a file called `func.init.yaml` which has a subset of the keys from a `func.yaml`
- the `func.init.yaml` _must_ contain the following keys: `runtime`
- the `func.init.yaml` _may_ also contain the following keys: `build`, `buildImage`, `cmd`, `content_type`, `entrypoint`, `expects`, `format`, `headers`, `runImage`, and `tests`
- the `func.init.yaml` _may_ also contain the following keys: `build`, `buildImage`, `cmd`, `content_type`, `entrypoint`, `expects`, `headers`, `runImage`, and `tests`


The CLI will:
Expand Down

0 comments on commit 8c3a0ab

Please sign in to comment.