2016-08-05 21:54:25 UTC
69.9 MB
206c90e797e66335fe134052568f63a493f27b86f765087add390d5fb4c596c4
GOLANG_SRC_URLhttps://golang.org/dl/go1.7rc5.src.tar.gz
GOLANG_VERSION1.7rc5
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58 - 3.15% (2.2 MB)
[#001] sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6 - 0.47% (336 KB)
[#002] sha256:bcdc3b5c9f3427da19c72c79affb09d1b6913cea0f5ec9f06a17b1f3ff718014 - 0.0% (435 Bytes)
[#003] sha256:94b02b4cf994c9d747ffafba51b4b92ea6f8de3c38633868744fd36d63d40945 - 96.37% (67.3 MB)
[#004] sha256:0e47ee07216a006ad49c21f043b3a5908034670a98f86ad7a19f166c98909f00 - 0.0% (122 Bytes)
[#005] sha256:9bdaa77784b5aaee6127e4e8dc648e116162c89b09f5e859a1003e6901c00775 - 0.0% (1.32 KB)
/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-08-05 21:53:05 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.7rc5
2016-08-05 21:53:05 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.7rc5.src.tar.gz
2016-08-05 21:53:06 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=206c90e797e66335fe134052568f63a493f27b86f765087add390d5fb4c596c4
2016-08-05 21:53:07 UTC/bin/sh -c #(nop) COPY file:b54d7d4313a41e3729d6f4b7aa6e6f33a1e99759cb2a04149fae89f8211c3a65 in /
2016-08-05 21:54:21 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-08-05 21:54:21 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-08-05 21:54:22 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-08-05 21:54:24 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-08-05 21:54:24 UTC/bin/sh -c #(nop) WORKDIR /go
2016-08-05 21:54:25 UTC/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.