1
0
mirror of https://github.com/golang/go synced 2024-10-01 12:28:37 -06:00
go/dashboard/env/linux-x86-base
Brad Fitzpatrick c0bc9ba88d dashboard: add Cloud Storage upload support to create.go
Then make the coordinator and linux environment Makefiles have
an upload target. Amusingly, this actually worked: the Docker
images now tar + compress + upload over HTTP all in a stream,
without even knowing how large the resulting tar.gz will be until
it's done uploading.

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/140200043
2014-09-03 21:41:16 -07:00
..
Dockerfile dashboard: find static IP automatically, update images 2014-09-03 17:15:00 -07:00
Makefile dashboard: add Cloud Storage upload support to create.go 2014-09-03 21:41:16 -07: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