https://github.com/fu5ha/winter
https://github.com/fu5ha/winter
atomic bluebuild bluebuild-image custom-image image-based immutable linux linux-custom-image oci oci-image operating-system
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fu5ha/winter
- Owner: fu5ha
- License: apache-2.0
- Created: 2026-05-15T23:54:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-31T00:35:23.000Z (about 1 month ago)
- Last Synced: 2026-05-31T01:14:31.656Z (about 1 month ago)
- Topics: atomic, bluebuild, bluebuild-image, custom-image, image-based, immutable, linux, linux-custom-image, oci, oci-image, operating-system
- Language: Nix
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# winter [](https://github.com/fu5ha/winter/actions/workflows/build.yml)
My BlueBuild image(s).
See the [BlueBuild docs](https://blue-build.org/how-to/setup/).
See also, [nix-home-manager](https://github.com/fu5ha/nix-home-manager) which is how I config dev tooling with this.
## Verification
These images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command:
```bash
cosign verify --key cosign.pub ghcr.io/fu5ha/winter
```