dash/docker
strophy fb311468b7
Docker release CI (#4051)
* feat:add github actions

* add release tag

* multi-arch download

* remove erroneous add command

* install wget properly

* parse tag

* no multi-arch for now

* show vars

* more debug

* show uname

* install certs

* manually mutate tag

* fix syntax

* use env

* remove debug

* try docker meta

* try semver with v

* multi-arch

* remove v

* use tag-match

* match group 1

* prepare for dashpay repo

* optimize dockerfile

* remove unnecessary space

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>

* Update .github/workflows/release_docker_hub.yml

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
2021-03-24 13:11:50 +03:00
..
build-docker.sh Make shellcheck happy 2020-07-29 11:20:12 -05:00
Dockerfile build: create mountpoint for named volume (#3765) 2020-10-08 14:34:33 +03:00
Dockerfile.GitHubActions Docker release CI (#4051) 2021-03-24 13:11:50 +03:00
push-docker.sh Make shellcheck happy 2020-07-29 11:20:12 -05:00
README.md Automatically build and push docker image to docker.io/dashpay/dashd-develop (#1809) 2018-01-10 12:17:43 +03:00

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