From 88e615127e5372c685166353e0be656f8e65b839 Mon Sep 17 00:00:00 2001 From: Shankari Date: Thu, 14 Nov 2024 18:08:48 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Switch=20the=20everest-demo=20pa?= =?UTF-8?q?ckages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switch the maeve running `docker-compose` to the main ever est demo repo, and to the new tag names (consistent with b613b a6c49f00339a090abe033aecfb45101dbad) Testing done: - Retagged my local copies of the images ``` sdesk-35737s:everest-demo kshankar$ docker tag ghcr.io/us- joet/everest-demo/gateway:0.0.16 ghcr.io/everest/everest-demo/ maeve-gateway:0.0.17-localbuild sdesk-35737s:everest-demo kshankar$ docker tag ghcr.io/us- joet/everest-demo/gateway:0.0.16 ghcr.io/everest/everest-demo/ maeve-gateway:0.0.17-localbuild ``` - ran the demo script - images were found and used properly Signed-off-by: Shankari --- maeve/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maeve/docker-compose.yml b/maeve/docker-compose.yml index d9bafda4..a49a4975 100644 --- a/maeve/docker-compose.yml +++ b/maeve/docker-compose.yml @@ -26,7 +26,7 @@ services: retries: 3 gateway: - image: ghcr.io/us-joet/everest-demo/gateway:${TAG} + image: ghcr.io/everest/everest-demo/maeve-gateway:${TAG} depends_on: mqtt: condition: service_healthy @@ -67,7 +67,7 @@ services: user: "${UID}:${GID}" manager: - image: ghcr.io/us-joet/everest-demo/manager:${TAG} + image: ghcr.io/everest/everest-demo/maeve-manager:${TAG} build: context: manager depends_on: