siderolabs / image-factory

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

feat: use OCI layout when passing images to the imager #41

Closed smira closed 11 months ago

smira commented 11 months ago

Fixes #39

This fixes for all image pulls to be part of the Image Factory itself, Talos imager now never pulls on its own.

Installer image (base) is passed as an OCI layout to the imager, and same for extension images (for consistency).

Virtual schematic extension is passed as .tar, as it doesn't make a difference actually.

smira commented 11 months ago

Depends on https://github.com/siderolabs/talos/pull/7860

smira commented 11 months ago

/m