You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/build-cloud/builder-settings.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,21 +16,21 @@ Any changes take effect immediately.
16
16
17
17
> [!TIP]
18
18
>
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.
20
20
21
21
## Private resource access
22
22
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.
24
24
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.
26
26
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.
28
28
29
29
### Authentication
30
30
31
31
If your internal artifacts require authentication, make sure that you
32
32
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)
34
34
to authenticate during the build. For internal OCI registries, use `docker
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.
51
51
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.
0 commit comments