Skip to content

Commit a1344f3

Browse files
committed
Add comment with build example
1 parent f856f0d commit a1344f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# This dockerfile can be configured via --build-arg
2+
# Build context must be the /ros2_rust root folder for COPY.
3+
# Example build command:
4+
# export OVERLAY_MIXINS="debug ccache coverage"
5+
# export RUN_TESTS="true"
6+
# docker build -t nav2:latest \
7+
# --build-arg OVERLAY_MIXINS \
8+
# --build-arg RUN_TESTS
9+
# --pull ./
10+
111
ARG FROM_IMAGE=ros:foxy
212
ARG OVERLAY_WS=/opt/overlay_ws
313

0 commit comments

Comments
 (0)