Skip to content

Commit

Permalink
Merge pull request #2686 from JdeRobot/2685-change-docker-image-to-la…
Browse files Browse the repository at this point in the history
…test

Changing robotics backend tag to latest
  • Loading branch information
javizqh authored Aug 2, 2024
2 parents 4fa5216 + c1c922d commit 532c8ee
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion compose_cfg/dev_humble_cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
robotics-academy:
image: jderobot/robotics-backend:4.6.4
image: jderobot/robotics-backend:latest
container_name: developer-container
ports:
- "7164:7164"
Expand Down
2 changes: 1 addition & 1 deletion compose_cfg/dev_humble_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
robotics-academy:
image: jderobot/robotics-backend:4.6.4
image: jderobot/robotics-backend:latest
container_name: developer-container
devices:
- /dev/dri/card0:/dev/dri/card0
Expand Down
2 changes: 1 addition & 1 deletion compose_cfg/dev_humble_nvidia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
robotics-academy:
image: jderobot/robotics-backend:4.6.4
image: jderobot/robotics-backend:latest
container_name: developer-container
deploy:
resources:
Expand Down
2 changes: 1 addition & 1 deletion compose_cfg/user_humble_cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
robotics-academy:
image: jderobot/robotics-backend:4.6.4
image: jderobot/robotics-backend:latest
container_name: user_container
ports:
- "7164:7164"
Expand Down
2 changes: 1 addition & 1 deletion compose_cfg/user_humble_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
robotics-academy:
image: jderobot/robotics-backend:4.6.4
image: jderobot/robotics-backend:latest
container_name: user_container
devices:
- /dev/dri/card0:/dev/dri/card0
Expand Down
2 changes: 1 addition & 1 deletion compose_cfg/user_humble_nvidia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
robotics-academy:
image: jderobot/robotics-backend:4.6.4
image: jderobot/robotics-backend:latest
container_name: user_container
deploy:
resources:
Expand Down

0 comments on commit 532c8ee

Please sign in to comment.