siderolabs / image-factory

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

feat: implement boot asset cache #46

Closed smira closed 11 months ago

smira commented 11 months ago

Fixes #4

This caches the result of the boot asset build (a call to Talos imager) so that we don't rebuild the asset twice.

OCI Registry is used as a cache. An internal registry can be used for caching, we don't need to expose it to the world.

smira commented 11 months ago

/m