Releases: turlucode/ros-docker-gui
Releases · turlucode/ros-docker-gui
3.0.4
- Fixed issue in the
dockerfile_assets/entrypoint_setup.sh
where the $XDG_RUNTIME_DIR
variable was not properly escaped causing chown
errors.
3.0.3
- Fixed issue in the parsing of the "extra packages" where, if a custom version was specified, it was neglected and always the latest was being picked.
3.0.2
- Suppress "InsecureRequestWarning: Unverified HTTPS request is being made to host 'apt.llvm.org'", when using
verify=False
in requests.get()
.
3.0.1
- Allow
requests.get()
to skip verification of the server's TLS certificate. Solves issues with self-signed certification in the chain.
- Fixed wrong functionality of the
turludock --version
- Fixed wrong helper messages in the argument parser
3.0.0
Complete make over 🎉
Version 3.0.0 introduces turludock
: a python tool where Dockerfiles files but also ROS images are generated via templates.
Highlights
- Added support for Wayland - X11 is still supported of course
- Added ROS2 support for Humble, Iron and Jazzy
- Supports generating of templated Dockerfiles and provides Dockerfile assets for complete build
- Supports building of docker images
- Only Noetic is supported from ROS1
- Changed supported CUDA/cuDNN versions