https://github.com/damillora/evernight
Damillora's Ever-nightly system image
https://github.com/damillora/evernight
bootc oci
Last synced: 26 days ago
JSON representation
Damillora's Ever-nightly system image
- Host: GitHub
- URL: https://github.com/damillora/evernight
- Owner: Damillora
- License: apache-2.0
- Created: 2025-09-20T19:50:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T06:04:16.000Z (about 2 months ago)
- Last Synced: 2026-05-09T08:42:58.906Z (about 2 months ago)
- Topics: bootc, oci
- Language: Just
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Evernight
> Damillora's Ever-nightly system image
A Fedora Kinoite-based [bootc](https://github.com/bootc-dev/bootc) image, serving as the workstation image of Atelier Damillora.
## Included software
Fedora Kinoite, plus:
### System packages
* `zstd`
* `tailscaled`
* `ksshaskpass`
* `steam-devices`
* RPMFusion codecs
## Installation
First, [Install Kinoite](https://docs.fedoraproject.org/en-US/fedora-kinoite/installation/).
From the newly installed Fedora Kinoite installation, rebase to an unsigned image first, then reboot:
```sh
sudo bootc switch ghcr.io/damillora/evernight:latest
```
After rebooting, rebase to a signed image:
```sh
sudo bootc switch --enforce-container-sigpolicy ghcr.io/damillora/evernight:latest
```
## Acknowledgements
This repo builds upon the [Universal Blue image template](https://github.com/ublue-os/image-template), with additional customization.