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

install net-tools for ifconfig in docker image #79

Merged
merged 2 commits into from
May 31, 2017
Merged

Conversation

wjwwood
Copy link
Member

@wjwwood wjwwood commented May 31, 2017

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

@mikaelarguedas mikaelarguedas left a comment

Choose a reason for hiding this comment

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

lgtm, I don't think this requires CI to be merged

@dhood
Copy link
Member

dhood commented May 31, 2017

I think it might need CI for ARM given #75

@mikaelarguedas
Copy link
Member

I think it might need CI for ARM given #75

Yeah, this is in the middle of a series of very similar commands without any add commande before so it would be very surprising. I'll leave it up to @wjwwood to run CI or not

@wjwwood
Copy link
Member Author

wjwwood commented May 31, 2017

I started a job just to make sure if got rid of the ifconfig missing issue:

http://ci.ros2.org/job/ci_linux/2651/console

It looks good, but I'll also run an ARM job as @dhood suggested.

@dhood
Copy link
Member

dhood commented May 31, 2017

Now that I remember what originally caused that issue to appear, I also launched Build Status because it was the extra lines that are only in the turtlebot dockerfile that caused it to show up on ARM (#74)

@wjwwood
Copy link
Member Author

wjwwood commented May 31, 2017

Thanks @dhood the ARM job passed docker and the issue was fixed:

http://ci.ros2.org/job/ci_linux-aarch64/206/console

I'll wait for the job you launched to get past docker before merging.

@wjwwood
Copy link
Member Author

wjwwood commented May 31, 2017

@dhood did it fail in the same way?

@dhood
Copy link
Member

dhood commented May 31, 2017

yes, unfortunately. there's an issue linked to in this comment that might have the permanent fix, but the temporary workaround is to merge lines in the dockerfile (we're hitting some layer limit)

@wjwwood
Copy link
Member Author

wjwwood commented May 31, 2017

I'm going to try again with ab4085f

@mikaelarguedas
Copy link
Member

My bad, I thought it was related to the type of command not the number of layers. Thanks @dhood for checking

@mikaelarguedas
Copy link
Member

Maybe we should rename #75 accordingly now that we know more about the issue

@wjwwood
Copy link
Member Author

wjwwood commented May 31, 2017

http://ci.ros2.org/job/ci_linux-aarch64/207/console is working, so I'll merge this.

@wjwwood wjwwood merged commit 097db70 into master May 31, 2017
@wjwwood wjwwood deleted the wjwwood-patch-1 branch May 31, 2017 21:15
@wjwwood wjwwood removed the in review Waiting for review (Kanban column) label May 31, 2017
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.

installing connext fails with timeout and ifconfig not found
3 participants