ruimarinho/docker-bitcoin-core

22-alpine image is missing

Closed this issue · 4 comments

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

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?

It is. I had 0.22-alpine on accident.

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

Already fixed it :) thanks for pointing it out!