From 29b398976e05055cb1ce68f4ef00cea7f77cf51a Mon Sep 17 00:00:00 2001 From: reachableceo Date: Tue, 11 Aug 2026 18:53:26 -0500 Subject: [PATCH] fix(oam): correct UNPoller image to ghcr.io/unpoller/unpoller:latest [#337] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UNPoller Docker image moved to ghcr.io/unpoller/unpoller. Container now pulls and runs successfully (v3.4.1, Prometheus metrics on :9130). Auth failing as expected with CHANGE_ME placeholder creds. 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- oam/unpoller/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oam/unpoller/setup.sh b/oam/unpoller/setup.sh index 77beeac..f116d6d 100644 --- a/oam/unpoller/setup.sh +++ b/oam/unpoller/setup.sh @@ -47,7 +47,7 @@ CONFEOF cat > /opt/oam/unpoller/docker-compose.yml <<'DCEOF' services: unpoller: - image: ghcr.io/unpoller/unpoller:2.13.2 + image: ghcr.io/unpoller/unpoller:latest container_name: oam-unpoller environment: - UP_UNIFI_DEFAULT_URL=https://pfv-bms.knel.net:8443