The Profile Buildpack is a Cloud Native Buildpack that implements the behavior of .profile scripts. A .profile script is executed prior to the start of an application.
This buildpack will participate all the following conditions are met
bashis available in the container- a
.profilescript file exists at the root of the application
The buildpack will do the following:
- contribute an
exec.dscript which will at runtime source the.profilescript and ensure environment variables set by the script are available to your application
This buildpack is released under version 2.0 of the Apache License.