Merge pull request #21117 from dvdksn/dbc-allowlist-addresses

build(cloud): add firewall config
This commit is contained in:
David Karlsson 2024-10-16 09:03:11 +02:00 committed by GitHub
commit 68f5b3aa40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -70,6 +70,16 @@ The builder has native support for the `linux/amd64` and `linux/arm64`
architectures. This gives you a high-performance build cluster for building
multi-platform images natively.
## Firewall configuration
To use Docker Build Cloud behind a firewall, ensure that your firewall allows
traffic to the following addresses:
- 3.211.38.21
- https://auth.docker.io
- https://build-cloud.docker.com
- https://hub.docker.com
## What's next
- See [Building with Docker Build Cloud](usage.md) for examples on how to use Docker Build Cloud.