From ee647b7335e20956cce98ca3c5cda5ea28a7e582 Mon Sep 17 00:00:00 2001 From: GuillaumeAssier Date: Thu, 25 Sep 2025 12:08:19 +0200 Subject: [PATCH 1/2] docs: Adding a private OCI registry section Signed-off-by: GuillaumeAssier --- docs/src/registries-and-offline.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/registries-and-offline.md b/docs/src/registries-and-offline.md index b1d789ebc..6d38bcbc3 100644 --- a/docs/src/registries-and-offline.md +++ b/docs/src/registries-and-offline.md @@ -21,6 +21,14 @@ insecure=true For more, see [containers-registries.conf](https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md). +## Private registries + +It's common to use a private repository when deploying a fleet of bootc instances. + +In addition to registry configuration, if you want to use a private registry, you'll need to address authentication. Place a `auth.json` file in the directory `/etc/ostree/auth.json`. + +For more, see [auth.json](https://man.archlinux.org/man/containers-auth.json.5) + ## Disconnected and offline updates It is common (a best practice even) to maintain systems which default From 7c6f6f232f8863509c6cb3af28f53dccb59cb280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Assier=20=F0=9F=8C=A4=EF=B8=8F?= <18405490+GuillaumeASSIER@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:34:15 +0200 Subject: [PATCH 2/2] Update docs/src/registries-and-offline.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Guillaume Assier 🌤️ <18405490+GuillaumeASSIER@users.noreply.github.com> --- docs/src/registries-and-offline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/registries-and-offline.md b/docs/src/registries-and-offline.md index 6d38bcbc3..880fcf8e2 100644 --- a/docs/src/registries-and-offline.md +++ b/docs/src/registries-and-offline.md @@ -25,7 +25,7 @@ For more, see [containers-registries.conf](https://github.com/containers/image/b It's common to use a private repository when deploying a fleet of bootc instances. -In addition to registry configuration, if you want to use a private registry, you'll need to address authentication. Place a `auth.json` file in the directory `/etc/ostree/auth.json`. +In addition to registry configuration, private registries require authentication. This is configured by placing an `auth.json` file at `/etc/ostree/auth.json`. For more, see [auth.json](https://man.archlinux.org/man/containers-auth.json.5)