diff --git a/docker/go-1.3.x/Dockerfile b/docker/go-1.3.x/Dockerfile new file mode 100644 index 0000000..d361528 --- /dev/null +++ b/docker/go-1.3.x/Dockerfile @@ -0,0 +1,8 @@ +# Go cross compiler (xgo): Wildcard layer to the latest 1.3 release +# Copyright (c) 2014 Péter Szilágyi. All rights reserved. +# +# Released under the MIT license. + +FROM karalabe/xgo-1.3.0 + +MAINTAINER Péter Szilágyi diff --git a/docker/go-latest/Dockerfile b/docker/go-latest/Dockerfile new file mode 100644 index 0000000..460cf21 --- /dev/null +++ b/docker/go-latest/Dockerfile @@ -0,0 +1,8 @@ +# Go cross compiler (xgo): Wildcard layer to the latest Go release +# Copyright (c) 2014 Péter Szilágyi. All rights reserved. +# +# Released under the MIT license. + +FROM karalabe/xgo-1.3.x + +MAINTAINER Péter Szilágyi