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
61c3d491
Commit
61c3d491
authored
3 months ago
by
Montaño Sarria, Andres Felipe
Browse files
Options
Downloads
Patches
Plain Diff
FIX legacy warnings
parent
17a8a711
Branches
main
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
+4
-4
4 additions, 4 deletions
dockerfiles/devenv.Dockerfile
with
4 additions
and
4 deletions
dockerfiles/devenv.Dockerfile
+
4
−
4
View file @
61c3d491
...
...
@@ -2,8 +2,8 @@
# * DEVENV Base Image for ROS *
# ***********************************************************
ARG
ROS_DISTRO=
FROM
osrf/ros:${ROS_DISTRO}-desktop-full
as
devenv
ARG
ROS_DISTRO=
humble
FROM
osrf/ros:${ROS_DISTRO}-desktop-full
AS
devenv
ENV
ROS_DISTRO="${ROS_DISTRO}"
ARG
EXT_SHELL=bash
...
...
@@ -135,7 +135,7 @@ ENV DEBIAN_FRONTEND=
# ***********************************************************
# Use devenv as base image
FROM
devenv
as
workspace-extended
FROM
devenv
AS
workspace-extended
# Avoid warnings by switching to noninteractive
ENV
DEBIAN_FRONTEND=noninteractive
...
...
@@ -206,7 +206,7 @@ RUN if [ "$CONAN" = "install" ]; \
RUN
rm
-rf
*
# Update this date to re-run the image final update
LABEL
image.date=
06-11
-2024
LABEL
image.date=
19-12
-2024
# Update final image
RUN
apt-get update
\
...
...
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