Skip to content
Snippets Groups Projects
Commit 61c3d491 authored by Montaño Sarria, Andres Felipe's avatar Montaño Sarria, Andres Felipe
Browse files

FIX legacy warnings

parent 17a8a711
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# * DEVENV Base Image for ROS * # * DEVENV Base Image for ROS *
# *********************************************************** # ***********************************************************
ARG ROS_DISTRO= ARG ROS_DISTRO=humble
FROM osrf/ros:${ROS_DISTRO}-desktop-full as devenv FROM osrf/ros:${ROS_DISTRO}-desktop-full AS devenv
ENV ROS_DISTRO="${ROS_DISTRO}" ENV ROS_DISTRO="${ROS_DISTRO}"
ARG EXT_SHELL=bash ARG EXT_SHELL=bash
...@@ -135,7 +135,7 @@ ENV DEBIAN_FRONTEND= ...@@ -135,7 +135,7 @@ ENV DEBIAN_FRONTEND=
# *********************************************************** # ***********************************************************
# Use devenv as base image # Use devenv as base image
FROM devenv as workspace-extended FROM devenv AS workspace-extended
# Avoid warnings by switching to noninteractive # Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
...@@ -206,7 +206,7 @@ RUN if [ "$CONAN" = "install" ]; \ ...@@ -206,7 +206,7 @@ RUN if [ "$CONAN" = "install" ]; \
RUN rm -rf * RUN rm -rf *
# Update this date to re-run the image final update # 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 # Update final image
RUN apt-get update \ RUN apt-get update \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment