docker-bitcoind icon indicating copy to clipboard operation
docker-bitcoind copied to clipboard

Release management proposal

Open tomav opened this issue 3 years ago • 3 comments

Hi,

First, good job on this project, have been using it for months and works really good.

I was wondering if you ever thought of having a release available per bitcoin version. Today there's only a latest on docker hub, which does not tell which version we're running.

Lightning Networks actually works like this as you can see on their release page. For the lnd v0.13.1-beta there's a lightninglabs/lnd:v0.13.1-beta docker image.

Docker action can help on this.

Thanks.

tomav avatar Oct 03 '21 11:10 tomav

This is essential to use this container on Kubernetes. Can the author please tell whether they want to implement this?

vanthome avatar Nov 15 '21 16:11 vanthome

Hmm, I'd consider tagging per release but think it's kind of hard to get to a good versioning scheme that is future proof enough.

Thoughts on bitcoind:$UPSTREAM_TAG[-$DOCKER_PATCH]

Examples:

bitcoind:v22.0 (also `latest`)
bitcoind:v0.21.2
bitcoind:v0.21.2-1
bitcoind:v0.21.2-2

Biggest concern would be implementing some testing to make sure this doesn't break and nobody notices.

kylemanna avatar Nov 15 '21 18:11 kylemanna

I want to stress the importance of having a tag per Bitcoin Core version. It's a pity this issue is still open. @kylemanna, could you please prioritize this?

rubo avatar Dec 24 '22 16:12 rubo