From 6e59fc387b19a06e5cd4704230156cd82eac659f Mon Sep 17 00:00:00 2001 From: jerae-duffin <83294991+jerae-duffin@users.noreply.github.com> Date: Tue, 22 Jun 2021 04:12:40 -0500 Subject: [PATCH] Automated Builds update (#13027) Automated Builds update Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- docker-hub/builds/index.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docker-hub/builds/index.md b/docker-hub/builds/index.md index e42423d27b..466da1393a 100644 --- a/docker-hub/builds/index.md +++ b/docker-hub/builds/index.md @@ -7,7 +7,7 @@ redirect_from: - /docker-cloud/builds/automated-build/ - /docker-cloud/builds/ - /docker-hub/builds/classic/ -title: Set up automated builds +title: Set up Automated Builds --- @@ -17,6 +17,12 @@ Docker Hub can automatically build images from source code in an external repository and automatically push the built image to your Docker repositories. +> **Note** +> +> The Automated Builds feature is available for Pro or Team plans only. [Upgrade](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade){: target="_blank" rel="noopener" class="_"} +> your existing account to a Pro or a Team plan to start using Automated Builds. +If you are using automated builds for an open-source project, you can join our [Open Source Community](https://www.docker.com/community/open-source/application){: target="_blank" rel="noopener" class="_"} program to learn how Docker can support your project on Docker Hub. + When you set up automated builds (also called autobuilds), you create a list of branches and tags that you want to build into Docker images. When you push code to a source code branch (for example in GitHub) for one of those listed image @@ -40,7 +46,7 @@ queued to be run later. > **Note** > -> The total number of pending builds in the queue is limited to 30 and further requests will be discarded. +> The total number of pending builds in the queue is limited to 30 and further requests will be discarded. The number of parallel builds for Pro is 5 and for Team is 15. ![An automated build dashboard](images/index-dashboard.png) @@ -299,6 +305,10 @@ You can enable the BuildKit builder by setting the `DOCKER_BUILDKIT=1` Refer to the [build images with BuildKit](../../develop/develop-images/build_enhancements.md) page for more information on BuildKit. +> **Note** +> +> Autobuilds use the buildKit build-system by default. If you want to use the legacy Docker build-system, add the [environment variable](index.md#environment-variables-for-builds){: target="_blank" rel="noopener" class="_"} Docker_BUILDKIT=0. + ## Build repositories with linked private submodules Docker Hub sets up a deploy key in your source code repository that allows it