-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
add Quick Start Guide for bcc docker #837
Conversation
As requested by @4ast on iovisor-dev. |
Looks awesome! |
Maybe just me, but my test system ran the docker image, but not the tools:
So that directory doesn't exist in this docker image. Probably because I replaced the kernel to something odd, right? |
I tried this on Ubuntu Xenial (stock 4.4), and it just worked. Is there a way, for such systems with different kernels, to either:
|
@zlim does your docker image include the latest patch that detects source/build directories at runtime instead of build time? |
@4ast, @brendangregg: Thanks for looking at this. bcc-docker contains the "Xenial nightly build". The intent is to keep it in sync with the .deb package. bcc-docker is already an automated build on docker hub. Need to figure out hook it up such that any .deb rebuild also triggers a docker rebuild. What do you think? Is it better to keep it at bleeding edge? Or should we keep it at a "stable" version? |
@zlim I think the 'bleeding edge' is what folks would like to try if they're following these directions. Otherwise they will be ok with default distro packages and docker image won't help much to scale complexity wall ? |
@4ast Agreed. It's already using Xenial nightly builds, so I'll let that stand. Right now:
Is there value in exposing an endpoint (to trigger bcc-docker update) that the nightly buildbot can call? |
@zlim ok. makes sense. does it mean that this current PR is good as-is ? |
@4ast Setting up a REST hook from buildbot to docker is possible, but probably much easier (no need to set up a passphrase or certificate or w/e) to just coordinate the times. If there is a jenkins plugin that knows how to talk to the docker hub service, that might help, but I haven't looked into it yet. |
@4ast: Yes, you may pull this PR as is. FYI, I've also updated the description at Docker Hub. @4ast, @drzaeus77: Based on observation that the nightly build completes ~02:30UTC, a job is setup to rebuild bcc-docker at ~03:30UTC. I also have a endpoint setup on AWS to manually trigger it. Happy to share API key with you privately. |
No description provided.