From 7286f54efefce757cd8defe52ad338d33f2f3176 Mon Sep 17 00:00:00 2001 From: Shipra Singh Date: Wed, 15 Nov 2023 14:38:01 +0530 Subject: [PATCH] RHDEVDOCS-5697-update: uncommenting builds using shipwright files --- _topic_maps/_topic_map.yml | 12 ++++++------ cicd/index.adoc | 16 ++++++---------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index 8424dd4ef6..ca7afef7e4 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -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 diff --git a/cicd/index.adoc b/cicd/index.adoc index aefb059fbc..550df0bca4 100644 --- a/cicd/index.adoc +++ b/cicd/index.adoc @@ -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}