Skip to content

Commit c959344

Browse files
Merge pull request #22849 from sarahsanders-docker/build-storage
build-cloud: add section on multi-architecture allocation
1 parent 19f6dce commit c959344

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

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

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ keywords: build, cloud build, optimize, remote, local, cloud, registry, package
66

77
The **Builder settings** page in Docker Build Cloud lets you configure disk allocation, private resource access, and firewall settings for your cloud builders in your organization. These configurations help optimize storage, enable access to private registries, and secure outbound network traffic.
88

9-
## Disk allocation
9+
## Storage and cache management
10+
11+
### Disk allocation
1012

1113
The **Disk allocation** setting lets you control how much of the available
1214
storage is dedicated to the build cache. A lower allocation increases
@@ -29,11 +31,28 @@ Your subscription includes the following Build cache space:
2931
| Team | 100GB |
3032
| Business | 200GB |
3133

32-
To get more Build cache space, [upgrade your subscription](/manuals/subscription/change.md).
34+
### Multi-architecture storage allocation
35+
36+
Docker Build Cloud automatically provisions builders for both amd64 and arm64 architectures. Your total build cache space is split equally between these
37+
two builders:
38+
39+
- Pro (50GB total): 25GB for amd64 builder + 25GB for arm64 builder
40+
- Team (100GB total): 50GB for amd64 builder + 50GB for arm64 builder
41+
- Business (200GB total): 100GB for amd64 builder + 100GB for arm64 builder
42+
43+
> [!IMPORTANT]
44+
>
45+
> If you only build for one architecture, be aware that your effective cache
46+
space is half of your subscription's total allocation.
47+
48+
### Get more build cache space
49+
50+
To get more Build cache space, [upgrade your subscription](/manuals/subscription/scale.md).
3351

3452
> [!TIP]
3553
>
36-
> If you build large images, consider allocating less storage for caching.
54+
> If you build large images, consider allocating less storage for caching to
55+
leave more space for active builds.
3756

3857
## Private resource access
3958

@@ -67,7 +86,5 @@ $ docker build --builder <cloud-builder> --tag registry.example.com/<image> --pu
6786
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.
6887

6988
1. Select the **Enable firewall: Restrict cloud builder egress to specific public IP address** checkbox.
70-
7189
2. Enter the IP address you want to allow.
72-
7390
3. Select **Add** to apply the restriction.

0 commit comments

Comments
 (0)