Sign inSign up

nmaas87/docker-raspbian_qemu

By nmaas87

Updated over 7 years ago

qemu Build of resin.io Raspbian (Stretch / Jessie (latest and fixed versions)) for crosscompiling

Image
1

3.2K

nmaas87/docker-raspbian_qemu repository overview

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

Tag summary

Content type

Image

Digest

Size

54.1 MB

Last updated

over 7 years ago

docker pull nmaas87/docker-raspbian_qemu