siderolabs / image-factory

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

OCI Caching Registry #4

Closed smira closed 11 months ago

smira commented 1 year ago

Image generation is an expensive operation, so we should rather cache the output.

As the input to the image generation defines the output fully, we can cache by the image generation input.

If the output is a container image, it can be cached natively, other output formats (e.g. UKI) can be stored as generic artifacts.