2016-07-01 19:31:52 UTC
68.8 MB
787b0b750d037016a30c6ed05a8a70a91b2e9db4bd9b1a2453aa502a63f1bccc
GOLANG_SRC_URLhttps://golang.org/dl/go1.6.2.src.tar.gz
GOLANG_VERSION1.6.2
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.2% (2.2 MB)
[#001] sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6 - 0.48% (336 KB)
[#002] sha256:8bc518271faa84e07e280a4d8c037d01504f28273d214e49920b23824fd16954 - 0.0% (444 Bytes)
[#003] sha256:ed3b8113e4a5d0f9a7c925a1ba94d951c5574f703cc6853ef0ba09c4b2ea76e8 - 96.32% (66.3 MB)
[#004] sha256:cb520cb37b0cba4cf2e97a62b3ccf18b5a49909507a67db6b2640fc9075b6964 - 0.0% (123 Bytes)
[#005] sha256:ffcc1dbd196f1c81b101b0bac3aec0b3104cc6d85ca8bcb500ef18d4090ecc0a - 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-07-01 19:30:34 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.6.2
2016-07-01 19:30:35 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.6.2.src.tar.gz
2016-07-01 19:30:35 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=787b0b750d037016a30c6ed05a8a70a91b2e9db4bd9b1a2453aa502a63f1bccc
2016-07-01 19:30:36 UTC/bin/sh -c #(nop) COPY file:b2d7156cdbff1193fb20efaf40b201017b0396eb5b2e0adb97970615a8fcf61d in /
2016-07-01 19:31:47 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-01 19:31:48 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-07-01 19:31:49 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-01 19:31:50 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-07-01 19:31:51 UTC/bin/sh -c #(nop) WORKDIR /go
2016-07-01 19:31:52 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.