mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-27 10:20:49 +00:00
445bdc768fe1348699b16a92ebafc499ada746b5
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
Languages
Shell
79.8%
Dockerfile
11.2%
Just
9%