buildpacks / tekton-integration

Buildpacks + Tekton
22 stars 3 forks source link

Improve support for build time env vars #5

Closed jromero closed 3 years ago

jromero commented 3 years ago

Although there is a current solution to providing env variables via the /platform directory interface. It may be better to provide an easier interface for the task. For example, pack-orb allows users to pass env variables delimited by semi-colons (;) as a parameter. We should be able to so something similar via the prepare step.

Related to https://github.com/buildpacks/tekton-integration/issues/4.

benjaminhuo commented 3 years ago

Looking forward to enhancement like this.