Skip to content

Commit

Permalink
feat(template_ws): Remove docker image author info
Browse files Browse the repository at this point in the history
Originally, if a newly created workspace doesn't update the author info, it could lead to incorrect attribution.
  • Loading branch information
j3soon committed Aug 20, 2024
1 parent 443c2bb commit 61cee56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions template_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 61cee56

Please sign in to comment.