Spec PR: https://github.com/buildpacks/spec/pull/347/files
For newer platform API (0.12 and above), the analyzer accepts -run instead of -stack. -run is the location of a run.toml file with schema:
[[image]]
image = "<image>"
mirrors = ["<mirror1>", "<mirror2>"]
If no -run-image is provided, the analyzed run image should be the first image in run.toml.
Spec PR: https://github.com/buildpacks/spec/pull/347/files
For newer platform API (
0.12and above), theanalyzeraccepts-runinstead of-stack.-runis the location of arun.tomlfile with schema:If no
-run-imageis provided, the analyzed run image should be the first image inrun.toml.