This is a Cloud Native Buildpack that adds support for configuring runtime environment variables.
Any environment var specified at build time starting with RUNTIME_ENVVAR will be managed.
Example:
RUNTIME_ENVVAR_RELEASE_TAGat runtime becomesRELEASE_TAG
$ pack build \
--builder heroku/builder:24 \
--buildpack envvar-buildpack \
--path my-project-path \
--buildpack envvar-buildpack \
example-image