Skip to content

Commit 3b49fc5

Browse files
authored
Merge pull request #832 from cgwalters/logical-bound-stable
Stabilize logically bound images
2 parents 16b1472 + 48f6697 commit 3b49fc5

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
- [Upgrade and rollback](upgrades.md)
2121
- [Accessing registries and offline updates](registries-and-offline.md)
22+
- [Logically bound images](logically-bound-images.md)
2223
- [Booting local builds](booting-local-builds.md)
2324
- [`man bootc`](man/bootc.md)
2425
- [`man bootc-status`](man/bootc-status.md)
@@ -48,7 +49,6 @@
4849
# Experimental features
4950

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

5353
# More information
5454

docs/src/experimental-logically-bound-images.md docs/src/logically-bound-images.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# Logically Bound Images
22

3-
Experimental features are subject to change or removal. Please
4-
do provide feedback on them.
5-
6-
Tracking issue: <https://github.com/containers/bootc/issues/128>
7-
83
## About logically bound images
94

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

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

0 commit comments

Comments
 (0)