Skip to main content
Version: 1.11.0

Customization point: Buildpacks

note

This customization interacts with the customization of staging scripts.

By default, Epinio's staging process uses the jammy full stack paketo builder image for Paketo Cloud Native Buildpacks. This converts application sources into deployable application images.

To use a different builder image set the chart keys

  • image.builder.repository
  • image.builder.tag
  • image.builder.userid
  • image.builder.groupid

to the desired values before installation.

To override the builder image on an individual basis use the option --builder-image of the epinio push command.

Note also the related documentation about the supported applications.