The lifecycle orchestrates buildpack execution, then assembles the resulting artifacts into a final app image.
Restores files that buildpacks may use to optimize the build and export phases.
Finds an ordered group of buildpacks to use during the build phase.
Restores layers from the cache.
Transforms application source code into runnable artifacts that can be packaged into a container.
Creates the final OCI image.
Runs analyze, detect, restore, build, and export in a single command.
The entrypoint for the final OCI image. Responsible for launching application processes.
Rebase application layers onto a new run image.