Commit 266c5c2
committed
Allow customizing moveit2 docker image tag (#222).
Currently, the build script for the moveit2 image picks latest as the tag,
which prevents us from easily customizing the tag during the build.
This commit adjusts the build script for the moveit2 image to pick a tag passed
in a variable as MOVEIT2_TAG. If the variable is not set, the latest is used
instead, defaulting to the current behavior.1 parent 47d23b1 commit 266c5c2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments