linka-cloud / d2vm

Build Virtual Machine Image from Dockerfile or Docker image
Apache License 2.0
208 stars 31 forks source link

JFYI a similar approach by Rancher with elemental-toolkit #17

Closed j-landru closed 1 year ago

j-landru commented 1 year ago

Just for your information Suse/Rancher activly works on a similar idea in a gitops approach. See elemental-toolkit

Could be an interesting source of inspiration for your project.

Regards.

Adphi commented 1 year ago

Thanks @j-landru. I'm not sure it is that similar. It seems to me to be way more complex and the dependency on cloud-init is a no go as it requires python to be installed and systemd is not compatible with Alpine.