Benjamin Sherman fa41079040 feat: add tailscale
2023-03-07 23:48:54 -06:00
2023-03-07 23:48:54 -06:00
2022-12-19 21:24:37 -08:00
2022-12-26 14:58:42 -08:00

Serverblue

build-serverblue

Serverblue is an OCI based off of Fedora CoreOS that is tuned for use as a home & small server operating system.

The maintainers of the Serverblue project are not liable for any damage that may occur during use of the operating system.

Usage

Warning: This is an experimental feature and should not be used in production, try it in a VM for a while, you have been warned!

sudo rpm-ostree rebase --experimental --bypass-driver ostree-unverified-registry:ghcr.io/kylegospo/serverblue:latest

We build date tags as well, so if you want to rebase to a particular day's release:

sudo rpm-ostree rebase --experimental --bypass-driver ostree-unverified-registry:ghcr.io/kylegospo/serverblue:20221217 

The latest tag will automatically point to the latest build.

Verification

These images are signed with sisgstore's cosign. You can verify the signature by downloading the cosign.pub key from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/kylegospo/serverblue
Description
No description provided
Readme Apache-2.0 432 KiB
Languages
Shell 79.8%
Dockerfile 11.2%
Just 9%