Builds

A Build on OpenShift transforms input to an object. A build configuration, or BuildConfig, has a build strategy and one or more sources.

The build strategies are:

And there are six types of sources for build input:

  • Git,

  • Dockerfile,

  • Binary,

  • Image,

  • Input secrets,

  • External artifacts.

Last updated