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:
@@ -338,13 +338,13 @@
|
|||||||
{
|
{
|
||||||
"id": "lnd",
|
"id": "lnd",
|
||||||
"title": "LND",
|
"title": "LND",
|
||||||
"version": "0.18.4",
|
"version": "0.21.2",
|
||||||
"description": "Lightning Network implementation by Lightning Labs. Enables instant, low-cost Bitcoin payments.",
|
"description": "Lightning Network implementation by Lightning Labs. Enables instant, low-cost Bitcoin payments.",
|
||||||
"icon": "/assets/img/app-icons/lnd.png",
|
"icon": "/assets/img/app-icons/lnd.png",
|
||||||
"author": "Lightning Labs",
|
"author": "Lightning Labs",
|
||||||
"category": "money",
|
"category": "money",
|
||||||
"tier": "core",
|
"tier": "core",
|
||||||
"dockerImage": "source.archipelago-foundation.org/lfg2025/lnd:v0.18.4-beta",
|
"dockerImage": "source.archipelago-foundation.org/lfg2025/lnd:v0.21.2-beta",
|
||||||
"repoUrl": "https://github.com/lightningnetwork/lnd",
|
"repoUrl": "https://github.com/lightningnetwork/lnd",
|
||||||
"requires": [
|
"requires": [
|
||||||
"bitcoin-knots"
|
"bitcoin-knots"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
app:
|
app:
|
||||||
id: lnd
|
id: lnd
|
||||||
name: LND
|
name: LND
|
||||||
version: 0.18.4
|
version: 0.21.2
|
||||||
# Where this app comes from, so scripts/check-upstream-releases.py can
|
# Where this app comes from, so scripts/check-upstream-releases.py can
|
||||||
# tell us when the pin below has fallen behind. Without it nothing can:
|
# tell us when the pin below has fallen behind. Without it nothing can:
|
||||||
# container.image names our mirror, not the project it was mirrored from.
|
# container.image names our mirror, not the project it was mirrored from.
|
||||||
@@ -11,7 +11,7 @@ app:
|
|||||||
description: Lightning Network implementation by Lightning Labs. Enables instant, low-cost Bitcoin payments.
|
description: Lightning Network implementation by Lightning Labs. Enables instant, low-cost Bitcoin payments.
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: source.archipelago-foundation.org/lfg2025/lnd:v0.18.4-beta
|
image: source.archipelago-foundation.org/lfg2025/lnd:v0.21.2-beta
|
||||||
pull_policy: if-not-present
|
pull_policy: if-not-present
|
||||||
network: archy-net
|
network: archy-net
|
||||||
# BITCOIND_HOST must follow the node's actual Bitcoin container — Knots or
|
# BITCOIND_HOST must follow the node's actual Bitcoin container — Knots or
|
||||||
|
|||||||
@@ -338,13 +338,13 @@
|
|||||||
{
|
{
|
||||||
"id": "lnd",
|
"id": "lnd",
|
||||||
"title": "LND",
|
"title": "LND",
|
||||||
"version": "0.18.4",
|
"version": "0.21.2",
|
||||||
"description": "Lightning Network implementation by Lightning Labs. Enables instant, low-cost Bitcoin payments.",
|
"description": "Lightning Network implementation by Lightning Labs. Enables instant, low-cost Bitcoin payments.",
|
||||||
"icon": "/assets/img/app-icons/lnd.png",
|
"icon": "/assets/img/app-icons/lnd.png",
|
||||||
"author": "Lightning Labs",
|
"author": "Lightning Labs",
|
||||||
"category": "money",
|
"category": "money",
|
||||||
"tier": "core",
|
"tier": "core",
|
||||||
"dockerImage": "source.archipelago-foundation.org/lfg2025/lnd:v0.18.4-beta",
|
"dockerImage": "source.archipelago-foundation.org/lfg2025/lnd:v0.21.2-beta",
|
||||||
"repoUrl": "https://github.com/lightningnetwork/lnd",
|
"repoUrl": "https://github.com/lightningnetwork/lnd",
|
||||||
"requires": [
|
"requires": [
|
||||||
"bitcoin-knots"
|
"bitcoin-knots"
|
||||||
|
|||||||
+3254
-3256
File diff suppressed because one or more lines are too long
@@ -28,7 +28,7 @@ ARCHY_REGISTRY_FALLBACK=""
|
|||||||
# halts pending the BIP110/RDTS consensus decision, so a moving tag can freeze
|
# halts pending the BIP110/RDTS consensus decision, so a moving tag can freeze
|
||||||
# the fleet's chain sync. Bumping this is a consensus decision.
|
# the fleet's chain sync. Bumping this is a consensus decision.
|
||||||
BITCOIN_KNOTS_IMAGE="$ARCHY_REGISTRY/bitcoin-knots:29.3.knots20260210"
|
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"
|
ELECTRUMX_IMAGE="$ARCHY_REGISTRY/electrumx:v1.18.0"
|
||||||
|
|
||||||
# Mempool stack
|
# Mempool stack
|
||||||
|
|||||||
Reference in New Issue
Block a user