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 an OpenShift Container Platform 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.