siderolabs / image-factory

A service to generate Talos boot assets
Mozilla Public License 2.0
60 stars 16 forks source link

Configuration service #2

Closed smira closed 1 year ago

smira commented 1 year ago

Configuration service accepts required image configuration as an input, and produces a hash (ID) of that configuration which will be input to the image service.

Configuration doesn't contain the following:

Talos version can be changed (to upgrade/downgrade) with the same configuration, and output format is driven by the image service.

Not every configuration is compatible with every output format.

### Tasks
- [x] Configuration Input Format
- [ ] Storage Backend
- [x] Configuration API