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
Broken out from #709
Hooks may be executed in parallel For each hook:
<layers>
<output>
The files should probably be copied to a volume (/layers? Does this depend on buildpacks/rfcs#145 ?)
The text was updated successfully, but these errors were encountered:
Hooks
That should b great to have a sample about what a hooked project will look like (+ Dockerfile, Hook TOML, ...)
builders └── maven-jvm └── builder.toml buildpacks/maven ├── bin │ ├── build │ └──detect └── buildpack.toml
Sorry, something went wrong.
Completed as part of #709 (see comment).
natalieparellano
No branches or pull requests
Broken out from #709
(4) Lifecycle should run hooks’ bin/build
Hooks may be executed in parallel
For each hook:
<layers>
is replaced by<output>
(5) Lifecycle should provide Dockerfiles output by hooks to subsequent phases
The files should probably be copied to a volume (/layers? Does this depend on buildpacks/rfcs#145 ?)
The text was updated successfully, but these errors were encountered: