Add container for Go 1.5 develop branch

This commit is contained in:
Péter Szilágyi 2015-11-20 14:43:29 +02:00
parent fc7174aa2a
commit 619a9e50d0
2 changed files with 15 additions and 2 deletions

View File

@ -92,9 +92,10 @@ be retrieved and installed.
Additionally, a few wildcard release strings are also supported:
- `1.5.x` will use the latest point release of a specific Go version
- `latest` will use the latest Go release (this is the default)
- `develop` will use the master branch of the Go repository
- `1.5.x` will use the latest point release of a specific Go version
- `1.5-develop` will use the develop branch of a specific Go version
- `develop` will use the develop branch of the entire Go repository
### Output prefixing

View File

@ -0,0 +1,12 @@
# Go cross compiler (xgo): Go 1.5 develop layer
# Copyright (c) 2015 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
FROM karalabe/xgo-base
MAINTAINER Péter Szilágyi <peterke@gmail.com>
# Clone and bootstrap the latest Go develop branch
RUN $BOOTSTRAP_REPO release-branch.go1.5
ENV GO_VERSION 152