Skip to content
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

update dockerfile to use beta2 binaries #14

Merged
merged 1 commit into from
Jul 7, 2017
Merged

Conversation

mikaelarguedas
Copy link
Member

No description provided.

@mikaelarguedas mikaelarguedas added the in progress Actively being worked on (Kanban column) label Jul 5, 2017
@mikaelarguedas mikaelarguedas self-assigned this Jul 5, 2017
@mikaelarguedas mikaelarguedas added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Jul 5, 2017
@mikaelarguedas
Copy link
Member Author

ready for review

Copy link
Member

@dirk-thomas dirk-thomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mikaelarguedas
Copy link
Member Author

Is there a will to keep a Dockerfile building the code from source as an example ? I know that several users mentioned wanting to have a dockerfile for ROS2 development / testing including @chapulina yesterday.
This doesnt prevent from merging this as is it's more of a follow-up discussion

@dirk-thomas
Copy link
Member

Currently we don't maintain any Dockerfiles for ROS 2. Instead we provide from-source instructions only. To minimize the effort to maintain both and keeping them in sync I would favor only supporting one. That can be the from source instructions (so users have to copy-n-paste the lines into a Dockerfile) or we could provide a Dockerfile which contains plenty of comments (which then can serve as the from-source instructions).

@mikaelarguedas
Copy link
Member Author

That can be the from source instructions (so users have to copy-n-paste the lines into a Dockerfile) or we could provide a Dockerfile which contains plenty of comments (which then can serve as the from-source instructions).

👍 I like the idea and don't feel strongly about one rather than the other

@mikaelarguedas mikaelarguedas merged commit 4ca6c14 into master Jul 7, 2017
@mikaelarguedas mikaelarguedas deleted the update_dockerfile branch July 7, 2017 17:19
@mikaelarguedas mikaelarguedas removed the in review Waiting for review (Kanban column) label Jul 7, 2017
@dirk-thomas
Copy link
Member

The second option even has the benefit that we could automate the build which will ensure that our instructions work as intended.

@mikaelarguedas
Copy link
Member Author

The second option even has the benefit that we could automate the build which will ensure that our instructions work as intended.

Agreed.
I was just wondering if the first one would not be more readable / conventional for users (not everybody is familiar with docker and could be surprised to have to remove all these RUN statements when just being willing to copy paste from the instructions like on the other platforms), that's why I didnt vouch for one or the other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants