ucore-main

build-ucore

A WIP common main image for all other Ucore images.

What is this?

This is an OCI base image of Fedora CoreOS with quality of life improvments.

Features

  • Start with Fedora CoreOS image
  • add some packages:
    • cockpit
    • distrobox
    • docker-compose & podman-compose
    • duperemove
    • tailscale and wireguard-tools
  • remove some packages:
    • tookbox
    • zincati
  • Sets automatic staging of updates for system
  • 60 second service stop timeout for reasonably fast shutdowns

Usage

To rebase an Fedora CoreOS machine to the latest release (stable):

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/bsherman/ucore-main:stable

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/bsherman/ucore-main
Description
No description provided
Readme Apache-2.0 432 KiB
Languages
Shell 79.8%
Dockerfile 11.2%
Just 9%