diff options
author | James Turnbull <james@lovedthanlost.net> | 2015-01-27 21:12:05 -0500 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2015-01-27 21:12:05 -0500 |
commit | 3c097c2d908416b126e3d4035f095245a8c696ec (patch) | |
tree | bae75b5d4027f9cf023eb2a03641ee2cd4666293 /docs/sources/docker-hub | |
parent | 359c74cc9e8b4acf92cdfd11530bd937558f02af (diff) | |
parent | b9243b08a52191400bc10595c82b8c08b6deeb13 (diff) | |
download | docker-docs-1.4.tar.gz |
Merge pull request #10400 from SvenDowideit/post-1.4.1-docs-update-2adocs-1.4
Post 1.4.1 docs update 2a
Diffstat (limited to 'docs/sources/docker-hub')
-rw-r--r-- | docs/sources/docker-hub/builds.md | 4 | ||||
-rw-r--r-- | docs/sources/docker-hub/repos.md | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/docs/sources/docker-hub/builds.md b/docs/sources/docker-hub/builds.md index 5d73e4aae9..8b914fa10c 100644 --- a/docs/sources/docker-hub/builds.md +++ b/docs/sources/docker-hub/builds.md @@ -278,6 +278,10 @@ Webhooks are available under the Settings menu of each Repository. > **Note:** If you want to test your webhook out we recommend using > a tool like [requestb.in](http://requestb.in/). +> **Note**: The Docker Hub servers are currently in the IP range +> `162.242.195.64 - 162.242.195.127`, so you can restrict your webhooks to +> accept webhook requests from that set of IP addresses. + ### Webhook chains Webhook chains allow you to chain calls to multiple services. For example, diff --git a/docs/sources/docker-hub/repos.md b/docs/sources/docker-hub/repos.md index 0749c0814c..2bb75f0b73 100644 --- a/docs/sources/docker-hub/repos.md +++ b/docs/sources/docker-hub/repos.md @@ -105,9 +105,6 @@ Settings page. A webhook is called only after a successful `push` is made. The webhook calls are HTTP POST requests with a JSON payload similar to the example shown below. -> **Note:** For testing, you can try an HTTP request tool like -> [requestb.in](http://requestb.in/). - *Example webhook JSON payload:* ``` @@ -141,6 +138,13 @@ new updates to your images and repositories. To get started adding webhooks, go to the desired repo in the Hub, and click "Webhooks" under the "Settings" box. +> **Note:** For testing, you can try an HTTP request tool like +> [requestb.in](http://requestb.in/). + +> **Note**: The Docker Hub servers are currently in the IP range +> `162.242.195.64 - 162.242.195.127`, so you can restrict your webhooks to +> accept webhook requests from that set of IP addresses. + ### Webhook chains Webhook chains allow you to chain calls to multiple services. For example, |