iximiuz / docker-to-linux

Make bootable Linux disk image (ab)using Docker
https://iximiuz.com/en/posts/from-docker-container-to-bootable-linux-disk-image/
669 stars 93 forks source link

WIP: Take a stab at Raspbian #8

Closed JohnnyMarnell closed 4 years ago

JohnnyMarnell commented 4 years ago

Almost working, raspbian successfully builds and boots with qemu, however with a different kernel.

JohnnyMarnell commented 4 years ago

This. Is. So. Cool. Haha, it's exactly what I want, I'm trying to get it to work with Raspbian + qemu. I think (?) I'm close but could use some help, this is all above my pay grade.

iximiuz commented 4 years ago

Hi @JohnnyMarnell, thanks a lot for your contribution! I'm fine with merging it when/if it's done. Unfortunately, I cannot help here myself due to lack of time & Raspberry Pi experience.

JohnnyMarnell commented 4 years ago

Thanks for the reply, I think qemu / ARM adds too many layers to figure out, giving Packer a try at the moment. (And missing Docker layer caching for sure lol).