Enhancing your Builds on OpenShift. Chaining Builds.
· โ 11 min read · โ๏ธ jorgemoralespou
OpenShift provides different options for building and deploying containers on the platform. These generally include:
Build and deploy from application source code - Users can specify the location of their source code in a GIT repository. OpenShift will build the application binaries, then build the container images that include those binaries and deploy to OpenShift. Users can also specify a dockerfile as the source code to build container images from.