mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
RHDEVDOCS-5697-new: Commenting out builds using shipwright files
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
c94e3c43be
commit
0430bcc2e2
@@ -1873,12 +1873,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,13 +15,13 @@ toc::[]
|
||||
|
||||
[id="openshift-builds"]
|
||||
== OpenShift Builds
|
||||
OpenShift Builds provides you the following two options to configure and run a build:
|
||||
OpenShift Builds provides you the following option 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
|
||||
// +
|
||||
// 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 BuildConfig
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user