tools/dashboard/env/linux-x86-base
Brad Fitzpatrick 3aad931e88 dashboard: start of cmd/gomote buildlet client, more packification
Change-Id: I874f4f5ef253cf7f1d6d5073d7c81e76fa1de863
Reviewed-on: https://go-review.googlesource.com/2981
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-01-20 03:05:44 +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: start of cmd/gomote buildlet client, more packification 2015-01-20 03:05:44 +00:00
README dashboard: start of Dockeritization of Linux builders 2014-08-26 00:33:19 -07:00

README

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