Update README

This commit is contained in:
River 2025-04-10 10:36:55 -04:00
parent 7c38dddd06
commit cb75745042
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

@ -1,3 +1,15 @@
# image-builder # HalogenOS Image Builder
Docker files and scripts for building and serving signed HalogenOS images, both for install and OTA. This repository is the primary set of instrumentation used to build and distribute signed updates and installation images for HalogenOS.
## What is it?
This repo holds a set of files necessary for creating bootable HalogenOS images. This includes:
- A Docker Compose file, defining a Gentoo build environment and a web server for distribution
- Scripts that build, sign, and distribute HalogenOS images
- Package lists
- Configuration files
- Submodules that contain code for binaries
These files allow a server to build a working image, sign it with a release key, and distribute it to clients running HalogenOS configured to update from that server. Performing updates on the server side allows for easier testing, development, and reproducibility, while removing complexity and performance demands from clients.