-
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
Adding Gazebo9 for xenial #117
Conversation
Let me know if 5c09518 is worth including. |
Those Dockerfiles have not changed, so the docker build farm should just add the tag to the catched images. However, if we modified all templates to include the complete version, that would trigger a rebuild. Before that though, we could just comment them out from the manifest like we did with Jade to avoid that. |
I meant rebuilding them for each base image change.
Yeah I'm still not convinced this approach brings us much benefits compared to the one suggested by the docker maintainers. But let's keep this discussion separated for now.
👍 yup, that sounds good to me (relevant PR for reference: #109), we should check with the gazebo team though. |
I don't understand, none of the EOL gazebo tag are changing base images here. Do you mean when eventually bumping the plane
Sounds good. |
Sorry that was unclear: as ubuntu images are the lowest level base image for all gazebo images, they all get rebuilt when a new ubuntu image comes out, right ? |
Ah yes, true indeed. Though I suspect for official library image pipeline, cache breaks are fine grained to individual tag changes, rather than merely repo wide triggers as with automated docker hub user images. So (my guess), should amd64/ubuntu:xenial update, a build for arm32v7/ros:indigo would not be triggered due to it being dependant on a separate ubuntu tag and arch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, havent tested the resulting image though
Just tried it out with gzweb, all seems to work fine. |
Fixes #116