tools/dashboard/env/linux-x86-base
Brad Fitzpatrick 1481828125 dashboard/env: restore the periods after docker build
They're required but adg wanted them removed and I listened :)

TBR=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/136200043
2014-09-04 07:09:54 -07:00
..
Dockerfile dashboard: find static IP automatically, update images 2014-09-03 17:15:00 -07:00
Makefile dashboard/env: restore the periods after docker build 2014-09-04 07:09:54 -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