From e981ddb2f85425c4baa136b9ee5271f53e41c803 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:53:21 +0100 Subject: [PATCH] build(cloud): move internal/vpn registry info from faq to usage Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/build/cloud/_index.md | 6 +----- content/build/cloud/faq.md | 22 ---------------------- content/build/cloud/usage.md | 7 +++++++ data/toc.yaml | 2 -- 4 files changed, 8 insertions(+), 29 deletions(-) delete mode 100644 content/build/cloud/faq.md diff --git a/content/build/cloud/_index.md b/content/build/cloud/_index.md index 73102266a1..54c54b5274 100644 --- a/content/build/cloud/_index.md +++ b/content/build/cloud/_index.md @@ -4,6 +4,7 @@ description: Get started with Docker Build Cloud keywords: build, cloud, cloud build, remote builder aliases: - /build/hydrobuild/ + - /build/cloud/faq/ --- Docker Build Cloud is a service that lets you build your container images @@ -65,8 +66,3 @@ builder in your local environment](./setup.md). For more information about the available subscription plans, see [Docker Build Cloud subscriptions and features](../../subscription/build-details.md). - -## Frequently asked questions - -The [Docker Build Cloud FAQ](./faq.md) page lists common questions and answers about -Docker Build Cloud. diff --git a/content/build/cloud/faq.md b/content/build/cloud/faq.md deleted file mode 100644 index ee42ef84ee..0000000000 --- a/content/build/cloud/faq.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Docker Build Cloud FAQ -description: Frequently asked questions about Docker Build Cloud -keywords: build, cloud build, faq, troubleshooting -aliases: - - /hydrobuild/faq/ ---- - - -- [How do I remove Docker Build Cloud from my system?](#how-do-i-remove-docker-build-cloud-from-my-system) -- [Are builders shared between organizations?](#are-builders-shared-between-organizations) -- [Do I need to add my secrets to the builder to access private resources?](#do-i-need-to-add-my-secrets-to-the-builder-to-access-private-resources) -- [How do I unset Docker Build Cloud as the default builder?](#how-do-i-unset-docker-build-cloud-as-the-default-builder) -- [How do I manage the build cache with Docker Build Cloud?](#how-do-i-manage-the-build-cache-with-docker-build-cloud) -- [Can I use Docker Build Cloud with a registry behind a VPN?](#can-i-use-docker-build-cloud-with-a-registry-behind-a-vpn) - - -### 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. diff --git a/content/build/cloud/usage.md b/content/build/cloud/usage.md index d851ea75c2..1619300e17 100644 --- a/content/build/cloud/usage.md +++ b/content/build/cloud/usage.md @@ -183,3 +183,10 @@ $ docker context use default This doesn't remove the builder from your system. It only changes the builder that's automatically selected to run your builds. + +## Registries on internal networks + +It isn't possible to use Docker Build Cloud with a private registry +or registry mirror on an internal network behind a VPN. +All endpoints that a cloud builder interacts with, +including OCI registries, must be accessible over the internet. diff --git a/data/toc.yaml b/data/toc.yaml index b9cd142270..dd02d3e58e 100644 --- a/data/toc.yaml +++ b/data/toc.yaml @@ -2175,8 +2175,6 @@ FAQ: title: Overview - path: /billing/faqs/ title: Billing - - path: /build/cloud/faq/ - title: Build Cloud - path: /compose/faq/ title: Compose - sectiontitle: Desktop