From a205c6c4aaaaa93b7fab04a7a2b8b8441511e1d0 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:30:16 +0100 Subject: [PATCH] build(autobuilds): call out 10 GB max size limit Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/docker-hub/builds/how-builds-work.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docker-hub/builds/how-builds-work.md b/content/docker-hub/builds/how-builds-work.md index 0302b2aa1b..8187a9b52b 100644 --- a/content/docker-hub/builds/how-builds-work.md +++ b/content/docker-hub/builds/how-builds-work.md @@ -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 requests. The number of concurrent builds for Pro is 5 and -for Team and Business is 15. \ No newline at end of file +for Team and Business is 15. +Automated builds can handle images of up to 10 GB in size.