File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/docs/reference/spec/migration Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ that indicates the location of a `run.toml` file with schema:
26
26
mirrors = [" <mirror>" , " <mirror>" ]
27
27
```
28
28
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) .
30
30
31
+ For each image in ` [[images]] ` , ` image ` is a tag reference to a run image and ` mirrors ` contains tag references to its mirrors.
31
32
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.
32
33
This is because of image extensions and the possibility of run image switching, introduced in Platform 0.10.
33
34
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,
50
51
* ` io.buildpacks.base.distro.name ` label (if specified)
51
52
* ` io.buildpacks.base.distro.version ` label (if specified)
52
53
* 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)
54
55
55
56
### Run image extensions is supported (experimental)
56
57
You can’t perform that action at this time.
0 commit comments