Back to Buildpacks

Build

content/docs/for-platform-operators/concepts/lifecycle/build.md

latest847 B
Original Source

+++ title="Build" weight=4 +++

The builder transforms application source code into runnable artifacts that can be packaged into a container.

<!--more-->

The platform must execute builder in the build environment.

Exit Codes

Exit CodeResult
0Success
11Platform API incompatibility error
12Buildpack API incompatibility error
1-10, 13-19Generic lifecycle errors
51Buildpack build error
50, 52-59Build-specific lifecycle errors

For more information about the builder, see the Platform API spec.