1
0
mirror of https://github.com/golang/go synced 2024-10-01 08:18:32 -06:00
go/dashboard/env/linux-x86-base
Brad Fitzpatrick 996ff9bec3 dashboard/env: update Linux builders to contain Go 1.4 for GOROOT_BOOTSTRAP
Change-Id: I256168d1bbe542ae78e4c1e7c4879d2b62b74c7e
Reviewed-on: https://go-review.googlesource.com/2690
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-01-13 01:43:41 +00:00
..
scripts dashboard/env: update Linux builders to contain Go 1.4 for GOROOT_BOOTSTRAP 2015-01-13 01:43:41 +00:00
Dockerfile dashboard/env: update Linux builders to contain Go 1.4 for GOROOT_BOOTSTRAP 2015-01-13 01:43:41 +00:00
Makefile dashboard/env: update Linux builders to contain Go 1.4 for GOROOT_BOOTSTRAP 2015-01-13 01:43:41 +00:00
README dashboard: start of Dockeritization of Linux builders 2014-08-26 00:33:19 -07:00

For now, you can at least do a single build of a single revision:

$ export BUILD=linux-amd64-temp
$ docker run \
     -v $HOME/keys/$BUILD.buildkey:/.gobuildkey \
     gobuilders/linux-x86-base \
     /usr/local/bin/builder -rev=50ac9eded6ad -buildroot=/ -v $BUILD

TODO(bradfitz): automate with CoreOS + GCE, ala:
    https://github.com/bradfitz/camlistore/blob/master/misc/gce/create.go