2016-07-08 19:32:34 UTC
69.4 MB
f26b42ea8d3de92efda5e2f7172b22d59e19676f23bbcf64412b32b4f4a5ff58
GOLANG_SRC_URLhttps://golang.org/dl/go1.7rc1.src.tar.gz
GOLANG_VERSION1.7rc1
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.17% (2.2 MB)
[#001] sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6 - 0.47% (336 KB)
[#002] sha256:a08b46f08bc2f325bbcf9a91f2e92589bb9b55cdb894c6741bc4c71a4e70b0ee - 0.0% (435 Bytes)
[#003] sha256:e8964db3ed80d8c790a58974cde9f63987eb8a2a0a9ad2a8d13e771038fcdcde - 96.35% (66.9 MB)
[#004] sha256:88d22b61aa5e388cc717eba749aa9cc9c877495d7e264954e1397595c362ca46 - 0.0% (119 Bytes)
[#005] sha256:b270c22e507e93d90192a2d1e3536306cc93b33c6671e3426ebbd22924ee1174 - 0.0% (1.31 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-07-08 19:30:28 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.7rc1
2016-07-08 19:30:29 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.7rc1.src.tar.gz
2016-07-08 19:30:30 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=f26b42ea8d3de92efda5e2f7172b22d59e19676f23bbcf64412b32b4f4a5ff58
2016-07-08 19:30:31 UTC/bin/sh -c #(nop) COPY file:b54d7d4313a41e3729d6f4b7aa6e6f33a1e99759cb2a04149fae89f8211c3a65 in /
2016-07-08 19:32:24 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-08 19:32:25 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-07-08 19:32:30 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-08 19:32:32 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-07-08 19:32:33 UTC/bin/sh -c #(nop) WORKDIR /go
2016-07-08 19:32:34 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.