-
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
Enable noetic desktop and desktop-full? #582
Comments
It's the same for ROS Melodic. I think it has something to do with the images that are built for https://hub.docker.com/_/ros not being allowed to include GUIs, while the images in https://hub.docker.com/r/osrf/ros/ can. |
That no-gui policy is self-imposed? I found this clue for kinetic, looks like melodic and noetic makefiles were copied and pasted from it without additional comment
|
No, it was something imposed to become one of the Docker "Official Images", but I can't find it in the review guidelines. It maybe documented elsewhere, or may no longer be a rule. |
I think this was something the reviewers requested when ROS and Gazebo images were first proposed: |
Closing with #588 (comment) |
@ruffsl these lines in #598 will cause noetic desktop-full images to now be built?
I see some in https://hub.docker.com/r/osrf/ros/tags (https://hub.docker.com/layers/osrf/ros/noetic-desktop-full/images/sha256-4aa8dfb806609f3da03b30f686620f91439b04174387783c2b3710dd45eba377?context=explore), thanks! |
I see they are commented out here, could they be brought back?
https://github.com/osrf/docker_images/blob/master/ros/noetic/debian/buster/Makefile#L17-L18
(and presumably the
osrf/
part of the prefix is chopped of as in the other entries)The text was updated successfully, but these errors were encountered: