Skip to content

Commit

Permalink
Update administration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Dec 12, 2024
1 parent ae64d69 commit 78b0327
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<details>

<summary>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:</summary>

```sh
sudo bootc switch ghcr.io/ublue-os/bluefin:stable --enforce-container-sigpolicy
Expand Down Expand Up @@ -202,6 +204,8 @@ Use the `skopeo inspect` command to query information from an image:
skopeo inspect docker://ghcr.io/ublue-os/bluefin
```

</details>

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.
Expand Down

0 comments on commit 78b0327

Please sign in to comment.