amacneil / docker-bitcoin

Bitcoin images for Docker
https://hub.docker.com/r/amacneil/bitcoin/
MIT License
52 stars 76 forks source link

Adds missing Unlimited, Classic and XT versions #35

Closed sgtsquiggs closed 7 years ago

sgtsquiggs commented 7 years ago

Unlimited's bitcoin cash version caused some funny business (BUCash.blah.tar.gz instead of bitcoinBlah.tar.gz, and the version for 1.1.0.0 is missing a 'v').

amacneil commented 7 years ago

Thanks for the PR! I want to try a different approach to the BUcash issue, which I will do when I have a bit of spare time. In the meantime if you want to make separate PRs for the other new releases I would be happy to merge them.

sgtsquiggs commented 7 years ago

Sounds good to me. I see you've already merged in the XT, Classic versions. The hack to get BU fixed was ugly; using the actual filename instead of a wildcard would definitely be a better solution.