tools/dashboard/env/linux-x86-base
Andrew Gerrand 5ebbcd132f go.tools: use golang.org/x/... import paths
Rewrite performed with this command:
  sed -i '' 's_code.google.com/p/go\._golang.org/x/_g' \
    $(grep -lr 'code.google.com/p/go.' *)

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/170920043
2014-11-10 08:50:40 +11:00
..
scripts go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
Dockerfile dashboard: optimize linux docker image size 2014-09-08 15:35:40 -07:00
Makefile dashboard: optimize linux docker image size 2014-09-08 15:35:40 -07: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