From a089e5271bd54f6b39eb7383bb50f2d751fcbc1a Mon Sep 17 00:00:00 2001 From: petruknw Date: Wed, 20 May 2026 23:14:00 +1000 Subject: [PATCH] fix: point image to alexbelgium-built registry so Dockerfile/rootfs overlay is actually used Previously image: pointed directly at the upstream ghcr.io/lklynet/aurral, meaning the Dockerfile was never built and the rootfs overlay (including the entrypoint fix) was never applied. Changed to ghcr.io/alexbelgium/aurral-{arch} which is where the CI build pushes the image built FROM the upstream via build.json. --- aurral/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurral/config.yaml b/aurral/config.yaml index 2ac94f197c..b88b846e7b 100644 --- a/aurral/config.yaml +++ b/aurral/config.yaml @@ -9,7 +9,7 @@ arch: - aarch64 - amd64 -image: ghcr.io/lklynet/aurral +image: ghcr.io/alexbelgium/aurral-{arch} init: false