Skip to content

Why is there no "latest" tag in lighninglabs/lnd image #7027

Answered by guggero
martini1992 asked this question in Q&A
Discussion options

You must be logged in to vote

Because updating lnd should be a conscious decision (operators should read the release notes to see what database migrations are applied and what config changes might be required), I don't think a tag that always points to the latest released version is a good idea. Otherwise things might change unexpectedly from one day to the other.
You could argue that the tag should only be used on testnet or regtest. But if there's a tag, people will go ahead and use it on mainnet as well.

Another argument against a static name tag that's updated regularly is that it does not work with repositories that disallow pushing the same tag twice with different hashes. That's why in addition to the daily-tes…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Roasbeef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants