The presentation discusses customizing the build process using Cloud Native Buildpacks. It explores the various buildpacks extension points that enable custom workflows for application developers and platform operators.
- Cloud Native Buildpacks simplifies building container images
- Customizing the build process is necessary for some workflows
- Inline buildpacks and build time environment variables can be used for customization
- Base image extension with Dockerfiles can be used by platform operators
- Buildpacks can be used to implement unique build patterns