qemu Build of resin.io Raspbian (Stretch / Jessie (latest and fixed versions)) for crosscompiling
3.2K
JESSIE:LATEST
Using the technique from: https://github.com/resin-io-projects/armv7hf-debian-qemu
Wrap your build steps to taint the environment with qemu allowing building on x86_64.
RUN [ "cross-build-start" ]
RUN echo do buid steps here
RUN [ "cross-build-end" ]
This leaves the container as a pure ARM container that could be pulled on a raspberry pi
You can get a bash shell with:
sudo docker run -it --entrypoint=/usr/bin/qemu-arm-static nmaas87/docker-raspbian_qemu /bin/bash
FORKED FROM: https://github.com/tsuckow/rpi-raspbian-qemu UPDATER for qemu FROM: https://github.com/b4tman/armhf-alpine-qemu
Content type
Image
Digest
Size
54.1 MB
Last updated
over 7 years ago
docker pull nmaas87/docker-raspbian_qemu