A Build on OpenShiftarrow-up-right transforms input to an object. A build configuration, or BuildConfig, has a build strategy and one or more sources.
Build
BuildConfig
The build strategies are:
Source-to-Image (S2I),
Pipeline,
Docker,
Custom.
And there are six types of sources for build input:
Git,
Dockerfile,
Binary,
Image,
Input secrets,
External artifacts.
Last updated 6 years ago