As outlined in RFC: https://github.com/buildpacks/rfcs/blob/main/text/0075-move-analyze-phase.md and spec PR: https://github.com/buildpacks/spec/pull/197/files
Analyzer will be provided new -run-image and -stack flags. Analyzer should resolve the run-image from the -run-image if provided, read it from the -stack, or fail if a valid run-image cannot be determined. Analyzer should read the build-image from the -stack, or fail if a valid build-image cannot be determined.
For both the build- and run-images, analyzer should read mixins and write this information in analyzed.toml.
(from RFC) Q: How should analyzed.toml be changed to include run-image information (mixins)
As outlined in RFC: https://github.com/buildpacks/rfcs/blob/main/text/0075-move-analyze-phase.md and spec PR: https://github.com/buildpacks/spec/pull/197/files
Analyzer will be provided new
-run-imageand-stackflags. Analyzer should resolve the run-image from the-run-imageif provided, read it from the-stack, or fail if a valid run-image cannot be determined. Analyzer should read the build-image from the-stack, or fail if a valid build-image cannot be determined.For both the build- and run-images, analyzer should read mixins and write this information in
analyzed.toml.(from RFC) Q: How should
analyzed.tomlbe changed to include run-image information (mixins)