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)
Already done in
lncm/docker-bitcoind.The way it's currently envisioned is:
bitcoindversion gets its ownDockerfilein it's own0.Xdirectory,bitcoindversions are build atop oflncm/berkeleydb:db-4.8.30.NCwhich was build through an automated pipeline (amd64on Docker Hub, andarmusingqemuon Travis),amd64image ofbitcoindis build on docker hub upon tagging,armimage ofbitcoindis build manually on our RBP,Also, @nolim1t please take a look at https://github.com/lncm/docker-bitcoind/blob/master/0.17/Dockerfile and comment. Note that some things change, ex:
/home/bitcoin/.bitcoinis abandoned in favour of the default/root/.bitcoin,Issue can be closed after:
lncm/docker-bitcoindbitcoindstuff is removed fromdockerfilesbitcoindhas been deployed tolncm/bitcoind(with manifest)