Skip to content

Commit

Permalink
vcs import from underlay.repos file
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Jun 13, 2024
1 parent 667a8ff commit 18bf8a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ RUN rosdep update \
################################################################################
FROM baser AS cacher

# clone underlay source
COPY ./tools/underlay.repos ./
RUN mkdir src && \
vcs import src < underlay.repos

# copy overlay source
COPY ./ ./src/nav2

Expand Down
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
*

# First-order allow exception for select directories
!/.docker
!/cache
!/nav*
!/.docker
!/tools

# Second-order deny exception for Dockerfile
/.docker/Dockerfile

0 comments on commit 18bf8a4

Please sign in to comment.