mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
9 lines
497 B
Plaintext
9 lines
497 B
Plaintext
// Module included in the following assemblies:
|
|
// * builds/build-strategies.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="builds-strategy-s2i-environment-variables_{context}"]
|
|
= Source-to-image environment variables
|
|
|
|
There are two ways to make environment variables available to the source build process and resulting image: environment files and `BuildConfig` environment values. The variables that you provide using either method will be present during the build process and in the output image.
|