Namespace
library
Image / Tag
golang:1.7.3-alpine
Content Digest
sha256:25ad25d8bece9d403be107b07c86fb6b2b588a5b26133baa9d1215c07bdbfa39
Details
Created

2016-10-19 21:56:12 UTC

Size

69.9 MB

Content Digest
Environment
GOLANG_SRC_SHA256

79430a0027a09b0b3ad57e214c4c1acfdd7af290961dd08d322818895af1ef44

GOLANG_SRC_URL

https://golang.org/dl/go1.7.3.src.tar.gz

GOLANG_VERSION

1.7.3

GOPATH

/go

PATH

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


Layers

[#000] sha256:3690ec4760f95690944da86dc4496148a63d85c9e3100669a318110092f6862f - 3.16% (2.21 MB)

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

[#002] sha256:4d1bd6f06a512616af4cc963a6a480772417ae6454ddd3449bb322a0c0f7f641 - 0.0% (438 Bytes)

[#003] sha256:303de2b017481f849acabcedfcd72acd64a9b9fe01ac390d22d745124c878cfc - 96.37% (67.3 MB)

[#004] sha256:9e14a610b962f19fdf5ed742d2d73dd9e0032bb653c6aa4fdbcae4e3156d686b - 0.0% (123 Bytes)

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


History
2016-10-18 20:31:22 UTC

/bin/sh -c #(nop) ADD file:7afbc23fda8b0b3872623c16af8e3490b2cee951aed14b3794389c2f946cc8c7 in /

2016-10-18 20:32:36 UTC

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

2016-10-19 21:55:10 UTC

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

2016-10-19 21:55:10 UTC

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

2016-10-19 21:55:11 UTC

/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=79430a0027a09b0b3ad57e214c4c1acfdd7af290961dd08d322818895af1ef44

2016-10-19 21:55:11 UTC

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

2016-10-19 21:56: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

2016-10-19 21:56:10 UTC

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

2016-10-19 21:56:11 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-10-19 21:56:12 UTC

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

2016-10-19 21:56:12 UTC

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

2016-10-19 21:56:12 UTC

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