Skip to content

Commit 74fab22

Browse files
committed
sme review
1 parent c246a53 commit 74fab22

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

content/manuals/build-cloud/builder-settings.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ Any changes take effect immediately.
1616

1717
> [!TIP]
1818
>
19-
> If you build very large images, consider allocating more storage for caching.
19+
> If you build very large images, consider allocating less storage for caching.
2020
2121
## Private resource access
2222

23-
Private resource access lets cloud builders pull images and packages from private registries that are not publicly accessible. This feature is useful when builds rely on self-hosted artifact repositories or private OCI registries.
23+
Private resource access lets cloud builders pull images and packages from private resources. This feature is useful when builds rely on self-hosted artifact repositories or private OCI registries.
2424

25-
For example, if your organization hosts a private [PyPI](https://pypi.org/) repository on a VPN, Docker Build Cloud would not be able to access it by default, since it isn't on the same network as your VPN.
25+
For example, if your organization hosts a private [PyPI](https://pypi.org/) repository on a private network, Docker Build Cloud would not be able to access it by default, since the DBC builder is not connected to your private network.
2626

27-
To enable your cloud builders to access your private registries, enter the host name and port of your private registry and then select **Add** to allow your cloud builders to access it.
27+
To enable your cloud builders to access your private resources, enter the host name and port of your private rescource and then select **Add** to allow your cloud builders to access it.
2828

2929
### Authentication
3030

3131
If your internal artifacts require authentication, make sure that you
3232
authenticate with the repository either before or during the build. For
33-
internal packages like npm or PyPI, use [build secrets](/manuals/build/building/secrets.md)
33+
internal package repositories for npm or PyPI, use [build secrets](/manuals/build/building/secrets.md)
3434
to authenticate during the build. For internal OCI registries, use `docker
3535
login` to authenticate before building.
3636

@@ -47,9 +47,9 @@ $ docker build --builder <cloud-builder> --tag registry.example.com/<image> --pu
4747

4848
## Firewall
4949

50-
Firewall settings let you restrict cloud builder egress traffic to specific IP addresses. This helps enhance security by limiting external access.
50+
Firewall settings let you restrict cloud builder egress traffic to specific IP addresses. This helps enhance security by limiting external network egress from the builder.
5151

52-
1. Select the **Enable firewall: Restrict cloud builder egress to specific public IP Address** checkbox.
52+
1. Select the **Enable firewall: Restrict cloud builder egress to specific public IP address** checkbox.
5353

5454
2. Enter the IP address you want to allow.
5555

content/manuals/build-cloud/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ It only changes the builder that's automatically selected to run your builds.
187187
## Registries on internal networks
188188

189189
It is possible to use Docker Build Cloud with a [private registry](/manuals/build-cloud/builder-settings.md#private-resource-access)
190-
or registry mirror on an internal network behind a VPN.
190+
or registry mirror on an internal network.

0 commit comments

Comments
 (0)