Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker/ros2/rolling/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ FROM ros:rolling-ros-base

LABEL Description="This image is used to make ROS2 rolling based projects build faster using build tools" Vendor="Shadow Robot" Version="1.0"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

ENV GOSU_VERSION 1.10
ENV MY_USERNAME user
ENV GOSU_VERSION=1.10
ENV MY_USERNAME=user

ARG toolset_branch
ENV toolset_branch ${toolset_branch:-"master"}
ENV toolset_branch=${toolset_branch:-"master"}
ENV server_type="docker_hub"
ENV used_modules="check_cache,create_workspace"
ENV ros_release_name=rolling
Expand Down