mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
6699b0228f
* contrib: set the working directory to /src/dash to allow for cloning gitian dependencies * contrib: place the home directory inside /home instead of root * contrib: add notes about sharing ccache across the network * contrib: chown based on the (u/g)id env vars instead of the associated username * contrib: reduce layer count by reducing run invocations * contrib: develop container cleanup and maintenance - add apt-cacher-ng, gpg, lsb-release, screen as a package dependencies - reorder packages in alphabetical order - correct documentation - create and add user to the docker group to satisfy Gitian's needs - reduce the number of RUN calls to reduce layer count |
||
---|---|---|
.. | ||
docker-entrypoint.sh | ||
Dockerfile | ||
Dockerfile.GitHubActions.Dispatch | ||
Dockerfile.GitHubActions.Gitian | ||
Dockerfile.GitHubActions.Release | ||
README.md |
This docker image is built and pushed from travis. It does not contain any default configs or any special startup scripts. This is to keep it simple and to not copy too much logic from the official/supported Docker Images found at https://hub.docker.com/r/dashpay/dashd/
The image is mostly used for devops purposes, e.g. for testnet/devnet deployments. Regular users should use the official images instead of this one.
NOTE: Please update the image description at https://hub.docker.com/r/dashpay/dashd-develop/ when changing the above text