2017-01-27 22:41:28 UTC
73.8 MB
38b1c1738f111f7bccdd372efca2aa98a7bad1ca2cb21767ba69f34ae007499c
GOLANG_SRC_URLhttps://golang.org/dl/go1.8rc3.src.tar.gz
GOLANG_VERSION1.8rc3
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.46% (1.81 MB)
[#001] sha256:bb658c9d1694c3ba35ef345a0f46dcb9776452cccfa11aa7d41f288392fd6556 - 0.46% (344 KB)
[#002] sha256:3b77659c964ebe0d002d9b13573767c193373f4b9ffa9fe95c193bf9b594c589 - 0.0% (446 Bytes)
[#003] sha256:56df225bacc5e66a4bc0008e768c20e6a7967917e7204b325b4794738ca1876b - 97.08% (71.6 MB)
[#004] sha256:8b037eb6f8a481272e46e7c9f668e7ce2cc9d7472b7e1c3ad570d93d3d5aa2fc - 0.0% (123 Bytes)
[#005] sha256:3da4af2aec2aeb5609d2f948b24fd541eb250279d93ee551ecba9bf2711c5365 - 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-27 22:40:25 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8rc3
2017-01-27 22:40:26 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.8rc3.src.tar.gz
2017-01-27 22:40:26 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=38b1c1738f111f7bccdd372efca2aa98a7bad1ca2cb21767ba69f34ae007499c
2017-01-27 22:40:27 UTC/bin/sh -c #(nop) COPY file:8bfad5c310fe0639fcf658b30e2f65d04df13ad329573b58a3e782441bb7839c in /
2017-01-27 22:41: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
2017-01-27 22:41:25 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2017-01-27 22:41:25 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-27 22:41:27 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2017-01-27 22:41:27 UTC/bin/sh -c #(nop) WORKDIR /go
2017-01-27 22:41:28 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.