From 78b032704df6e26e5f6158c86261994c532d420f Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Thu, 12 Dec 2024 11:36:57 -0500 Subject: [PATCH] Update administration.md --- docs/administration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/administration.md b/docs/administration.md index 759ba95..4f9256f 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -166,7 +166,9 @@ Use the `bootc switch` command to move to a newer or older version: #### Manual Rebase Examples -In this example we're rebasing to `:stable`, which is the latest stable release of Fedora (currently 40). The `--enforce-container-sigpolicy` is important to ensure you're checking the signature of the produced image: +
+ +In this example we're rebasing to `:stable`, which is the latest stable release of Fedora (currently 40). The `--enforce-container-sigpolicy` is important to ensure you're checking the signature of the produced image: ```sh sudo bootc switch ghcr.io/ublue-os/bluefin:stable --enforce-container-sigpolicy @@ -202,6 +204,8 @@ Use the `skopeo inspect` command to query information from an image: skopeo inspect docker://ghcr.io/ublue-os/bluefin ``` +
+ This will show all the available tags and useful metadata like image and kernel versions. Check the [Fedora Silverblue User Guide](https://docs.fedoraproject.org/en-US/fedora-silverblue/) for more information.