Skip to content

Commit 977bf65

Browse files
Document possibility to customize moveit2 docker image tag (#222).
A prior commit adjusted the build script for the moveit2 docker image to allow setting the image tag using a variable MOVEIT2_TAG. This commit adjusts the README to document the new functionality.
1 parent 013ce4e commit 977bf65

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

moveit2/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ If building locally, the underlying base image can be set in the [build script](
1919
SPACE_ROS_IMAGE="space-ros:main" ./build.sh
2020
```
2121

22+
Similarly, the tag for the resulting Docker image can be customized using the `MOVEIT2_TAG` environment variable.
23+
For example, to build an image based on the `space-ros:humble-2024.10.0` image and tag it with the same release label use:
24+
25+
```bash
26+
# Use a locally built image as the base
27+
SPACE_ROS_IMAGE="osrf/space-ros:humble-2024.10.0" MOVEIT2_TAG=humble-2024.10.0 ./build.sh
28+
```
29+
2230
The build process will take about 30 minutes, depending on the host computer.
2331

2432
## Running the MoveIt2 Docker Image in a Container

0 commit comments

Comments
 (0)