Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #207 from cgwalters/doc-ostree-container-commit
Browse files Browse the repository at this point in the history
docs: Talk about ostree container commit
  • Loading branch information
cgwalters authored Jan 26, 2024
2 parents e70fb1b + 45124ba commit 7ff2c01
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7ff2c01

Please sign in to comment.