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 has been 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)
The text was updated successfully, but these errors were encountered:
Already done in
lncm/docker-bitcoind
.The way it's currently envisioned is:
bitcoind
version gets its ownDockerfile
in it's own0.X
directory,bitcoind
versions are build atop oflncm/berkeleydb:db-4.8.30.NC
which was build through an automated pipeline (amd64
on Docker Hub, andarm
usingqemu
on Travis),amd64
image ofbitcoind
is build on docker hub upon tagging,arm
image ofbitcoind
is 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/.bitcoin
is abandoned in favour of the default/root/.bitcoin
,Issue can be closed after:
lncm/docker-bitcoind
bitcoind
stuff is removed fromdockerfiles
bitcoind
has been deployed tolncm/bitcoind
(with manifest)The text was updated successfully, but these errors were encountered: