Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foxy's image is outdated #671

Closed
quarkytale opened this issue Apr 24, 2023 · 3 comments
Closed

Foxy's image is outdated #671

quarkytale opened this issue Apr 24, 2023 · 3 comments

Comments

@quarkytale
Copy link

quarkytale commented Apr 24, 2023

docker pull ros:foxy returns a slightly outdated image.

$ docker pull ros:foxy
foxy: Pulling from library/ros
Digest: sha256:a3a3f407b3fa69ad3bda20f822f913e3fe8d06a2616dbbcb5e8336a3ce026a51
Status: Image is up to date for ros:foxy

Inspecting it reveals that it is dated from about a week before this release:

docker inspect  ros:foxy | grep Created
        "Created": "2023-03-16T04:22:25.25731637Z",

And the packages inside are out of date:

ros-foxy-rclcpp/focal 2.4.2-1focal.20230317.010104 amd64 [upgradable from: 2.4.2-1focal.20221012.230743]                                                                                                   
ros-foxy-rclpy/focal 1.0.12-1focal.20230317.005942 amd64 [upgradable from: 1.0.11-1focal.20221012.230545]

What's the update cycle or the process to upload a new image?

Ref: https://discourse.ros.org/t/new-packages-and-patch-release-for-foxy-fitzroy-2023-03-22/30489/2

@sloretz
Copy link
Contributor

sloretz commented Apr 24, 2023

What's the update cycle or the process to upload a new image?

There isn't a good way to update the images after a sync. Docker images in the official library are cached in a way that we don't yet have the ability to invalidate. The ros images will get updated when the base ubuntu image is updated.

Duplicate of #112

@mikaelarguedas
Copy link
Contributor

When did you run the previous commands ?

Looking at it, the image is up to date and was pushed 9 days ago

The ubuntu base images are updated roughly every ~3 weeks. So if the timing is unfortunate between a ROS sync and an ubuntu image update it can take about that time for the images to be updated.

@mikaelarguedas
Copy link
Contributor

closing as it was a ponctual issue and foxy's final image has now been built

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants