Merge pull request #207 from cgwalters/doc-ostree-container-commit

docs: Talk about ostree container commit
This commit is contained in:
Colin Walters 2024-01-26 13:52:02 -05:00 committed by GitHub
commit 7ff2c0151d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 on boot (cloud-init, afterburn, etc.) this helps ensure that there's fewer
conflicts around "source of truth" for keys. 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 ## Example repositories
The following git repositories have some useful examples: The following git repositories have some useful examples: