Skip to content

Commit 4d38d11

Browse files
adds lifecycle to builder.toml
Signed-off-by: Joe Kimmel <jkimmel@vmware.com>
1 parent 2916956 commit 4d38d11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

distribution.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ image = "build image"
204204
image = "run image"
205205
mirrors = "mirrors"
206206

207+
[lifecycle]
208+
uri = "uri"
209+
version = "ve.rs.ion"
210+
207211
```
208212

209213
Where:
@@ -228,6 +232,9 @@ Where:
228232
- each `run.images` MUST include an image
229233
- each `run.images` MAY include a list of mirrors (in the format `["mirror url", "mirror, url", ...]`)
230234
- either stack or build and run images MUST be provided.
235+
- lifecyle MAY be provided to specify a custom lifecycle - either uri or version (but not both) MUST be provided
236+
- uri MUST be a locator for a valid lifecycle image (mutually exclusive with version)
237+
- version MUST be a valid semver string (mutually exclusive with uri)
231238

232239

233240
#### `package.toml` (TOML)

0 commit comments

Comments
 (0)