These Dockerfiles can be used to build zcashd.
The current objective is to build a base image for each distribution that includes the system packages to build zcashd. From build
images, more targeted images are created.
The process is meant to be automated, but an example docker-build.sh
script is included.
apt-package-list.txt
contains the required packages for debian based systems.
Dockerfile-build.apt
uses that file, and some build time arguments, to build apt based build images.
Currently available images are hosted at https://hub.docker.com/r/electriccoinco/zcashd-build/tags
Dockerfile-gitian.apt
uses the build images to generate images for use with gitian-builder
Currently available images are hosted at https://hub.docker.com/r/electriccoinco/zcashd-gitian/tags
Dockerfile-bbworker.apt
uses the build images for use with buildbot
- bbworker-buildbot.tac is a required worker boot file (most is overridden at instancitation)
- bbworker-requirements.txt is the python package requirements for the buildbot worker
Currently available images are hosted at https://hub.docker.com/r/electriccoinco/zcashd-bbworker/tags
Additional buildbot workers for Centos8 and Arch.
- Dockerfile-bbworker.arch
- Dockerfile-bbworker.centos8