From 44e94e2d89737714b9b10e3fd7ad48d8d1866773 Mon Sep 17 00:00:00 2001 From: Onur Ulusoy <55711122+0nurulusoy@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:54:20 +0300 Subject: [PATCH] Update MaestroHub template image to public Docker Hub Point the MaestroHub edge template at maestrohub/lite:latest (public Docker Hub) instead of the us-docker.pkg.dev GAR mirror. Same multi-arch image (linux/amd64 + linux/arm64); :latest tracks the newest stable release. Co-Authored-By: Claude Opus 4.8 --- edge/maestrohub/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edge/maestrohub/docker-compose.yml b/edge/maestrohub/docker-compose.yml index ea4af010..7eb4981c 100644 --- a/edge/maestrohub/docker-compose.yml +++ b/edge/maestrohub/docker-compose.yml @@ -1,6 +1,6 @@ services: maestrohub: - image: us-docker.pkg.dev/maestrohubtests/maestrohub/maestrohub-lite:latest + image: maestrohub/lite:latest container_name: maestrohub restart: unless-stopped ports: