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
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,32 @@ The **Builder settings** page in Docker Build Cloud lets you configure disk allo
8
8
9
9
## Disk allocation
10
10
11
-
The **Disk allocation** setting lets you control how much of the available storage is dedicated to the build cache. A lower allocation increases storage available for active builds.
11
+
The **Disk allocation** setting lets you control how much of the available
12
+
storage is dedicated to the build cache. A lower allocation increases
13
+
storage available for active builds.
12
14
13
-
To make disk allocation changes, navigate to **Builder settings** in Docker Build Cloud and then adjust the **Disk allocation** slider to specify the percentage of storage used for build caching.
15
+
To make disk allocation changes, navigate to **Builder settings** in Docker
16
+
Build Cloud and then adjust the **Disk allocation** slider to specify the
17
+
percentage of storage used for build caching.
14
18
15
19
Any changes take effect immediately.
16
20
21
+
### Build cache space
22
+
23
+
Your subscription includes the following Build cache space:
24
+
25
+
| Subscription | Build cache space |
26
+
|--------------|-------------------|
27
+
| Personal | N/A |
28
+
| Pro | 50GB |
29
+
| Team | 100GB |
30
+
| Business | 200GB |
31
+
32
+
To get more Build cache space, [upgrade your subscription](/manuals/subscription/change.md).
33
+
17
34
> [!TIP]
18
-
>
19
-
> If you build very large images, consider allocating less storage for caching.
35
+
>
36
+
> If you build large images, consider allocating less storage for caching.
20
37
21
38
## Private resource access
22
39
@@ -26,7 +43,7 @@ For example, if your organization hosts a private [PyPI](https://pypi.org/) repo
26
43
27
44
To enable your cloud builders to access your private resources, enter the host name and port of your private resource and then select **Add**.
28
45
29
-
### Authentication
46
+
### Authentication
30
47
31
48
If your internal artifacts require authentication, make sure that you
32
49
authenticate with the repository either before or during the build. For
0 commit comments