Spec PR: https://github.com/buildpacks/spec/pull/347/files
For newer platform API (0.12 and above), the rebaser should require -force if the image has the label io.buildpacks.rebasable set to false.
Additionally:
- **If** `<run-image>` is not provided by the platform, the value will be [resolved](#run-image-resolution) from the contents of the `runImage` key in the `io.buildpacks.lifecycle.metdata` label on `<image>`
Thus instead of stack.runImage.image we use runImage.image on the label (note the schema change in the spec PR).
Spec PR: https://github.com/buildpacks/spec/pull/347/files
For newer platform API (
0.12and above), therebasershould require-forceif the image has the labelio.buildpacks.rebasableset tofalse.Additionally:
Thus instead of
stack.runImage.imagewe userunImage.imageon the label (note the schema change in the spec PR).