2016-12-01 19:51:55 UTC
75 MB
7204232743f85a2ebb31dbbb8ea0d792eeb89357bb2ff0ef3ed62e192fdd60e4
GOLANG_SRC_URLhttps://golang.org/dl/go1.8beta1.src.tar.gz
GOLANG_VERSION1.8beta1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3690ec4760f95690944da86dc4496148a63d85c9e3100669a318110092f6862f - 2.94% (2.21 MB)
[#001] sha256:c311f66f3ac9a1d4b9fdfa8ac09821993c24d540e6147d25793c861c67892238 - 0.44% (336 KB)
[#002] sha256:c6cb469f1c548c6e09e03a04eae1cbdf51e55259a21f5a201b756a0f9775ed38 - 0.0% (446 Bytes)
[#003] sha256:781d9c0525d218135f971f5a20cd4e603d9860762c6b0ccb2268b57be93841d7 - 96.62% (72.4 MB)
[#004] sha256:7c2e8444f3d00560519aad6ced1cb6f954dbb69728a8beaa6050bb6aaa2e8b90 - 0.0% (122 Bytes)
[#005] sha256:ebe13b08a72d0416402dcb2f47b57798cbe88d61f6f5c0da85fee8f75701c6d7 - 0.0% (1.32 KB)
/bin/sh -c #(nop) ADD file:7afbc23fda8b0b3872623c16af8e3490b2cee951aed14b3794389c2f946cc8c7 in /
2016-10-18 20:32:36 UTC/bin/sh -c apk add --no-cache ca-certificates
2016-12-01 19:50:28 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8beta1
2016-12-01 19:50:28 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.8beta1.src.tar.gz
2016-12-01 19:50:28 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=7204232743f85a2ebb31dbbb8ea0d792eeb89357bb2ff0ef3ed62e192fdd60e4
2016-12-01 19:50:29 UTC/bin/sh -c #(nop) COPY file:8bfad5c310fe0639fcf658b30e2f65d04df13ad329573b58a3e782441bb7839c in /
2016-12-01 19:51:52 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-12-01 19:51:52 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-12-01 19:51:53 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-12-01 19:51:54 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-12-01 19:51:54 UTC/bin/sh -c #(nop) WORKDIR /go
2016-12-01 19:51:55 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.