Dockerfile of the public image ghcr.io/vulpemventures/bitcoin:latest
Pull the image:
$ docker pull ghcr.io/vulpemventures/bitcoin:latest
Run the image:
$ docker run -v path/to/bitcoin.conf:/home/bitcoin/.bitcoin -d ghcr.io/vulpemventures/bitcoin:latest
To tag a new image with a new version:
- Create a new folder with
VERSION
as directory name and change the Dockerfiles ARGVERSION
- Modify the GH Action in
.github/workflows/docker-publish.yml
changingVERSION
env var - Push in master