• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

archetech / archon / 28707821531
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: fix/cln-init-image-mismatch
DEFAULT BRANCH: main
Ran 04 Jul 2026 01:36PM UTC
Jobs 1
Files 52
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jul 2026 01:32PM UTC coverage: 91.569%. Remained the same
28707821531

Pull #692

github

macterra
fix(compose): CLN rune-init containers must use the same image as the node

The lightning compose ran the CLN node on ghcr.io/lightning-goats/cl-hive-node
(default 3.4.0) but the three one-shot rune-init containers (drawbridge-init,
rtl-init, lnbits-init) on ghcr.io/archetech/cl-hive-node (default 2.13.2) — a
different fork on a different versioning scheme, yet both keyed off the same
${ARCHON_CLN_VERSION}. So the init `lightning-cli` came from a different
image/version than the running lightningd, and setting ARCHON_CLN_VERSION to a
node tag (e.g. 3.4.0) would make the init containers pull a nonexistent
archetech tag. The archetech/cl-hive-node:2.13.2 tag is also not publicly
resolvable, whereas the node's lightning-goats:3.4.0 image is public and
verified to ship bash + python3 + lightning-cli (all the init scripts need).

Introduce a shared `x-cln-image` YAML anchor pointing at the node's image and
reference it from the node and all three init containers, so the init CLI always
matches the running lightningd and a version bump moves them together. No change
to the rtl/lnbits images. `docker compose config` confirms all four CLN services
resolve to ghcr.io/lightning-goats/cl-hive-node:3.4.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #692: fix(compose): CLN rune-init containers must use the same image as the node

2816 of 3323 branches covered (84.74%)

Branch coverage included in aggregate %.

5851 of 6142 relevant lines covered (95.26%)

882.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28707821531.1 04 Jul 2026 01:36PM UTC 104
93.0
GitHub Action Run
Source Files on build 28707821531
  • Tree
  • List 52
  • Changed 48
  • Source Changed 0
  • Coverage Changed 48
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28707821531
  • Pull Request #692
  • PR Base - main (#28686877020)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc