kylemanna / docker-bitcoind

💰 Bitcoind Docker image that runs the Bitcoin node in a container for easy deployment
https://hub.docker.com/r/kylemanna/bitcoind/
MIT License
635 stars 406 forks source link

Tag images based on bitcoincore version #108

Open ayrat555 opened 1 year ago

ayrat555 commented 1 year ago

Would it be possible to build and push images based on docker-core versions. For example, if I want to use an older version of bitcoin core?

sethforprivacy commented 6 months ago

Not intending to push my fork, but I do this for all Core versions since I forked off programmatically:

https://github.com/sethforprivacy/docker-bitcoind/pkgs/container/bitcoind

Happy to PR the Github Actions for this if @kylemanna is interested, but IIRC he prefers to do manual builds.