ruimarinho / docker-bitcoin-core

A bitcoin-core docker image
https://hub.docker.com/r/ruimarinho/bitcoin-core/
MIT License
369 stars 208 forks source link

22-alpine image is missing #125

Closed dmp1ce closed 2 years ago

dmp1ce commented 2 years ago

22.0-alpine is duplicated in the README and I couldn't pull 22-alpine image like I would have expected.

ruimarinho commented 2 years ago

Appears to be working here:

❯ docker run --rm -it ruimarinho/bitcoin-core:22.0-alpine --version
/entrypoint.sh: assuming arguments for bitcoind
/entrypoint.sh: setting data directory to /home/bitcoin/.bitcoin

Bitcoin Core version v22.0.0
❯ docker run --rm -it ruimarinho/bitcoin-core:22-alpine --version
/entrypoint.sh: assuming arguments for bitcoind
/entrypoint.sh: setting data directory to /home/bitcoin/.bitcoin

Bitcoin Core version v22.0.0

What am I missing?

dmp1ce commented 2 years ago

It is. I had 0.22-alpine on accident.

dmp1ce commented 2 years ago

The pull is working fine, but I think the README is still wrong.

ruimarinho commented 2 years ago

Already fixed it :) thanks for pointing it out!