2017-03-03 21:52:42 UTC
73.4 MB
406865f587b44be7092f206d73fc1de252600b79b3cacc587b74b5ef5c623596
GOLANG_SRC_URLhttps://golang.org/dl/go1.8.src.tar.gz
GOLANG_VERSION1.8
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:627beaf3eaaff1c0bc3311d60fb933c17ad04fe377e1043d9593646d8ae3bfe1 - 2.47% (1.82 MB)
[#001] sha256:8800e3417eb116ab89d333fefcf7620dbd06b9867ee7c16df06d7c2ea94682ff - 0.46% (344 KB)
[#002] sha256:d9f3bcdad0ebaf4b8926aee53013dc9a2a73b20f9dcb715c7090333040d2ef26 - 0.0% (446 Bytes)
[#003] sha256:c018073abd268f5850152cebe650b0356e8f9990f4dbc5d3110612251d210664 - 97.06% (71.3 MB)
[#004] sha256:b2855f535c50f4ea77d04e1c10851b941ff1650bbd3db4b7051ba7b03e28c022 - 0.0% (123 Bytes)
[#005] sha256:23480a2f73d81b420f14f7a0eb342ce0587ccd9df8fb85ed3d3de9e9664de462 - 0.0% (1.32 KB)
/bin/sh -c #(nop) ADD file:730030a984f5f0c5dc9b15ab61da161082b5c0f6e112a9c921b42321140c3927 in /
2017-03-03 21:51:43 UTC/bin/sh -c apk add --no-cache ca-certificates
2017-03-03 21:51:43 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8
2017-03-03 21:51:44 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.8.src.tar.gz
2017-03-03 21:51:44 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=406865f587b44be7092f206d73fc1de252600b79b3cacc587b74b5ef5c623596
2017-03-03 21:51:44 UTC/bin/sh -c #(nop) COPY file:8bfad5c310fe0639fcf658b30e2f65d04df13ad329573b58a3e782441bb7839c in /
2017-03-03 21:52: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
2017-03-03 21:52:40 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2017-03-03 21:52: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
2017-03-03 21:52:41 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2017-03-03 21:52:42 UTC/bin/sh -c #(nop) WORKDIR /go
2017-03-03 21:52:42 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.