From 174870e64fbaf3e949ee8d6e874548bc2af26811 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Sun, 12 Jul 2015 20:11:48 -0700 Subject: [PATCH] Trusted build servers moved to AWS and use an elastic IP Signed-off-by: Sven Dowideit --- docs/docker-hub/builds.md | 11 ++++------- docs/docker-hub/repos.md | 5 ++--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/docker-hub/builds.md b/docs/docker-hub/builds.md index 1d05d3ba98..f80a3f285c 100644 --- a/docs/docker-hub/builds.md +++ b/docs/docker-hub/builds.md @@ -393,14 +393,11 @@ payload: } ``` -Webhooks are available under the Settings menu of each Repository. +Webhooks are available under the Settings menu of each Repository. +Use a tool like [requestb.in](http://requestb.in/) to test your webhook. -> **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. +> **Note**: The Docker Hub servers use an elastic IP range, so you can't +> filter requests by IP. ### Webhook chains diff --git a/docs/docker-hub/repos.md b/docs/docker-hub/repos.md index ada258e43f..0bddc02bd2 100644 --- a/docs/docker-hub/repos.md +++ b/docs/docker-hub/repos.md @@ -135,9 +135,8 @@ similar to the example shown below. 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. +> **Note**: The Docker Hub servers use an elastic IP range, so you can't +> filter requests by IP. ### Webhook chains