Skip to content

Commit

Permalink
Introduce Buildkit to AutoBuilds
Browse files Browse the repository at this point in the history
Add a section on explaining how to enable builds to use the Docker Buildkit builder by the Autobuild service
  • Loading branch information
arkodg committed Jun 8, 2020
1 parent a248e3c commit ef883bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-hub/builds/index.md
Expand Up @@ -277,6 +277,11 @@ You could also use capture groups to build and label images that come from vario
`/(alice|bob)-v([0-9.]+)/` -->

### Build image with Buildkit

You can enable the Buildkit builder by setting the environment variable `DOCKER_BUILDKIT=1`([enviroment variables](index.md#environment-variables-for-builds)) in the Configure automated build section ([configure builds](index.md#configure-automated-build-settings)).
For more information on Buildkit please see [buildkit](https://docs.docker.com/develop/develop-images/build_enhancements/).

## Build repositories with linked private submodules

Docker Hub sets up a deploy key in your source code repository that allows it
Expand Down

0 comments on commit ef883bb

Please sign in to comment.