Skip to content

Commit fc6d7a2

Browse files
authored
Merge pull request #22824 from sarahsanders-docker/disk-allocation
build-cloud: add build cache space
2 parents bf04de8 + 8b08990 commit fc6d7a2

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
@@ -8,15 +8,32 @@ The **Builder settings** page in Docker Build Cloud lets you configure disk allo
88

99
## Disk allocation
1010

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.
1214

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.
1418

1519
Any changes take effect immediately.
1620

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+
1734
> [!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.
2037
2138
## Private resource access
2239

@@ -26,7 +43,7 @@ For example, if your organization hosts a private [PyPI](https://pypi.org/) repo
2643

2744
To enable your cloud builders to access your private resources, enter the host name and port of your private resource and then select **Add**.
2845

29-
### Authentication
46+
### Authentication
3047

3148
If your internal artifacts require authentication, make sure that you
3249
authenticate with the repository either before or during the build. For

0 commit comments

Comments
 (0)