Merge pull request #18975 from dvdksn/autobuilds-max-size

build(autobuilds): call out 10 GB max size limit
This commit is contained in:
David Karlsson 2023-12-20 16:48:24 +01:00 committed by GitHub
commit 091232d4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -37,4 +37,5 @@ are running, any additional builds go into a queue to be run later.
The maximum number of pending builds in the queue is 30 and Docker Hub discards further The maximum number of pending builds in the queue is 30 and Docker Hub discards further
requests. The number of concurrent builds for Pro is 5 and requests. The number of concurrent builds for Pro is 5 and
for Team and Business is 15. for Team and Business is 15.
Automated builds can handle images of up to 10 GB in size.