mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
1d9991fe24
## Issue being fixed or feature implemented Should hopefully fix https://github.com/dashpay/dash-dev-branches/actions/runs/6939402277/job/18876687119 #5716 follow-up ## What was done? `$GITHUB_REPOSITORY` is not available inside docker, pass it inside ## How Has This Been Tested? ## Breaking Changes n/a ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ |
||
---|---|---|
.. | ||
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