2014-06-01 16:48:04 -04:00
page_title: Automated Builds on Docker Hub
page_description: Docker Hub Automated Builds
page_keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, trusted, builds, trusted builds, automated builds
# Automated Builds on Docker Hub
2014-04-15 06:01:25 +00:00
2014-05-22 07:05:19 +10:00
## Automated Builds
2014-04-15 06:01:25 +00:00
2014-05-22 07:05:19 +10:00
*Automated Builds* is a special feature allowing you to specify a source
2014-05-22 08:35:10 +10:00
repository with a `Dockerfile` to be built by the
2014-06-01 16:48:04 -04:00
[Docker Hub ](https://hub.docker.com ) build clusters. The system will
2014-05-22 08:35:10 +10:00
clone your repository and build the `Dockerfile` using the repository as
the context. The resulting image will then be uploaded to the registry
2014-05-22 07:05:19 +10:00
and marked as an *Automated Build* .
2014-04-15 06:01:25 +00:00
2014-05-22 07:05:19 +10:00
Automated Builds have a number of advantages. For example, users of
*your* Automated Build can be certain that the resulting image was built
exactly how it claims to be.
2014-04-15 06:01:25 +00:00
2014-05-22 08:35:10 +10:00
Furthermore, the `Dockerfile` will be available to anyone browsing your repository
2014-05-22 07:05:19 +10:00
on the registry. Another advantage of the Automated Builds feature is the automated
2014-04-15 06:01:25 +00:00
builds. This makes sure that your repository is always up to date.
2014-05-22 07:05:19 +10:00
Automated Builds are supported for both public and private repositories
on both [GitHub ](http://github.com ) and
2014-05-22 08:35:10 +10:00
[BitBucket ](https://bitbucket.org/ ).
2014-05-22 07:05:19 +10:00
### Setting up Automated Builds with GitHub
2014-04-15 06:01:25 +00:00
2014-06-01 16:48:04 -04:00
In order to setup an Automated Build, you need to first link your
[Docker Hub ](https://hub.docker.com ) account with a GitHub one. This
will allow the registry to see your repositories.
2014-04-15 06:01:25 +00:00
2014-06-01 16:48:04 -04:00
> *Note:*
> We currently request access for *read* and *write* since
> [Docker Hub](https://hub.docker.com) needs to setup a GitHub service
> hook. Although nothing else is done with your account, this is how
> GitHub manages permissions, sorry!
2014-04-15 06:01:25 +00:00
2014-06-01 16:48:04 -04:00
Click on the [Automated Builds
tab](https://registry.hub.docker.com/builds/) to get started and then
select [+ Add New ](https://registry.hub.docker.com/builds/add/ ).
2014-04-15 06:01:25 +00:00
2014-06-01 16:48:04 -04:00
Select the [GitHub service ](https://registry.hub.docker.com/associate/github/ ).
2014-05-22 08:35:10 +10:00
Then follow the instructions to authorize and link your GitHub account
2014-06-01 16:48:04 -04:00
to Docker Hub.
2014-05-22 08:35:10 +10:00
2014-05-22 07:05:19 +10:00
#### Creating an Automated Build
2014-04-15 06:01:25 +00:00
2014-06-01 16:48:04 -04:00
You can [create an Automated Build ](https://registry.hub.docker.com/builds/github/select/ )
2014-05-22 08:35:10 +10:00
from any of your public or private GitHub repositories with a `Dockerfile` .
2014-04-15 06:01:25 +00:00
2014-05-22 08:35:10 +10:00
#### GitHub organizations
2014-04-15 06:01:25 +00:00
GitHub organizations appear once your membership to that organization is
made public on GitHub. To verify, you can look at the members tab for your
organization on GitHub.
2014-05-22 08:35:10 +10:00
#### GitHub service hooks
2014-04-15 06:01:25 +00:00
You can follow the below steps to configure the GitHub service hooks for your
2014-05-22 07:05:19 +10:00
Automated Build:
2014-04-15 06:01:25 +00:00
< table class = "table table-bordered" >
< thead >
< tr >
< th > Step< / th >
< th > Screenshot< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > 1.< / td >
< td > < img src = "https://d207aa93qlcgug.cloudfront.net/0.8/img/github_settings.png" > < / td >
< td > Login to Github.com, and visit your Repository page. Click on the repository "Settings" link. You will need admin rights to the repository in order to do this. So if you don't have admin rights, you will need to ask someone who does.< / td >
< / tr >
< tr >
< td > 2.< / td >
< td > < img src = "https://d207aa93qlcgug.cloudfront.net/0.8/img/github_service_hooks.png" alt = "Service Hooks" > < / td >
< td > Click on the "Service Hooks" link< / td > < / tr > < tr > < td > 3.< / td > < td > < img src = "https://d207aa93qlcgug.cloudfront.net/0.8/img/github_docker_service_hook.png" alt = "Find the service hook labeled Docker" > < / td > < td > Find the service hook labeled "Docker" and click on it.< / td > < / tr > < tr > < td > 4.< / td > < td > < img src = "https://d207aa93qlcgug.cloudfront.net/0.8/img/github_service_hook_docker_activate.png" alt = "Activate Service Hooks" > < / td >
< td > Click on the "Active" checkbox and then the "Update settings" button, to save changes.< / td >
< / tr >
< / tbody >
< / table >
2014-05-22 07:05:19 +10:00
### Setting up Automated Builds with BitBucket
2014-05-22 08:35:10 +10:00
2014-05-22 07:05:19 +10:00
In order to setup an Automated Build, you need to first link your
2014-06-01 16:48:04 -04:00
[Docker Hub ](https://hub.docker.com ) account with a BitBucket one. This
2014-05-22 08:35:10 +10:00
will allow the registry to see your repositories.
2014-06-01 16:48:04 -04:00
Click on the [Automated Builds tab ](https://registry.hub.docker.com/builds/ ) to
2014-05-22 08:35:10 +10:00
get started and then select [+ Add
2014-06-01 16:48:04 -04:00
New](https://registry.hub.docker.com/builds/add/).
2014-05-22 08:35:10 +10:00
Select the [BitBucket
2014-06-01 16:48:04 -04:00
service](https://registry.hub.docker.com/associate/bitbucket/).
2014-05-22 08:35:10 +10:00
Then follow the instructions to authorize and link your BitBucket account
2014-06-01 16:48:04 -04:00
to Docker Hub.
2014-05-22 08:35:10 +10:00
2014-05-22 07:05:19 +10:00
#### Creating an Automated Build
2014-05-22 08:35:10 +10:00
2014-06-08 16:03:46 -07:00
You can [create an Automated Build](
https://registry.hub.docker.com/builds/bitbucket/select/) from any of your
public or private BitBucket repositories with a `Dockerfile` .
2014-05-22 08:35:10 +10:00
2014-05-22 07:05:19 +10:00
### The Dockerfile and Automated Builds
2014-04-15 06:01:25 +00:00
2014-05-22 08:35:10 +10:00
During the build process, we copy the contents of your `Dockerfile` . We also
2014-06-01 16:48:04 -04:00
add it to the [Docker Hub ](https://hub.docker.com ) for the Docker community
2014-04-26 08:00:01 -04:00
to see on the repository page.
2014-04-15 06:01:25 +00:00
### README.md
If you have a `README.md` file in your repository, we will use that as the
repository's full description.
2014-04-18 23:21:55 +03:00
> **Warning:**
> If you change the full description after a build, it will be
2014-05-22 07:05:19 +10:00
> rewritten the next time the Automated Build has been built. To make changes,
2014-04-15 06:01:25 +00:00
> modify the README.md from the Git repository. We will look for a README.md
2014-05-22 08:35:10 +10:00
> in the same directory as your `Dockerfile`.
2014-04-15 06:01:25 +00:00
### Build triggers
2014-05-22 07:05:19 +10:00
If you need another way to trigger your Automated Builds outside of GitHub
2014-05-22 08:35:10 +10:00
or BitBucket, you can setup a build trigger. When you turn on the build
2014-05-22 07:05:19 +10:00
trigger for an Automated Build, it will give you a URL to which you can
send POST requests. This will trigger the Automated Build process, which
is similar to GitHub webhooks.
2014-05-22 08:35:10 +10:00
2014-05-22 07:05:19 +10:00
Build Triggers are available under the Settings tab of each Automated Build.
2014-04-15 06:01:25 +00:00
2014-04-18 23:21:55 +03:00
> **Note:**
> You can only trigger one build at a time and no more than one
2014-04-15 06:01:25 +00:00
> every five minutes. If you have a build already pending, or if you already
> recently submitted a build request, those requests *will be ignored*.
> You can find the logs of last 10 triggers on the settings page to verify
> if everything is working correctly.
2014-05-22 08:35:10 +10:00
### Webhooks
2014-05-22 07:05:19 +10:00
Also available for Automated Builds are Webhooks. Webhooks can be called
2014-05-22 08:35:10 +10:00
after a successful repository push is made.
2014-05-22 07:05:19 +10:00
The webhook call will generate a HTTP POST with the following JSON
2014-05-22 08:35:10 +10:00
payload:
```
{
"push_data":{
"pushed_at":1385141110,
"images":[
"imagehash1",
"imagehash2",
"imagehash3"
],
"pusher":"username"
},
"repository":{
"status":"Active",
"description":"my docker repo that does cool things",
2014-06-02 14:48:58 -04:00
"is_automated":false,
2014-05-22 08:35:10 +10:00
"full_description":"This is my full description",
2014-06-01 16:48:04 -04:00
"repo_url":"https://registry.hub.docker.com/u/username/reponame/",
2014-05-22 08:35:10 +10:00
"owner":"username",
"is_official":false,
"is_private":false,
"name":"reponame",
"namespace":"username",
"star_count":1,
"comment_count":1,
"date_created":1370174400,
"dockerfile":"my full dockerfile is listed here",
"repo_name":"username/reponame"
}
}
```
2014-05-22 07:05:19 +10:00
Webhooks are available under the Settings tab of each Automated
2014-05-22 08:35:10 +10:00
Build.
> **Note:** If you want to test your webhook out then we recommend using
> a tool like [requestb.in](http://requestb.in/).
2014-04-15 06:01:25 +00:00
### Repository links
2014-05-22 07:05:19 +10:00
Repository links are a way to associate one Automated Build with another. If one
gets updated, linking system also triggers a build for the other Automated Build.
This makes it easy to keep your Automated Builds up to date.
2014-04-15 06:01:25 +00:00
2014-05-22 07:05:19 +10:00
To add a link, go to the settings page of an Automated Build and click on
2014-04-15 06:01:25 +00:00
*Repository Links*. Then enter the name of the repository that you want have
linked.
2014-04-18 23:21:55 +03:00
> **Warning:**
> You can add more than one repository link, however, you should
2014-05-22 07:05:19 +10:00
> be very careful. Creating a two way relationship between Automated Builds will
2014-04-17 23:13:59 +03:00
> cause a never ending build loop.