Customization point: Buildpacks
By default Epinio's staging process uses the full stack paketo builder image for Paketo Cloud Native Buildpacks to convert application sources into deployable application images.
To generally use a different image set the chart keys
image.builder.repository
image.builder.full
to the desired values.
To override the image on an individual basis use the option --builder-image
of the
epinio push
command.
Note also the related documentation about the supported applications.