mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 08:01:14 +02:00
Switch from naming DIGESTS based in disk image name to a common prefix. old: coreos_production_qemu_image.img.DIGESTS -> new: coreos_production_qemu.DIGESTS The old behavior wasn't very consistent since plain disk images aren't used by all types and the code implementing that was easy to brake, namely by mistake coreos_production_pxe_image.cpio.gz.DIGESTS became coreos_production_pxe.vmlinuz.DIGESTS a couple releases ago. The old names will continue to exist as well for the time being to avoid breaking existing install/download scripts and the original pxe DIGESTS name is back.