Run update.sh

This commit is contained in:
Docker Library Bot 2020-06-17 23:09:36 +00:00
parent 528061b8e0
commit 1a91d48fdb
1 changed files with 3 additions and 2 deletions

View File

@ -202,10 +202,11 @@ The available tags include supported distros along with a hierarchy tags based o
- `ros-core`: minimal ROS install - `ros-core`: minimal ROS install
- `ros-base`: basic tools and libraries (also tagged with distro name with LTS version as `latest`) - `ros-base`: basic tools and libraries (also tagged with distro name with LTS version as `latest`)
- `ros1-bridge`: tools and libraries to run hybrid ROS 1 - ROS 2 systems and bridge messages between them
In the interest of keeping `ros-core` tag minimal in image size, developer tools such as `rosdep`, `colcon` and `vcstools` are not shipped in `ros_core`, but in `ros-base` instead. In the interest of keeping `ros-core` tag minimal in image size, developer tools such as `rosdep`, `colcon` and `vcstools` are not shipped in `ros_core`, but in `ros-base` instead.
The rest of the common meta-packages such as `desktop` and `ros1-bridge` are hosted on automatic build repos under OSRF's Docker Hub profile [here](https://hub.docker.com/r/osrf/ros/). These meta-packages include graphical dependencies and hook a host of other large packages such as X11, X server, etc. So in the interest of keep the official images lean and secure, the desktop packages are just be hosted with OSRF's profile. For a extensive list of available variants, please read the official REP on target platforms for either [ROS1](https://ros.org/reps/rep-0150.html) or for [ROS2](https://www.ros.org/reps/rep-2001.html). The rest of the common meta-packages such as `desktop` are hosted on repos under OSRF's Docker Hub profile [here](https://hub.docker.com/r/osrf/ros/). These meta-packages include graphical dependencies and hook a host of other large packages such as X11, X server, etc. So in the interest of keep the official images lean and secure, the desktop packages are just be hosted with OSRF's profile. For a extensive list of available variants, please read the official REP on target platforms for either [ROS1](https://ros.org/reps/rep-0150.html) or for [ROS2](https://www.ros.org/reps/rep-2001.html).
### Volumes ### Volumes
@ -311,7 +312,7 @@ services:
dockerfile: ros2.Dockerfile dockerfile: ros2.Dockerfile
bridge: bridge:
image: osrf/ros:foxy-ros1-bridge image: ros:foxy-ros1-bridge
environment: environment:
- "ROS_HOSTNAME=bridge" - "ROS_HOSTNAME=bridge"
- "ROS_MASTER_URI=http://ros1:11311" - "ROS_MASTER_URI=http://ros1:11311"