Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Development_Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Montaño Sarria, Andres Felipe
Development_Environment
Commits
dba451ea
Commit
dba451ea
authored
5 months ago
by
Montaño Sarria, Andres Felipe
Browse files
Options
Downloads
Patches
Plain Diff
Add default values to ARGs
parent
164074c8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerfiles/devenv.Dockerfile
+3
-3
3 additions, 3 deletions
dockerfiles/devenv.Dockerfile
with
3 additions
and
3 deletions
dockerfiles/devenv.Dockerfile
+
3
−
3
View file @
dba451ea
ARG
ROS_DISTRO
FROM
osrf/ros:${ROS_DISTRO}-desktop-full
ARG
EXT_SHELL
ARG
EXT_SHELL
=bash
RUN
echo
"Building devenv for ROS"
$ROS_DISTRO
"with shell"
$EXT_SHELL
# Avoid warnings by switching to noninteractive
...
...
@@ -125,7 +125,7 @@ RUN rm -rf *
RUN
apt-get
--reinstall
install
-y
libnotify-bin notify-osd
ARG
PEAK_DRIVER=
install
ARG
PEAK_DRIVER=
none
RUN if
[
"
$PEAK_DRIVER
"
=
"install"
]
;
\
then
\
apt-get update
&&
apt-get
install
-y
udev libpopt-dev linux-headers-
$(
uname
-r
)
\
...
...
@@ -166,7 +166,7 @@ ENV DEBIAN_FRONTEND=
ENV
ROS_LOCALHOST_ONLY=1
ENV
RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
ARG
SHELL
ARG
SHELL
=/bin/bash
ENV
SHELL="${SHELL}"
ENTRYPOINT
["/ros_entrypoint.sh"]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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