-
Notifications
You must be signed in to change notification settings - Fork 116
[Analyze] Provide mixin information #573
Copy link
Copy link
Closed
Labels
epic/stackpacksepic/stackpacks/phase-1Reverse analyze & detect; analyze enhancementsReverse analyze & detect; analyze enhancementsgood first issueA good first issue to get started with.A good first issue to get started with.status/blockedtype/enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
epic/stackpacksepic/stackpacks/phase-1Reverse analyze & detect; analyze enhancementsReverse analyze & detect; analyze enhancementsgood first issueA good first issue to get started with.A good first issue to get started with.status/blockedtype/enhancementNew feature or requestNew feature or request
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)