A Cloud Native Buildpack that embeds environment variables into an image
26
stars
401
commits
Go
primary language
Sep 10, 2026
updated
paketo-buildpacks/environment-variablesdocker.io/paketobuildpacks/environment-variablesThe Paketo Buildpack for Environment Variables is a Cloud Native Buildpack that embeds environment variables into an image.
This buildpack will participate all the following conditions are met
$BPE_* is setThe buildpack will do the following:
$BPE_* envrionment variables, as described in the Configuration section below| Environment Variable | Description |
|---|---|
$BPE_<NAME> | set $NAME to value (same as override) |
$BPE_APPEND_<NAME> | append value to $NAME |
$BPE_DEFAULT_<NAME> | set default value for $NAME |
$BPE_DELIM_<NAME> | set delimeter to use when appending or prepending to $NAME |
$BPE_OVERRIDE_<NAME> | set $NAME to value |
$BPE_PREPEND_<NAME> | prepend value to $NAME |
The default delimiter is an empty string, i.e. there is no default delimiter.
This buildpack is released under version 2.0 of the Apache License.
Go
59.6%
Shell
40.4%
A Cloud Native Buildpack that embeds environment variables into an image
26
stars
401
commits
Go
primary language
Sep 10, 2026
updated
paketo-buildpacks/environment-variablesdocker.io/paketobuildpacks/environment-variablesThe Paketo Buildpack for Environment Variables is a Cloud Native Buildpack that embeds environment variables into an image.
This buildpack will participate all the following conditions are met
$BPE_* is setThe buildpack will do the following:
$BPE_* envrionment variables, as described in the Configuration section below| Environment Variable | Description |
|---|---|
$BPE_<NAME> | set $NAME to value (same as override) |
$BPE_APPEND_<NAME> | append value to $NAME |
$BPE_DEFAULT_<NAME> | set default value for $NAME |
$BPE_DELIM_<NAME> | set delimeter to use when appending or prepending to $NAME |
$BPE_OVERRIDE_<NAME> | set $NAME to value |
$BPE_PREPEND_<NAME> | prepend value to $NAME |
The default delimiter is an empty string, i.e. there is no default delimiter.
This buildpack is released under version 2.0 of the Apache License.
Go
59.6%
Shell
40.4%