From c07f38a90392b7e956e46cc2030ddf86285ecd87 Mon Sep 17 00:00:00 2001 From: archipelago Date: Fri, 10 Jul 2026 09:51:38 -0400 Subject: [PATCH] fix(apps): repoint image refs from retired git.tx1138.com to vps2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Six manifests still pulled through git.tx1138.com/lfg2025, which is dead — every boot reconcile of archy-btcpay-db/archy-nbxplorer failed at the pull step (live-testing report 2026-07-10; the orchestrator now also falls back to local storage, 3a5c5db1). All six tags verified present on 146.59.87.168:3000/lfg2025 via the registry API. Ships fleet-wide at the next catalog ceremony (catalog manifests override disk ones). Co-Authored-By: Claude Fable 5 --- apps/archy-btcpay-db/manifest.yml | 2 +- apps/archy-mempool-db/manifest.yml | 2 +- apps/archy-nbxplorer/manifest.yml | 2 +- apps/fedimint-gateway/manifest.yml | 2 +- apps/filebrowser/manifest.yml | 2 +- apps/mempool-api/manifest.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/archy-btcpay-db/manifest.yml b/apps/archy-btcpay-db/manifest.yml index 5fce05d8..77f3867c 100644 --- a/apps/archy-btcpay-db/manifest.yml +++ b/apps/archy-btcpay-db/manifest.yml @@ -5,7 +5,7 @@ app: description: Postgres backend for BTCPay and NBXplorer. container: - image: git.tx1138.com/lfg2025/postgres:15.17 + image: 146.59.87.168:3000/lfg2025/postgres:15.17 pull_policy: if-not-present network: archy-net data_uid: "100998:100998" diff --git a/apps/archy-mempool-db/manifest.yml b/apps/archy-mempool-db/manifest.yml index 4d716e7b..3597f5c6 100644 --- a/apps/archy-mempool-db/manifest.yml +++ b/apps/archy-mempool-db/manifest.yml @@ -5,7 +5,7 @@ app: description: MariaDB backend for the mempool explorer stack. container: - image: git.tx1138.com/lfg2025/mariadb:11.4.10 + image: 146.59.87.168:3000/lfg2025/mariadb:11.4.10 pull_policy: if-not-present network: archy-net data_uid: "100998:100998" diff --git a/apps/archy-nbxplorer/manifest.yml b/apps/archy-nbxplorer/manifest.yml index f4b7cd99..21ce43bf 100644 --- a/apps/archy-nbxplorer/manifest.yml +++ b/apps/archy-nbxplorer/manifest.yml @@ -5,7 +5,7 @@ app: description: BTCPay blockchain indexer service. container: - image: git.tx1138.com/lfg2025/nbxplorer:2.6.0 + image: 146.59.87.168:3000/lfg2025/nbxplorer:2.6.0 pull_policy: if-not-present network: archy-net secret_env: diff --git a/apps/fedimint-gateway/manifest.yml b/apps/fedimint-gateway/manifest.yml index 138a3b13..254049a0 100644 --- a/apps/fedimint-gateway/manifest.yml +++ b/apps/fedimint-gateway/manifest.yml @@ -5,7 +5,7 @@ app: description: Fedimint gateway service with automatic LND-or-LDK backend selection. container: - image: git.tx1138.com/lfg2025/gatewayd:v0.10.0 + image: 146.59.87.168:3000/lfg2025/gatewayd:v0.10.0 pull_policy: if-not-present network: archy-net entrypoint: ["sh", "-lc"] diff --git a/apps/filebrowser/manifest.yml b/apps/filebrowser/manifest.yml index 466c819e..2d24bc14 100644 --- a/apps/filebrowser/manifest.yml +++ b/apps/filebrowser/manifest.yml @@ -5,7 +5,7 @@ app: description: Baseline Archipelago file manager service. container: - image: git.tx1138.com/lfg2025/filebrowser:v2.27.0 + image: 146.59.87.168:3000/lfg2025/filebrowser:v2.27.0 pull_policy: if-not-present network: archy-net custom_args: ["--config", "/data/.filebrowser.json"] diff --git a/apps/mempool-api/manifest.yml b/apps/mempool-api/manifest.yml index 29cf1382..24b628ce 100644 --- a/apps/mempool-api/manifest.yml +++ b/apps/mempool-api/manifest.yml @@ -5,7 +5,7 @@ app: description: Backend API for mempool explorer. container: - image: git.tx1138.com/lfg2025/mempool-backend:v3.0.0 + image: 146.59.87.168:3000/lfg2025/mempool-backend:v3.0.0 pull_policy: if-not-present network: archy-net # CORE_RPC_HOST must follow the node's actual Bitcoin container — Knots or