docs: Talk about ostree container commit

Came up in chat.
This commit is contained in:
Colin Walters 2024-01-25 16:28:27 -05:00
parent 603a196eec
commit 45124baff7
1 changed files with 11 additions and 0 deletions

View File

@ -116,6 +116,17 @@ If your systems management tooling discovers SSH keys dynamically
on boot (cloud-init, afterburn, etc.) this helps ensure that there's fewer
conflicts around "source of truth" for keys.
### Usage of `ostree container commit`
While you may find `RUN ostree container commit` as part of some
container builds, specifically this project aims to use
`root.transient` which obviates most of the incompatibility
detection done in that command.
In other words it's not needed and as of recently does very little. We are likely
to introduce a new static-analyzer type process with a different name
and functionality in the future.
## Example repositories
The following git repositories have some useful examples: