build: add faq note about DBC and VPNs

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-12-18 13:04:43 +01:00
parent a1015ad58d
commit 52fa2993b5
1 changed files with 6 additions and 0 deletions

View File

@ -61,3 +61,9 @@ command. This works like pruning the cache for any other builder.
>
> Pruning a cloud builder's cache also removes the cache for other team members
> using the same builder.
### Can I use Docker Build Cloud with a registry behind a VPN?
No, you can't use Docker Build Cloud with a private registry or registry mirror
behind a VPN. All endpoints invoked with Docker Build Cloud, including OCI
registries, must be accessible over the internet.