Most of the builder images store their GOROOT_BOOTSTRAP contents in a tarball on GCS. That tarball is built by hand, starting with bootstrap.bash and then trimmed down (e.g. https://github.com/golang/go/issues/9797#issuecomment-204592820) Let's automate this. It's getting painful.