mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
RHDEVDOCS-5697-update: uncommenting builds using shipwright files
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
b53e3b8838
commit
7286f54efe
@@ -1889,12 +1889,12 @@ Distros: openshift-enterprise,openshift-origin,openshift-online
|
||||
Topics:
|
||||
- Name: CI/CD overview
|
||||
File: index
|
||||
# - Name: Builds using Shipwright
|
||||
# Dir: builds_using_shipwright
|
||||
# Distros: openshift-enterprise
|
||||
# Topics:
|
||||
# - Name: Overview of Builds
|
||||
# File: overview-openshift-builds
|
||||
- Name: Builds using Shipwright
|
||||
Dir: builds_using_shipwright
|
||||
Distros: openshift-enterprise
|
||||
Topics:
|
||||
- Name: Overview of Builds
|
||||
File: overview-openshift-builds
|
||||
- Name: Builds using BuildConfig
|
||||
Dir: builds
|
||||
Distros: openshift-enterprise,openshift-origin,openshift-online
|
||||
|
||||
@@ -15,19 +15,15 @@ toc::[]
|
||||
|
||||
[id="openshift-builds"]
|
||||
== OpenShift Builds
|
||||
OpenShift Builds provides you the following option to configure and run a build:
|
||||
OpenShift Builds provides you the following options to configure and run a build:
|
||||
|
||||
// * Builds using Shipwright
|
||||
// +
|
||||
// An extensible build framework based on the Shipwright project, which you can use to build container images on an {product-title} 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 link:https://docs.openshift.com/builds/latest/about/overview-openshift-builds.html[Overview of Builds].
|
||||
* Builds using Shipwright is an extensible build framework based on the Shipwright project. You can use it to build container images on an {product-title} 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 link:https://docs.openshift.com/builds/latest/about/overview-openshift-builds.html[Overview of Builds].
|
||||
|
||||
* Builds using BuildConfig
|
||||
* Builds using `BuildConfig` objects 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 a `BuildConfig` object. This definition includes attributes such as build triggers, input parameters, and source code. When deployed, the `BuildConfig` object builds a runnable image and pushes the image to a container image registry. With the `BuildConfig` object, you can create a Docker, Source-to-image (S2I), or custom build.
|
||||
+
|
||||
A declarative build process to create cloud-native apps. You can define the build process in a YAML file that you use to create a `BuildConfig` object. This definition includes attributes such as build triggers, input parameters, and source code. When deployed, the `BuildConfig` object builds a runnable image and pushes the image to a container image registry. With the `BuildConfig` object, you can create a Docker, Source-to-image (S2I), or custom build.
|
||||
+
|
||||
For more information, see xref:../cicd/builds/understanding-image-builds.adoc#understanding-image-builds[Understanding image builds]
|
||||
For more information, see xref:../cicd/builds/understanding-image-builds.adoc#understanding-image-builds[Understanding image builds].
|
||||
|
||||
[id="openshift-pipelines"]
|
||||
== {pipelines-shortname}
|
||||
|
||||
Reference in New Issue
Block a user