Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
b49a4699
Commit
b49a4699
authored
5 years ago
by
Ruffin
Committed by
ruffsl
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update labels
parent
a1097607
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
with
4 additions
and
4 deletions
Dockerfile
+
4
−
4
View file @
b49a4699
...
...
@@ -8,8 +8,8 @@
# --build-arg OVERLAY_MIXINS ./
ARG
FROM_IMAGE=osrf/ros2:nightly
# multi-stage
build
for caching
FROM
$FROM_IMAGE
as
cache
# multi-stage for caching
FROM
$FROM_IMAGE
AS
cache
WORKDIR
/tmp
# copy package manifests for caching
...
...
@@ -20,8 +20,8 @@ RUN mkdir ./cache && cd ./src && \
find ./
-name
"COLCON_IGNORE"
|
\
xargs
cp
--parents
-t
../cache
# multi-stage
build for comp
iling
FROM
$FROM_IMAGE
# multi-stage
for bu
il
d
ing
FROM
$FROM_IMAGE
AS
build
# install CI dependencies
RUN
apt-get update
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment