Namespace
library
Image / Tag
golang:1.7rc2-alpine
Content Digest
sha256:68a545fd20e80c2c96ee35919ea95ab74c6da4b033e84b4ccce464166748776f
Details
Created

2016-07-18 17:25:43 UTC

Size

69.4 MB

Content Digest
Environment
GOLANG_SRC_SHA256

87bafefb093dd163d264099b39b1bcdc227f54f935b77f5ff74b0d57e3638da6

GOLANG_SRC_URL

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

GOLANG_VERSION

1.7rc2

GOPATH

/go

PATH

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


Layers

[#000] sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58 - 3.17% (2.2 MB)

[#001] sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6 - 0.47% (336 KB)

[#002] sha256:2286ad410d37ae8f226db48261288c94db99badf479423d65ca92d52a4a1275f - 0.0% (437 Bytes)

[#003] sha256:ccd42a8a9e7bc7a0f2ea2367363ae968436f70f3fedc452e497b0ef8543b9f50 - 96.35% (66.9 MB)

[#004] sha256:0631a09039ff2cccf6045310c5cd4875eec2651551af476b76568681337c7520 - 0.0% (122 Bytes)

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


History
2016-06-23 19:55:18 UTC

/bin/sh -c #(nop) ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /

2016-07-01 19:29:12 UTC

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

2016-07-18 17:24:23 UTC

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

2016-07-18 17:24:24 UTC

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

2016-07-18 17:24:24 UTC

/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=87bafefb093dd163d264099b39b1bcdc227f54f935b77f5ff74b0d57e3638da6

2016-07-18 17:24:25 UTC

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

2016-07-18 17:25:40 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

2016-07-18 17:25:40 UTC

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

2016-07-18 17:25:41 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

2016-07-18 17:25:42 UTC

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

2016-07-18 17:25:42 UTC

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

2016-07-18 17:25:43 UTC

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