From 61cee5667c801aefc1fd30339585b961d21980dc Mon Sep 17 00:00:00 2001 From: Johnson Sun Date: Tue, 20 Aug 2024 15:19:24 +0800 Subject: [PATCH] feat(template_ws): Remove docker image author info Originally, if a newly created workspace doesn't update the author info, it could lead to incorrect attribution. --- template_ws/docker/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/template_ws/docker/Dockerfile b/template_ws/docker/Dockerfile index a2f106fb..dee7c69f 100644 --- a/template_ws/docker/Dockerfile +++ b/template_ws/docker/Dockerfile @@ -1,8 +1,6 @@ # Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble FROM osrf/ros:humble-desktop-full -LABEL org.opencontainers.image.authors="yuzhong1214@gmail.com" - ARG USERNAME=user ARG USER_UID=1000 ARG USER_GID=$USER_UID