Skip to content

Commit

Permalink
adds lifecycle to builder.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Kimmel <[email protected]>
  • Loading branch information
joe-kimmel-vmw committed Jun 26, 2023
1 parent 2916956 commit 2547132
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ image = "build image"
image = "run image"
mirrors = "mirrors"

[lifecycle]
uri = "uri"
version = "ve.rs.ion"

```

Where:
Expand All @@ -228,6 +232,9 @@ Where:
- each `run.images` MUST include an image
- each `run.images` MAY include a list of mirrors (in the format `["mirror url", "mirror, url", ...]`)
- either stack or build and run images MUST be provided.
- lifecyle MAY be provided to specify a custom lifecycle image
- uri MUST be a locator for a valid lifecycle image
- version MUST be a valid semver string


#### `package.toml` (TOML)
Expand Down

0 comments on commit 2547132

Please sign in to comment.