-
Notifications
You must be signed in to change notification settings - Fork 173
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
Trigger rebuild of latest ROS base images #182
Comments
Thanks @redkite for reporting. The base images are in the official dockerhub library and rebuilt when new ubuntu images are released. Ways of ensuring rebuilds when a ROS distribution is synced are discussed at #112.
We recommend running an upgrade (
Travis is just used for sanity checking on our side, the state of travis does not reflect the state of the images part of the official Docker library. HTH, |
Thank you for the info.
We are using the As a workaround I'll add the upgrade process to the Dockerfile after pulling the ros base image. Would be nice to have a mechanism to rebuild the docker images after new deb-packages have been published, but I can see that there probably won't be any other way than solving #112 . |
Sounds good, thanks for the additional information.
If this is the case, these packages should have their
Agreed 👍 hopefully we'll get around implementing it in the future. As there seem to be a workaround, I'm going to close this issue, feel free to comment here if you still face problems and we can reopen this issue |
As a second datapoint: I pulled the latest
This seem to be the last released version for kinetic: https://github.com/ros/rosdistro/blob/d9bd4bb03c4a9c6e9dead3c5a3b3efaf8c3f52ea/kinetic/distribution.yaml#L9806 Can you make sure you have the latest docker image ? ( Edit: You were referring to
|
Yes, sorry. My bad, it is indeed |
We are trying to use the latest ROS base images for our CI process, but the images are outdated and builds fail.
Is there any way to trigger a rebuild of these images, or do we just have to wait? It's probably to build the full stack for ourselves then. From what I can see in Travis they seem to have failed due to some network timeout issues lately?
The text was updated successfully, but these errors were encountered: