Skip to content

Commit 6be4c12

Browse files
authored
docs: clarify DHI build auth requirement context (#24835)
Fixes #24818. The `[!IMPORTANT]` callout at the top of `content/manuals/dhi/how-to/build.md` read: > You must authenticate to the Docker Hardened Images registry (`dhi.io`) to pull base images and build tools. [...] Phrased that way it reads as if any Dockerfile using a DHI base image (e.g. `FROM dhi.io/python:3.13`) needs a special authentication step specific to the build page. The real reason is scoped: the DHI build frontend itself pulls from `dhi.io` when processing a YAML definition file. Rewritten to tie the requirement explicitly to the DHI build system and to the act of building a definition file, so readers don't extrapolate the requirement to unrelated Dockerfile usage. Wording around the Docker ID credentials is preserved.
1 parent 0194389 commit 6be4c12

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/manuals/dhi/how-to/build.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ paths, and dev variants.
1919

2020
> [!IMPORTANT]
2121
>
22-
> You must authenticate to the Docker Hardened Images registry (`dhi.io`) to
23-
> pull base images and build tools. Use your Docker ID credentials (the same
24-
> username and password you use for Docker Hub) when signing in.
22+
> The DHI build system pulls base images and build tools from `dhi.io`, so you
23+
> must authenticate to that registry before building a definition file. Use your
24+
> Docker ID credentials (the same username and password you use for Docker Hub)
25+
> when signing in.
2526
>
2627
> Run `docker login dhi.io` to authenticate.
2728

0 commit comments

Comments
 (0)