Skip to content

Commit 0db393e

Browse files
authored
Merge pull request #67909 from shipsing/RHDEVDOCS-5697-update
RHDEVDOCS-5697-update: uncommenting builds using shipwright files
2 parents 7e5ecae + e3fd62e commit 0db393e

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

_topic_maps/_topic_map.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,12 +1890,12 @@ Distros: openshift-enterprise,openshift-origin,openshift-online
18901890
Topics:
18911891
- Name: CI/CD overview
18921892
File: index
1893-
# - Name: Builds using Shipwright
1894-
# Dir: builds_using_shipwright
1895-
# Distros: openshift-enterprise
1896-
# Topics:
1897-
# - Name: Overview of Builds
1898-
# File: overview-openshift-builds
1893+
- Name: Builds using Shipwright
1894+
Dir: builds_using_shipwright
1895+
Distros: openshift-enterprise
1896+
Topics:
1897+
- Name: Overview of Builds
1898+
File: overview-openshift-builds
18991899
- Name: Builds using BuildConfig
19001900
Dir: builds
19011901
Distros: openshift-enterprise,openshift-origin,openshift-online

cicd/index.adoc

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,15 @@ toc::[]
1515
1616
[id="openshift-builds"]
1717
== OpenShift Builds
18-
OpenShift Builds provides you the following option to configure and run a build:
18+
OpenShift Builds provides you the following options to configure and run a build:
1919

20-
// * Builds using Shipwright
21-
// +
22-
// 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.
23-
// +
24-
// For more information, see link:https://docs.openshift.com/builds/latest/about/overview-openshift-builds.html[Overview of Builds].
25-
26-
* Builds using BuildConfig
20+
* 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.
2721
+
28-
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.
22+
For more information, see link:https://docs.openshift.com/builds/latest/about/overview-openshift-builds.html[Overview of Builds].
23+
24+
* 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.
2925
+
30-
For more information, see xref:../cicd/builds/understanding-image-builds.adoc#understanding-image-builds[Understanding image builds]
26+
For more information, see xref:../cicd/builds/understanding-image-builds.adoc#understanding-image-builds[Understanding image builds].
3127

3228
[id="openshift-pipelines"]
3329
== {pipelines-shortname}

0 commit comments

Comments
 (0)