Skip to content

Commit d340874

Browse files
GuillaumeASSIERcgwalters
authored andcommitted
docs: Adding a private OCI registry section
Signed-off-by: GuillaumeAssier <[email protected]>
1 parent 788162f commit d340874

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/registries-and-offline.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ insecure=true
2121

2222
For more, see [containers-registries.conf](https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md).
2323

24+
## Private registries
25+
26+
It's common to use a private repository when deploying a fleet of bootc instances.
27+
28+
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`.
29+
30+
For more, see [auth.json](https://man.archlinux.org/man/containers-auth.json.5)
31+
2432
## Disconnected and offline updates
2533

2634
It is common (a best practice even) to maintain systems which default

0 commit comments

Comments
 (0)