2017-01-04 21:08:24 UTC
73.2 MB
f5d8252f7746c77df0beb205b8f8b158362ad1718e1a2195d122ac43859f5930
GOLANG_SRC_URLhttps://golang.org/dl/go1.8beta2.src.tar.gz
GOLANG_VERSION1.8beta2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0a8490d0dfd399b3a50e9aaa81dba0d425c3868762d46526b41be00886bcc28b - 2.48% (1.81 MB)
[#001] sha256:bb658c9d1694c3ba35ef345a0f46dcb9776452cccfa11aa7d41f288392fd6556 - 0.46% (344 KB)
[#002] sha256:834776ec75e0d7dfec68406a9a3865c7221565612bb1d9100df8de9058247728 - 0.0% (446 Bytes)
[#003] sha256:aa7e47a2d873f0d5a832c0eeeca2d6d172fc906dddf12b5a6d460a486c5b9083 - 97.06% (71.1 MB)
[#004] sha256:63743d9934635fb58931d34869326dea59e8cfb0e8a898135815be8191b80c61 - 0.0% (122 Bytes)
[#005] sha256:c8822d3af43193f7485a15162ccfbc4459fb0de0122760cc2dddbc71367f0709 - 0.0% (1.32 KB)
/bin/sh -c #(nop) ADD file:92ab746eb22dd3ed2b87469c719adf3c1bed7302653bbd76baafd7cfd95e911e in /
2017-01-04 21:05:32 UTC/bin/sh -c apk add --no-cache ca-certificates
2017-01-04 21:07:24 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8beta2
2017-01-04 21:07:24 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.8beta2.src.tar.gz
2017-01-04 21:07:25 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=f5d8252f7746c77df0beb205b8f8b158362ad1718e1a2195d122ac43859f5930
2017-01-04 21:07:25 UTC/bin/sh -c #(nop) COPY file:8bfad5c310fe0639fcf658b30e2f65d04df13ad329573b58a3e782441bb7839c in /
2017-01-04 21:08: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
2017-01-04 21:08:22 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2017-01-04 21:08: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
2017-01-04 21:08:23 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2017-01-04 21:08:23 UTC/bin/sh -c #(nop) WORKDIR /go
2017-01-04 21:08:24 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.