Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build-docs-1.3] RHDEVDOCS-6278 Content improvement for builds #86602

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Topics:
File: configuring-build-strategies
- Name: Configuring build runs
File: configuring-build-runs
- Name: Using Builds in a network restricted environment
- Name: Using Builds in a network-restricted environment
File: using-builds-in-a-network-restricted-environment
---
Name: Work with Builds
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:_mod-docs-content-type: ASSEMBLY
[id="using-builds-in-a-network-restricted-environment"]
= Using {builds-shortname} in a network restricted environment
= Using {builds-shortname} in a network-restricted environment
include::_attributes/common-attributes.adoc[]
:context: using-builds-in-a-network-restricted-environment

toc::[]

The {pipelines-operator} provides support for injecting the proxy environment variables in the network restricted environments.
The {pipelines-operator} provides support for injecting the proxy environment variables in the network-restricted environments.

include::modules/ob-verifying-cluster-wide-proxy.adoc[leveloffset=+1]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

:_mod-docs-content-type: PROCEDURE
[id='ob-creating-buildah-build-in-a-network-restricted-environment_{context}']
= Creating buildah build in a network restricted environment
= Creating buildah build in a network-restricted environment

You can create a `buildah` build in a network restricted environment by mirroring the images required by the `buildah` build strategy.
You can create a `buildah` build in a network-restricted environment by mirroring the images required by the `buildah` build strategy.

.Prerequisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

:_mod-docs-content-type: PROCEDURE
[id='ob-creating-source-to-image-build-in-a-network-restricted-environment_{context}']
= Creating source-to-image build in a network restricted environment
= Creating source-to-image build in a network-restricted environment

You can create a `source-to-image` build in a network restricted environment by mirroring the images required by the `source-to-image` build strategy.
You can create a `source-to-image` build in a network-restricted environment by mirroring the images required by the `source-to-image` build strategy.

.Prerequisites

Expand Down