第1章 About CI/CD
OpenShift Container Platform is an enterprise-ready Kubernetes platform for developers, which enables organizations to automate the application delivery process through DevOps practices, such as continuous integration (CI) and continuous delivery (CD). To meet your organizational needs, the OpenShift Container Platform provides the following CI/CD solutions:
- OpenShift Builds
- OpenShift Pipelines
- OpenShift GitOps
- Jenkins
1.1. OpenShift Builds リンクのコピーリンクがクリップボードにコピーされました!
OpenShift Builds provides you the following options to configure and run a build:
Builds using Shipwright is an extensible build framework based on the Shipwright project. You can use it to build container images on a cluster. You can build container images from source code and Dockerfile by using image build tools, such as Source-to-Image (S2I) and Buildah.
For more information, see builds for Red Hat OpenShift.
Builds using
BuildConfigobjects is a declarative build process to create cloud-native apps. You can define the build process in a YAML file that you use to create aBuildConfigobject. This definition includes attributes such as build triggers, input parameters, and source code. When deployed, theBuildConfigobject builds a runnable image and pushes the image to a container image registry. With theBuildConfigobject, you can create a Docker, Source-to-image (S2I), or custom build.For more information, see Understanding image builds.