-
Notifications
You must be signed in to change notification settings - Fork 0
Copy-paste dagger-buildkitd setup code from dagger. #110
Conversation
The lint seems to be a false positive. |
Hit this error while running
|
8e302cb
to
d3fa877
Compare
This is 95% copy-paste, just some small adjustments. Let me know if there's any technical baggage I'm copying over from the previous implementation that we don't want. The only significant difference is that I am not starting with `--net=host` here since that seemed like a compromise earlier that we don't need to rush into making again. Signed-off-by: Erik Sipsma <[email protected]>
d3fa877
to
849cceb
Compare
Thanks for the link! I worked around this for now by adding a testutil that gets the version information by shelling out to |
cc @aluzzardi in case I'm accidentally copying anything over from dagger that we don't want here that I didn't notice. Also so you're aware of why there's some weird stuff going on with putting the package in |
@sipsma Looks good. Just to be aware: there's a flaw in dagger's buildkitd code; it adds start latency. That's because no matter what, it will I think it's probably fine to leave it so but we should log an issue A possible workaround which we can do later would be, since we're already fiddling with |
This is 95% copy-paste, just some small adjustments. Let me know if there's any technical baggage I'm copying over from the previous implementation that we don't want. The only significant difference is that I am not starting with
--net=host
here since that seemed like a compromise earlier that we don't need to rush into making again.Signed-off-by: Erik Sipsma [email protected]
Also, there are log statements from before that don't work currently, but I think the fix there should be to add zerolog config to cloak rather than to remove the log statements. Also need to update docs w/
BUILDKIT_HOST
info. I will update w/ both of those tomorrow.