Skip to content

Commit

Permalink
🚚 Switch the everest-demo packages
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
shankari committed Nov 15, 2024
1 parent b613ba6 commit 88e6151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maeve/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 88e6151

Please sign in to comment.