Skip to content

Commit e1a4bcf

Browse files
yconstclaude
andcommitted
Fix Docker image name and remove obsolete version field
- Change image from osrf/ros:humble-ros-base to ros:humble-ros-base - Remove obsolete 'version' field from docker-compose.yml The official ROS Docker images are at ros:*, not osrf/ros:*. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2d26bd7 commit e1a4bcf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
version: '3.8'
2-
31
services:
42
ros2:
5-
image: osrf/ros:humble-ros-base
3+
image: ros:humble-ros-base
64
container_name: tinymovr_ros2
75
privileged: true
86
network_mode: host

0 commit comments

Comments
 (0)