-
Notifications
You must be signed in to change notification settings - Fork 172
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
Why is there no image for gazebo:gzweb10? #333
Comments
Doh, I see why, the build fails :P There are at least 2 problems here:
|
I got it to build and run by changing how Changes
|
Perhaps you could open a PR with your fix and ping @scpeters or @chapulina |
I can try :) |
Yeah, having the special case for npm versioning in the template install logic might be tricky. Shame we can't just build it using the version of npm that ships with the distro list gazebo targets. Could gzweb itself be updated to use the current version, then we just modify then template to checkout a Target version of gzweb? |
That would be the best option. That said, from my "late to the party/outsider" perspective I think it would require quite some work as the gzweb code is quite old, and the web world move on so very quickly. |
Could you open a ticket with the gzweb repo about what you mean? I could remind some of the gazebo devs about it when seeing them at ROSCon, but I wouldn't be able to explain what would need to be improved myself. |
Closing from inactivity, but PRs to fix gzweb build are welcome. |
This should fix the current failing GitHub Workflow CI job. Maybe Related: osrf/docker_images#334 See Also: osrf/docker_images#333 Using 7.0.0 or newer causes failures. Bumping all dependencies also seemed to work but brings other issues. This PR is the minimum change required.
This should fix the current failing GitHub Workflow CI job. Maybe Related: osrf/docker_images#334 See Also: osrf/docker_images#333 Using 7.0.0 or newer causes failures. Bumping all dependencies also seemed to work but brings other issues. This PR is the minimum change required.
This should fix the current failing GitHub Workflow CI job. Maybe Related: osrf/docker_images#334 See Also: osrf/docker_images#333 Using 7.0.0 or newer causes failures. Bumping all dependencies also seemed to work but brings other issues. This PR is the minimum change required.
I can see the targets have been commented out in https://github.com/osrf/docker_images/blob/00d02282c2393ccde655fa0c333b4410a10b3985/gazebo/10/ubuntu/bionic/Makefile
Just curious to why not build it and make it available in docker hub?
The text was updated successfully, but these errors were encountered: