Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release management proposal #93

Open
tomav opened this issue Oct 3, 2021 · 3 comments
Open

Release management proposal #93

tomav opened this issue Oct 3, 2021 · 3 comments

Comments

@tomav
Copy link

tomav commented Oct 3, 2021

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.

@vanthome
Copy link

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

@kylemanna
Copy link
Owner

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.

@rubo
Copy link

rubo commented Dec 24, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants