OpenShift · Schema

SourceBuildStrategy

Source-to-Image (S2I) build strategy that combines application source with a builder image to produce a runnable image.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
env array
scripts string URL of S2I scripts to use instead of the ones in the builder image.
incremental boolean Attempt to perform an incremental build reusing artifacts from a prior build.
forcePull boolean Overrides the default pull behavior and forces a pull of the builder image before the build.
View JSON Schema on GitHub