From 48f669727083fe19167810f3a245748df5139069 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 16 Oct 2024 08:17:35 -0400 Subject: [PATCH] Stabilize logically bound images The feature is working as is and provides a lot of value, so let's stabilize it. Signed-off-by: Colin Walters --- docs/src/SUMMARY.md | 2 +- ...logically-bound-images.md => logically-bound-images.md} | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) rename docs/src/{experimental-logically-bound-images.md => logically-bound-images.md} (95%) diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index fd1e4404..f8456e72 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -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) @@ -48,7 +49,6 @@ # Experimental features - [bootc image](experimental-bootc-image.md) -- [logically bound images](experimental-logically-bound-images.md) # More information diff --git a/docs/src/experimental-logically-bound-images.md b/docs/src/logically-bound-images.md similarity index 95% rename from docs/src/experimental-logically-bound-images.md rename to docs/src/logically-bound-images.md index b1e358fa..3394f79d 100644 --- a/docs/src/experimental-logically-bound-images.md +++ b/docs/src/logically-bound-images.md @@ -1,13 +1,8 @@ # Logically Bound Images -Experimental features are subject to change or removal. Please -do provide feedback on them. - -Tracking issue: - ## 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))