Skip to content

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

License

Notifications You must be signed in to change notification settings

ma314smith/docker-cross-buildable-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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" ]

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published