dash/contrib/containers/deploy
Konstantin Akimov 097a8e7196
non-scripted-diff: bump copyright year to 2023
that's a result of:
contrib/devtools/copyright_header.py update ./

it is not scripted diff, because it works differentlly on my localhost and in CI:
CI doesn't want to use git commit date which is mocked to 30th Dec of 2023
2024-02-24 11:05:37 -06:00
..
docker-entrypoint.sh non-scripted-diff: bump copyright year to 2023 2024-02-24 11:05:37 -06:00
Dockerfile ci: harmonize parent images, use focal consistently 2023-05-11 09:18:48 -05:00
Dockerfile.GitHubActions.Dispatch docker: fix gitian support, optimize container layer count and improve script consistency (#4983) 2022-08-22 22:42:36 +03:00
Dockerfile.GitHubActions.Release chore: do not include dash-qt in the docker images (#5775) 2023-12-21 21:59:01 -06:00
README.md build: relocate *net deployment logic to their own directories 2021-12-21 12:41:00 +05:30

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