Evan Hazlett
Evan Hazlett
Ah yes this expects it to be built locally. Let me update it to build in a container. Sorry!!!
Oh you are trying to build on the hub. Ya this will be tough as I like to use two stage builds to keep a small image (8MB vs. 100s)....
Let me investigate what a potential `alpine` based solution would look like.
Ok I've added a new target `make build-container`. This will build in a container and the resulting binary will be in the current directory. You should be able to use...
Do you have a container running with the image?
Hmm it should. What is the payload you are sending?
@ymolists I was able to get around this by installing https://github.com/iovisor/bcc from source.
/cc @donhcd @vieux @aluzzardi
Doesn't that force people to use gopkg.in? Not necessarily a bad thing, just wondering. On Mon, Nov 17, 2014 at 11:51 AM, Ryan Bourgeois [email protected] wrote: > I'd use semantic...
Yeah I'm not sure either. When I added the original implementation I was thinking along the lines of the event stream which handles things that way (callback). +1 for stopping...