Skip to content

Commit

Permalink
docs: Document registry auth
Browse files Browse the repository at this point in the history
Closes: coreos#4180
  • Loading branch information
cgwalters committed Dec 8, 2022
1 parent 534d02f commit fec5ed8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ For example, `rpm-ostree upgrade` will look for a new container version.
You can also `rpm-ostree apply-live`, etc. It also does still work
to do "client side" `rpm-ostree install` etc.

## Registry authentication

Today, the ostree stack will read `/etc/ostree/auth.json` and `/run/ostree/auth.json`
which are in the same format as documented by [man containers-auth.json](https://github.com/containers/image/blob/main/docs/containers-auth.json.5.md).

## Using custom builds

The ostree container functionality supports layered container images; you can
Expand Down

0 comments on commit fec5ed8

Please sign in to comment.