We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f856f0d commit a1344f3Copy full SHA for a1344f3
Dockerfile
@@ -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
+
11
ARG FROM_IMAGE=ros:foxy
12
ARG OVERLAY_WS=/opt/overlay_ws
13
0 commit comments