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

Commit

Permalink
docs: Talk about ostree container commit
Browse files Browse the repository at this point in the history
Came up in chat.
  • Loading branch information
cgwalters committed Jan 25, 2024
1 parent 603a196 commit 45124ba
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 45124ba

Please sign in to comment.