Files
wunker-os/README.md
T

26 lines
880 B
Markdown

# wunker-os
[![pipeline status](https://gitlab.com/wunker-bunker/wunker-os/badges/main/pipeline.svg)](https://gitlab.com/wunker-bunker/wunker-os/-/commits/main)
For more info, check out the [blue-build homepage](https://blue-build.org/).
![bluebuild](bluebuild.gif)
## Installation
To rebase an existing Silverblue/Kinoite installation to the latest build:
```bash
sudo bootc switch --enforce-container-sigpolicy harbor.jpnet.dev/wunker-os/<VARIANT>:<TAG>
```
## Verification
These images are signed with sisgstore's [cosign](https://docs.sigstore.dev/cosign/overview/). You can verify the signature by running the following command:
```bash
cosign verify --key https://gitlab.com/wunker-bunker/wunker-os/-/raw/main/cosign.pub harbor.jpnet.dev/wunker-os/<VARIANT>:<TAG>
```
Where `VARIANT` is the image from the recipe you choose, and `TAG` is the version of the image.