Dieter Reuter
Dieter Reuter
We do have a new [SD image](https://github.com/hypriot/image-builder-rpi/releases/tag/v1.0.0-rc1) with Docker v1.12.1-rc1 now which is only 252M in size. So I would be happy if you could start with this one, as...
@glynhudson probably I should write some details about the similarities and the differences between Raspbian and HypriotOS first: - HypriotOS uses all the rootfs packages directly from Raspbian, but we...
@beaylott you're right. Using `resin/rpi-raspbian:jessie` is the best starting place if you're using some Pi related software and tools like accessing the Pi hardware etc. Alpine is extremely slim and...
Just a side note: developing Docker images directly on a Pi could be somewhat slow, this is the reason we're doing almost all of our work on Scaleway cloud servers...
You are right, this project was initially built just for Intel x64. With some work you can compile all things on arm64 and build a arm64 Docker image. Should be...