Skip to content

Commit f768621

Browse files
author
Natalie Arellano
committed
WIP
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 3339793 commit f768621

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/docs/reference/spec/migration/platform-api-0.11-0.12.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ that indicates the location of a `run.toml` file with schema:
2626
mirrors = ["<mirror>", "<mirror>"]
2727
```
2828

29-
For each image in `[[images]]`, `image` is a tag reference to a run image and `mirrors` contains tag references to its mirrors.
29+
This file will be created automatically during `pack builder create` if the `pack` version is at least `0.30.0` (see below).
3030

31+
For each image in `[[images]]`, `image` is a tag reference to a run image and `mirrors` contains tag references to its mirrors.
3132
Note that whereas `stack.toml` (removed in this API version) only contained a single run image with mirrors, `run.toml` contains a list of images.
3233
This is because of image extensions and the possibility of run image switching, introduced in Platform 0.10.
3334
For platforms that do not use image extensions, only a single run image with mirrors is needed in `run.toml`.
@@ -50,7 +51,7 @@ If `-force` is not provided,
5051
* `io.buildpacks.base.distro.name` label (if specified)
5152
* `io.buildpacks.base.distro.version` label (if specified)
5253
* If `-run-image` is provided it must be found in `io.buildpacks.lifecycle.metadata` in either `runImage.image` or `runImage.mirrors`
53-
* `io.buildpacks.rebasable` must be `true` (see run image extension below)
54+
* `io.buildpacks.rebasable` must be `true` (see below)
5455

5556
### Run image extensions is supported (experimental)
5657

0 commit comments

Comments
 (0)