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
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.
8
8
9
-
## Disk allocation
9
+
## Storage and cache management
10
+
11
+
### Disk allocation
10
12
11
13
The **Disk allocation** setting lets you control how much of the available
12
14
storage is dedicated to the build cache. A lower allocation increases
@@ -29,11 +31,28 @@ Your subscription includes the following Build cache space:
29
31
| Team | 100GB |
30
32
| Business | 200GB |
31
33
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).
33
51
34
52
> [!TIP]
35
53
>
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
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.
68
87
69
88
1. Select the **Enable firewall: Restrict cloud builder egress to specific public IP address** checkbox.
0 commit comments