siderolabs / image-factory

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

fix: skip validating image index before pushing #59

Closed smira closed 11 months ago

smira commented 11 months ago

It seems that it requires us to load all image layers into memory, and that is extra work we could skip. We don't expect any actual validation errors, as the image index is built same way every time.

smira commented 11 months ago

/m