build/buildlet
Brad Fitzpatrick 69dd6b2c22 env/linux-x86-vmx: add new Debian host that's like Container-Optimized OS + vmx
This adds scripts to create a new builder host image that acts like
Container-Optimized OS (has docker, runs konlet on startup) but with a
Debian 9 kernel + userspace that permits KVM for nested
virtualization.

Updates golang/go#15581 (solaris)
Updates golang/go#23060 (dragonfly)
Updates golang/go#30262 (riscv)
Updates golang/go#30267 (fuchsia)
Updates golang/go#23824 (android)

Change-Id: Ib1d3a250556703856083c222be2a70c4e8d91884
Reviewed-on: https://go-review.googlesource.com/c/163301
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-02-21 22:30:49 +00:00
..
README.md all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
buildletclient.go all: use "context" instead of golang.org/x/net/context 2018-03-06 23:26:52 +00:00
gce.go env/linux-x86-vmx: add new Debian host that's like Container-Optimized OS + vmx 2019-02-21 22:30:49 +00:00
keypair.go buildlet: set TCP keep-alive timeouts, avoid fd leaks 2015-02-03 11:38:45 +00:00
kube.go all: rename Kube to Container and IsGCE to IsVM 2018-05-05 16:50:07 +00:00
remote.go all: use Container-Optimized VMs instead of Kubernetes for buildlet containers 2018-05-11 03:29:07 +00:00

README.md

GoDoc

golang.org/x/build/buildlet

Package buildlet contains client tools for working with a buildlet server.