Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
Merge branch 'chenrui333-go-1.12.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Nov 14, 2019
2 parents 2d6d184 + 09c260e commit c21a974
Show file tree
Hide file tree
Showing 21 changed files with 316 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/go-1.12.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM karalabe/xgo-base
MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 1120
ENV GO_VERSION 11200

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.linux-amd64.tar.gz && \
Expand Down
17 changes: 17 additions & 0 deletions docker/go-1.12.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.1
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11201

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.1.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=2a3fdabf665496a0db5f41ec6af7a9b15a49fbe71a85a50ca38b1f13a103aeec && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.10/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.10
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11210

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.10.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=aaa84147433aed24e70b31da369bb6ca2859464a45de47c2a5023d8573412f6b && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.11
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11211

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.11.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=2c5960292da8b747d83f171a28a04116b2977e809169c344268c893e4cf0a857 && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.12
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11212

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.12.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=4cf11ac6a8fa42d26ab85e27a5d916ee171900a87745d9f7d4a29a21587d78fc && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.13
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11213

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.13.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=da036454cb3353f9f507f0ceed4048feac611065e4e1818b434365eb32ac9bdc && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.2
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11202

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.2.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=f28c1fde8f293cc5c83ae8de76373cf76ae9306909564f54e0edcf140ce8fe3f && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.3
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11203

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.3.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=3924819eed16e55114f02d25d03e77c916ec40b7fd15c8acb5838b63135b03df && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.4
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11204

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.4.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=d7d1f1f88ddfe55840712dc1747f37a790cbcaa448f6c9cf51bbe10aa65442f5 && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.5
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11205

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.5.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=aea86e3c73495f205929cfebba0d63f1382c8ac59be081b6351681415f4063cf && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.6
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11206

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.6.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=dbcf71a3c1ea53b8d54ef1b48c85a39a6c9a935d01fc8291ff2b92028e59913c && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.7
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11207

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.7.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=66d83bfb5a9ede000e33c6579a91a29e6b101829ad41fffb5c5bb6c900e109d9 && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.8/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.8
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11208

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.8.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=bd26cd4962a362ed3c11835bca32c2e131c2ae050304f2c4df9fa6ded8db85d2 && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.12.9/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.12.9
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11209

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.12.9.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=ac2a6efcc1f5ec8bdc0db0a988bb1d301d64b6d61b7e8d9e42f662fbb75a2b9b && \
\
$BOOTSTRAP_PURE
2 changes: 1 addition & 1 deletion docker/go-1.12.x/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#
# Released under the MIT license.

FROM karalabe/xgo-1.12
FROM karalabe/xgo-1.12.13

MAINTAINER Péter Szilágyi <peterke@gmail.com>
17 changes: 17 additions & 0 deletions docker/go-1.13.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.13
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11300

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.13.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=68a2297eb099d1a76097905a2ce334e3155004ec08cdea85f24527be3c48e856 && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.13.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.13.1
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11301

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.13.1.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=94f874037b82ea5353f4061e543681a0e79657f787437974214629af8407d124 && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.13.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.13.2
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11302

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.13.2.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=293b41a6ccd735eebcfb4094b6931bfd187595555cecf3e4386e9e119220c0b7 && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.13.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.13.3
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11303

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.13.3.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=0804bf02020dceaa8a7d7275ee79f7a142f1996bfd0c39216ccb405f93f994c0 && \
\
$BOOTSTRAP_PURE
17 changes: 17 additions & 0 deletions docker/go-1.13.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Go cross compiler (xgo): Go 1.13.4
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-base

MAINTAINER Péter Szilágyi <peterke@gmail.com>

# Configure the root Go distribution and bootstrap based on it
ENV GO_VERSION 11304

RUN \
export ROOT_DIST=https://storage.googleapis.com/golang/go1.13.4.linux-amd64.tar.gz && \
export ROOT_DIST_SHA=692d17071736f74be04a72a06dab9cac1cd759377bd85316e52b2227604c004c && \
\
$BOOTSTRAP_PURE
8 changes: 8 additions & 0 deletions docker/go-1.13.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Go cross compiler (xgo): Go 1.12.x
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.

FROM karalabe/xgo-1.13.4

MAINTAINER Péter Szilágyi <peterke@gmail.com>

0 comments on commit c21a974

Please sign in to comment.