1
0
mirror of https://github.com/golang/go synced 2024-11-19 03:54:42 -07:00
go/dashboard/env/linux-x86-base
Brad Fitzpatrick d7df296309 dashboard/env: update linux builder Dockerfile to use git, update builder
Uses a builder that can build both hg & git. (Should fix the git
subrepos on the main dashboard currently)

Change-Id: I3af96e35d40f6397625730b812a288f36622cb8a
Reviewed-on: https://go-review.googlesource.com/1203
Reviewed-by: Andrew Gerrand <adg@golang.org>
2014-12-09 06:07:41 +00:00
..
scripts dashboard/env: update linux builder Dockerfile to use git, update builder 2014-12-09 06:07:41 +00:00
Dockerfile dashboard/env: update linux builder Dockerfile to use git, update builder 2014-12-09 06:07:41 +00:00
Makefile go.tools/dashboard/env: use newer builder 2014-11-10 11:49:19 +11: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