ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

What is the relation of releases on different ROS2 release channels

asked 2021-04-23 02:51:29 -0500

timok gravatar image

updated 2021-04-26 01:41:27 -0500

I am using foxy on Ubuntu. I can get ROS2 from:

  • Debian packets, using http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main.
  • Docker image releases in docker hub. E.g. latest amd64/ros:foxy-ros-base-focal is Apr 3, 2021
  • Official binary release. latest ROS 2 Foxy Fitzroy Patch Release 4 (2020-12-11)

What is the relation of these are they in sync? Cannot be since last patch is last year, debian packages and docker images are updated all the time. How to determine what is in docker image. I can see with docker inspect that it is using debian packets too. Can I assume that I get same results with debian packets and docker image?

edit retag flag offensive close merge delete

Comments

It seems that even though the image is generated in docker hub from time to time, the contents (digest) is the same. The docker file that is used to build the image has not been changed since Nov 20 but it specifies debian packets with wildcards (ros-foxy-ros-core=0.9.2-1*). So there is no (easy) way to know when the latest change to image was made.

timok gravatar image timok  ( 2021-04-28 07:16:52 -0500 )edit

When looking freshly pulled foxy-ros-base-focal (built Apr 23), the package ros-foxy-ros-core is version 0.9.2-1focal.20210415.05005. The latest version for this package is 0.9.2-1focal.20210423.022956. So there is later version for deb package but the docker image does not contain it.

timok gravatar image timok  ( 2021-05-03 01:06:41 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-05-03 01:58:33 -0500

timok gravatar image

updated 2021-05-03 01:59:19 -0500

Short answer: They are not in sync. The docker hub image seems to have bit older stuff than deb packages. These last binary release is significantly older than these. See comments for details.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2021-04-23 02:51:29 -0500

Seen: 133 times

Last updated: May 03 '21