mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
e805f790e3
* Automatically build and push docker image to dashpay/dashd-develop * Remove DOCKER_REPO env var from .travis.yml and add new-line to .gitignore This should not have been there and results in errournous pushes to "dashpay/dashd/dashpay/dashd-develop". Also add missing new-line in .gitignore * Fix Travis build failures happening due to large writes to stdout Travis issue: https://github.com/travis-ci/travis-ci/issues/4704 Build failure happened since the introduction of secrets in .travis.yml * Fix BUILD_DIR Due to changes in develop the build dir has changed to be just "build". * Remove bogus upload example from .travis.yml * Switch to pushing on "develop" branch Used "pr_docker" before for testing purposes. * Only push docker image when TRAVIS_PULL_REQUEST = false
8 lines
547 B
Markdown
8 lines
547 B
Markdown
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** |