Namespace
library
Image / Tag
golang:1.8rc2-alpine
Content Digest
sha256:22dbd6998eb9dce31a46f73a48222346f52dc3bdc1c28b20530b69bcdf0366f1
Details
Created

2017-01-20 21:43:19 UTC

Size

73.4 MB

Content Digest
Environment
GOLANG_SRC_SHA256

70998e37d2f44019f78fda19b3f86a7a6a34bd0162b1d812631ebefbb306df81

GOLANG_SRC_URL

https://golang.org/dl/go1.8rc2.src.tar.gz

GOLANG_VERSION

1.8rc2

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:0a8490d0dfd399b3a50e9aaa81dba0d425c3868762d46526b41be00886bcc28b - 2.47% (1.81 MB)

[#001] sha256:bb658c9d1694c3ba35ef345a0f46dcb9776452cccfa11aa7d41f288392fd6556 - 0.46% (344 KB)

[#002] sha256:c0effa8e4d25b7218ca18f3e4a30eac491f7f16a9cc1147621b7d214b2bdaa22 - 0.0% (447 Bytes)

[#003] sha256:8dc170114ec1d17d7d805cc70c4fa030361f9b1965fc3dcd7c3b6ed56fa97251 - 97.07% (71.2 MB)

[#004] sha256:8c1a4b2c3b9b6bc48b13665590e51aabd23ea9e4770c23e3c02b25b91ade4300 - 0.0% (122 Bytes)

[#005] sha256:e1b1570f9b9d36ee9129cda334336adbd1eba2ed895da7897229399e84fc2851 - 0.0% (1.32 KB)


History
2016-12-27 18:17:25 UTC

/bin/sh -c #(nop) ADD file:92ab746eb22dd3ed2b87469c719adf3c1bed7302653bbd76baafd7cfd95e911e in /

2017-01-04 21:05:32 UTC

/bin/sh -c apk add --no-cache ca-certificates

2017-01-20 21:41:26 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8rc2

2017-01-20 21:41:27 UTC

/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.8rc2.src.tar.gz

2017-01-20 21:41:27 UTC

/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=70998e37d2f44019f78fda19b3f86a7a6a34bd0162b1d812631ebefbb306df81

2017-01-20 21:41:29 UTC

/bin/sh -c #(nop) COPY file:8bfad5c310fe0639fcf658b30e2f65d04df13ad329573b58a3e782441bb7839c in /

2017-01-20 21:43:10 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go && export GOROOT_BOOTSTRAP="$(go env GOROOT)" && wget -q "$GOLANG_SRC_URL" -O golang.tar.gz && echo "$GOLANG_SRC_SHA256 golang.tar.gz" | sha256sum -c - && tar -C /usr/local -xzf golang.tar.gz && rm golang.tar.gz && cd /usr/local/go/src && patch -p2 -i /no-pic.patch && ./make.bash && rm -rf /*.patch && apk del .build-deps

2017-01-20 21:43:16 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2017-01-20 21:43:16 UTC

/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2017-01-20 21:43:18 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2017-01-20 21:43:18 UTC

/bin/sh -c #(nop) WORKDIR /go

2017-01-20 21:43:19 UTC

/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/