feat(lnd): build LND 0.21.2-beta in-house and sweep the pin
Demo images / Build & push demo images (push) Failing after 40s
Demo images / Build & push demo images (push) Failing after 40s
Upstream publishes no docker images; our v0.18.4 image was built in-house. This pass: official v0.21.2-beta release binaries (sha256-verified against the signed release manifest), static, on alpine with the same entrypoint shape as our existing image, pushed to our registry and smoke-run. LND 0.21 auto-migrates the channel DB on first start (keeping a backup) — the Update button is user-initiated, never auto-applied.
This commit is contained in:
@@ -28,7 +28,7 @@ ARCHY_REGISTRY_FALLBACK=""
|
||||
# halts pending the BIP110/RDTS consensus decision, so a moving tag can freeze
|
||||
# the fleet's chain sync. Bumping this is a consensus decision.
|
||||
BITCOIN_KNOTS_IMAGE="$ARCHY_REGISTRY/bitcoin-knots:29.3.knots20260210"
|
||||
LND_IMAGE="$ARCHY_REGISTRY/lnd:v0.18.4-beta"
|
||||
LND_IMAGE="$ARCHY_REGISTRY/lnd:v0.21.2-beta"
|
||||
ELECTRUMX_IMAGE="$ARCHY_REGISTRY/electrumx:v1.18.0"
|
||||
|
||||
# Mempool stack
|
||||
|
||||
Reference in New Issue
Block a user