Skip to content

Commit 6a56220

Browse files
authored
Merge pull request #24252 from dvdksn/fix-dbc-freshness-issues
fix dbc freshness issues
2 parents 4d6f5e6 + 18c37aa commit 6a56220

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

content/manuals/build-cloud/_index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,7 @@ cache, and encryption in transit. That means there are no shared processes or
4747
data between cloud builders.
4848

4949
> [!NOTE]
50-
>
51-
> Docker Build Cloud is currently only available in the US East region. Users
52-
> in Europe and Asia may experience increased latency compared to users based
53-
> in North America.
54-
>
55-
> Support for multi-region builders is on the roadmap.
50+
> Docker Build Cloud is only available in the US East region.
5651
5752
## Get Docker Build Cloud
5853

content/manuals/build-cloud/builder-settings.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ internal package repositories for npm or PyPI, use [build secrets](/manuals/buil
7070
to authenticate during the build. For internal OCI registries, use `docker
7171
login` to authenticate before building.
7272

73-
Note that if you use a private registry that requires authentication, you will
74-
need to authenticate with `docker login` twice before building. This is because
75-
the cloud builder needs to authenticate with Docker to use the cloud builder,
76-
and then again to authenticate with the private registry.
73+
If you use a private registry that requires authentication, you need to
74+
authenticate twice before building: once to Docker Hub (to access Docker Build
75+
Cloud), and once to your private registry (to push/pull images).
7776

7877
```console
7978
$ echo $DOCKER_PAT | docker login docker.io -u <username> --password-stdin

0 commit comments

Comments
 (0)