Skip to content

Commit

Permalink
Stabilize logically bound images
Browse files Browse the repository at this point in the history
The feature is working as is and provides a lot of value, so let's stabilize it.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Oct 16, 2024
1 parent 16b1472 commit 48f6697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

- [Upgrade and rollback](upgrades.md)
- [Accessing registries and offline updates](registries-and-offline.md)
- [Logically bound images](logically-bound-images.md)
- [Booting local builds](booting-local-builds.md)
- [`man bootc`](man/bootc.md)
- [`man bootc-status`](man/bootc-status.md)
Expand Down Expand Up @@ -48,7 +49,6 @@
# Experimental features

- [bootc image](experimental-bootc-image.md)
- [logically bound images](experimental-logically-bound-images.md)

# More information

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Logically Bound Images

Experimental features are subject to change or removal. Please
do provide feedback on them.

Tracking issue: <https://github.com/containers/bootc/issues/128>

## About logically bound images

This experimental feature enables an association of container "app" images to a base bootc system image. Use cases for this include:
This feature enables an association of container "app" images to a base bootc system image. Use cases for this include:

- Logging (e.g. journald->remote log forwarder container)
- Monitoring (e.g. [Prometheus node_exporter](https://github.com/prometheus/node_exporter))
Expand Down

0 comments on commit 48f6697

Please sign in to comment.