Closed Nils-ChristianIseke closed 2 years ago
It looks like it’s failing on the ‘ros’ user not existing in your docker image. I would add the ‘ros’ user to the image to preserve running as non-root in the container.
See https://code.visualstudio.com/remote/advancedcontainers/add-nonroot-user for more info and https://github.com/athackst/dockerfiles/blob/main/template/snippits/ros_user.jinja for how I added a non root user to my containers.
I want to use the docker image moveit/moveit2:humble-source, when changin the line FROM althack/ros2:humble-dev to FROM moveit/moveit2:humble-source the container won't build. The following is the remoteContainers log. What do I need to do to change the docker image?