umiddelb / armhf

interesting stuff about arm devices (Utilite, SolidRun, Odroid)
733 stars 114 forks source link

Script for Docker building #3

Closed stuart-c closed 9 years ago

stuart-c commented 9 years ago

A script based on the Dockerfile changes to build a specificed version of Docker

umiddelb commented 9 years ago

merged

umiddelb commented 9 years ago

Hi

thank you for the script. I'm just trying to build docker 1.6.0 (by hand, since there are new modifications in Dockerfile). I've seen, that you switched from ARMv7 to ARMv5 support, but I'm afraid that this setting alone won't be sufficient in order to get this binaries compatible to the ARMv5 platform. Why? The docker binary is compiled inside of an ARMv7 ubuntu container, i.e. the go / gcc binary format is still armhf.

stuart-c commented 9 years ago

Hi,

The ARMv5 support was still targeting armhf rather than armel to cover things like the Raspberry Pi 1 (ARMv6 armhf).