Skip to content

Commit ee36a86

Browse files
author
Adrian Auer
committed
changing images in compose to latest
1 parent 6523cd6 commit ee36a86

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- "linux/arm64"
1111
args:
1212
ROS_DISTRO: jazzy
13-
image: harbor.hb.dfki.de/helloric/ricbot:jazzy_arm64_001
13+
image: ghcr.io/helloric/ricbot:latest
1414
environment:
1515
- PYTHONUNBUFFERED=1 # important to show error messages if a ros service crashes!
1616
volumes:
@@ -27,7 +27,7 @@ services:
2727
platform: "linux/arm64"
2828
depends_on:
2929
- ui_com
30-
image: harbor.hb.dfki.de/helloric/ui:arm64_001
30+
image: ghcr.io/helloric/helloric/svelte-ui:latest
3131
build:
3232
context: ./svelte-ui/
3333
dockerfile: ./docker/Dockerfile
@@ -37,7 +37,7 @@ services:
3737
ui_com:
3838
restart: always
3939
platform: "linux/arm64"
40-
image: harbor.hb.dfki.de/helloric/ui_com:jazzy_arm64_001
40+
image: ghcr.io/helloric/helloric/helloric_ui_com:latest
4141
build:
4242
context: ./helloric_ui_com/
4343
dockerfile: ./Dockerfile
@@ -57,7 +57,7 @@ services:
5757
ROS_DISTRO: jazzy
5858
stdin_open: true
5959
tty: true
60-
image: harbor.hb.dfki.de/helloric/teleop:jazzy_arm64_001
60+
image: ghcr.io/helloric/teleop:latest
6161

6262
ds4:
6363
platform: "linux/arm64"
@@ -69,4 +69,4 @@ services:
6969
devices:
7070
- /dev:/dev
7171
privileged: true
72-
image: harbor.hb.dfki.de/helloric/ds4:jazzy_arm64_001
72+
image: ghcr.io/helloric/ds4:latest

svelte-ui

0 commit comments

Comments
 (0)