ruimarinho / docker-bitcoin-core

A bitcoin-core docker image
https://hub.docker.com/r/ruimarinho/bitcoin-core/
MIT License
365 stars 209 forks source link

Add experimental multiarch support for debian variant #93

Closed ruimarinho closed 4 years ago

ruimarinho commented 4 years ago

A follow up to https://github.com/ruimarinho/docker-bitcoin-core/pull/90 based on docker buildx with support for the following architectures on the Debian-based variant of 0.19+ images:

Completely disabled the completely broken Docker Hub / Docker Cloud integration as its simply too slow and unreliable. Next step is removing the semi-broken Travis and replacing it by Github Action.

The path to supporting additional images (going back to 0.13) and even on the alpine-based variant (see https://github.com/bitcoin/bitcoin/blob/a5623ba89f050182ce9b1f570f3736b272b544b2/depends/README.md#for-linux-including-i386-arm-cross-compilation for details). Right now I don't have enough time to explore this, but PRs are welcome.

Any feedback would be greatly appreciated. I might boot my HypriotOS-based RPi3B+ during the weekend to give this a proper test on real hardware.