Add Go 1.7 final, rewire wildcard images pointing to it.

This commit is contained in:
Péter Szilágyi 2016-08-16 09:39:49 +03:00
parent 6c0a7f62cd
commit 3caa04bc46
3 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Go cross compiler (xgo): Go 1.7rc5
# Go cross compiler (xgo): Go 1.7
# Copyright (c) 2016 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
@ -11,7 +11,7 @@ MAINTAINER Péter Szilágyi <peterke@gmail.com>
ENV GO_VERSION 170
RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.7rc5.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=2ddf9f553aefe91d96dd3f13be55159869a221fd0111cd211dccf2cab3ee5e4a && \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=702ad90f705365227e902b42d91dd1a40e48ca7f67a2f4b2fd052aaa4295cd95 && \
\
$BOOTSTRAP_PURE

View File

@ -0,0 +1,8 @@
# Go cross compiler (xgo): Wildcard layer to the latest 1.7 release
# Copyright (c) 2016 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
FROM karalabe/xgo-1.7.0
MAINTAINER Péter Szilágyi <peterke@gmail.com>

View File

@ -3,6 +3,6 @@
#
# Released under the MIT license.
FROM karalabe/xgo-1.6.x
FROM karalabe/xgo-1.7.x
MAINTAINER Péter Szilágyi <peterke@gmail.com>