Why is there no "latest" tag in lighninglabs/lnd image #7027
-
Would be useful to have a "latest" tag on the lightninglabs/lnd image which would track the latest git tagged release and be the (semi-)stable version of the "daily-testing-only" tag. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Because updating 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 |
Beta Was this translation helpful? Give feedback.
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…