Closed stuart-c closed 9 years ago
merged
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.
Hi,
The ARMv5 support was still targeting armhf rather than armel to cover things like the Raspberry Pi 1 (ARMv6 armhf).
A script based on the Dockerfile changes to build a specificed version of Docker