Skip to content

Commit

Permalink
Ping MoveIt 2 demo to humble-2024.10.0 (#197)
Browse files Browse the repository at this point in the history
The current dockerfile of the moveit2 demo depends on space-ros:latest.  This
may prevent the image from building if we release a new version of Space ROS
but we have not yet adapted the MoveIt 2 demo as needed, breaking the build.

This commit pins the version of the Move It 2 demo to the latest version of
Space ROS that we have tested it with (humble-2024.10.0).
  • Loading branch information
ivanperez-keera committed Jan 31, 2025
1 parent 4841b5e commit 44a7b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# VERSION - The version of Space ROS (default: "preview")
# SPACE_ROS_IMAGE - The base Space ROS image to build on

ARG SPACE_ROS_IMAGE=osrf/space-ros:latest
ARG SPACE_ROS_IMAGE=osrf/space-ros:humble-2024.10.0

FROM ${SPACE_ROS_IMAGE}

Expand Down

0 comments on commit 44a7b53

Please sign in to comment.