79634885

Date: 2025-05-23 05:31:25
Score: 0.5
Natty:
Report link

This is now possible using paketo-buildpacks/environment-variables

For example:

pack build --builder heroku/builder:20 --buildpack paketo-buildpacks/[email protected] --env BPE_MY_VARIABLE="SomeValue"

When you start the container interactively I run

env | grep MY_ 

to get

MY_VARIABLE=SomeValue
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: A. Penner