Sign inSign up

ma314smith/rpi2-python-qemu

By ma314smith

•Updated over 9 years ago

Cross-build enabled Raspberry Pi 2 image with Python

Image
0

10K+

ma314smith/rpi2-python-qemu repository overview

⁠docker-cross-buildable-images

Images that can be built cross-architecture (build ARM images on the docker hub)

This uses the technique described in https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/⁠

⁠Images

⁠Cross Building

Reference one of the cross-buildable base images, and then use cross-build-start and cross-build-end around your normal docker commands

FROM ma314smith/rpi2-python-qemu

RUN [ "cross-build-start" ]

// your normal docker commands

RUN [ "cross-build-end" ]

Tag summary

Content type

Image

Digest

Size

197.6 MB

Last updated

over 9 years ago

docker pull ma314smith/rpi2-python-qemu