-
Notifications
You must be signed in to change notification settings - Fork 79
Remove outdated Dockerfile #1262
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
Conversation
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.
Pull Request Overview
This PR removes an outdated Dockerfile and replaces it with documentation pointing users to official ROS Docker images. The change simplifies the project by eliminating maintenance of a custom Docker setup while providing clear guidance for containerized builds.
Key changes:
- Complete removal of the custom Dockerfile
- Addition of Docker guidance in README and npmjs documentation pointing to official ROS images
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Dockerfile | Removes the entire custom Docker configuration |
| README.md | Adds Docker guidance directing users to official ROS images |
| scripts/npmjs-readme.md | Adds the same Docker guidance for npm package documentation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| - [Node.js](https://nodejs.org/en/) version >= 16.13.0 | ||
| - [ROS 2 SDK](https://docs.ros.org/en/jazzy/Installation.html) - **Don't forget to [source the setup file](https://docs.ros.org/en/jazzy/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html#source-the-setup-files)** | ||
|
|
||
| > **Docker:** Use official ROS images from [hub.docker.com/\_/ros](https://hub.docker.com/_/ros) for containerized builds. |
Copilot
AI
Sep 16, 2025
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.
The URL contains an unnecessary backslash escape before the underscore. The underscore doesn't need to be escaped in markdown links.
| > **Docker:** Use official ROS images from [hub.docker.com/\_/ros](https://hub.docker.com/_/ros) for containerized builds. | |
| > **Docker:** Use official ROS images from [hub.docker.com/_/ros](https://hub.docker.com/_/ros) for containerized builds. |
| - [Node.js](https://nodejs.org/en/) version >= 16.13.0 | ||
| - [ROS 2 SDK](https://docs.ros.org/en/jazzy/Installation.html) - **Don't forget to [source the setup file](https://docs.ros.org/en/jazzy/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html#source-the-setup-files)** | ||
|
|
||
| > **Docker:** Use official ROS images from [hub.docker.com/\_/ros](https://hub.docker.com/_/ros) for containerized builds. |
Copilot
AI
Sep 16, 2025
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.
The URL contains an unnecessary backslash escape before the underscore. The underscore doesn't need to be escaped in markdown links.
| > **Docker:** Use official ROS images from [hub.docker.com/\_/ros](https://hub.docker.com/_/ros) for containerized builds. | |
| > **Docker:** Use official ROS images from [hub.docker.com/_/ros](https://hub.docker.com/_/ros) for containerized builds. |
This PR updates an outdated Dockerfile. Key changes: - Update current Dockerfile - Addition of Docker guidance in README pointing to Dockerfile Fix: #1261
This PR updates an outdated Dockerfile. Key changes: - Update current Dockerfile - Addition of Docker guidance in README pointing to Dockerfile Fix: #1261
This PR removes an outdated Dockerfile and replaces it with documentation pointing users to official ROS Docker images. The change simplifies the project by eliminating maintenance of a custom Docker setup while providing clear guidance for containerized builds.
Key changes:
Fix: #1261