We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
0.12
analyzer
-run
-stack
run.toml
[[image]] image = "<image>" mirrors = ["<mirror1>", "<mirror2>"]
If no -run-image is provided, the analyzed run image should be the first image in run.toml.
-run-image
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Spec PR: https://github.com/buildpacks/spec/pull/347/files
For newer platform API (
0.12
and above), theanalyzer
accepts-run
instead of-stack
.-run
is the location of arun.toml
file with schema:If no
-run-image
is provided, the analyzed run image should be the first image inrun.toml
.The text was updated successfully, but these errors were encountered: