1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/builds-strategy-s2i-environment-variables.adoc
Max Bridges b5fc467d1f add content types to untagged modules
OSDOCS-16694
2025-10-31 21:02:28 -04:00

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.