You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2019. It is now read-only.
Each minor bitcoind version gets its own Dockerfile in it's own 0.X directory,
All bitcoind versions are build atop of lncm/berkeleydb:db-4.8.30.NC which was build through an automated pipeline (amd64 on Docker Hub, and arm using qemu on Travis),
amd64 image of bitcoind is build on docker hub upon tagging,
arm image of bitcoind is build manually on our RBP,
A manifest binding both together is created manually upon both builds completion,
/home/bitcoin/.bitcoin is abandoned in favour of the default /root/.bitcoin,
upstream maintainers are removed
BDB is now an external build stage
TODO for this issue: create Docker Hub automation pipeline that builds amd64 image, so that each 0.X.Y git tag triggers a build of a Dockerfile from 0.X/ folder.
Issue can be closed after:
build automation is added to lncm/docker-bitcoind
bitcoind stuff is removed from dockerfiles
at least one successful bitcoind has been deployed to lncm/bitcoind (with manifest)