Trusted build servers moved to AWS and use an elastic IP
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
8e7f2fc2e7
commit
174870e64f
2 changed files with 6 additions and 10 deletions
|
@ -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
|
> **Note**: The Docker Hub servers use an elastic IP range, so you can't
|
||||||
> a tool like [requestb.in](http://requestb.in/).
|
> filter requests by IP.
|
||||||
|
|
||||||
> **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
|
||||||
|
|
||||||
|
|
|
@ -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/).
|
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
|
> **Note**: The Docker Hub servers use an elastic IP range, so you can't
|
||||||
> `162.242.195.64 - 162.242.195.127`, so you can restrict your webhooks to
|
> filter requests by IP.
|
||||||
> accept webhook requests from that set of IP addresses.
|
|
||||||
|
|
||||||
### Webhook chains
|
### Webhook chains
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue