2016-08-03 21:49:17 UTC
69.9 MB
f669d64cd28be4ecaa36d3a31c3060b4f6e3f801e2e37f91c3a896ce3d28f64d
GOLANG_SRC_URLhttps://golang.org/dl/go1.7rc4.src.tar.gz
GOLANG_VERSION1.7rc4
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.15% (2.2 MB)
[#001] sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6 - 0.47% (336 KB)
[#002] sha256:783c838d5c6bbc140f064a69f6c163f228069e0f53d8676b9c7f355aa8b85df4 - 0.0% (436 Bytes)
[#003] sha256:47c37463e9ab5d6434ad89f5db67c65d3535a5fb4950486a33d7483d20b90526 - 96.37% (67.3 MB)
[#004] sha256:b64cb8dc4325104329c702082c6150196743ed602741ec992567371299b17d97 - 0.0% (123 Bytes)
[#005] sha256:0d7909b1625b2c445ff09af85fc36b2be0d5ea629a2fd4d929a667e4694891fe - 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-08-03 21:47:52 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.7rc4
2016-08-03 21:47:53 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.7rc4.src.tar.gz
2016-08-03 21:47:54 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=f669d64cd28be4ecaa36d3a31c3060b4f6e3f801e2e37f91c3a896ce3d28f64d
2016-08-03 21:47:55 UTC/bin/sh -c #(nop) COPY file:b54d7d4313a41e3729d6f4b7aa6e6f33a1e99759cb2a04149fae89f8211c3a65 in /
2016-08-03 21:49:11 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-08-03 21:49:12 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-08-03 21:49:13 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-08-03 21:49:15 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-08-03 21:49:15 UTC/bin/sh -c #(nop) WORKDIR /go
2016-08-03 21:49:17 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.