2016-07-01 19:30:33 UTC
65.1 MB
002acabce7ddc140d0d55891f9d4fcfbdd806b9332fb8b110c91bc91afb0bc93
GOLANG_SRC_URLhttps://golang.org/dl/go1.5.4.src.tar.gz
GOLANG_VERSION1.5.4
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.38% (2.2 MB)
[#001] sha256:ac58758e6ad5928c40fe2ce1b955a5f9d1c4889667874887960ff0c00f2ebcf6 - 0.5% (336 KB)
[#002] sha256:189cf28ebbc5aee712ba9194f6308065957dcaff75ffd6fd1a66ebcfc3a0c9da - 96.11% (62.6 MB)
[#003] sha256:11843d4b6571391fafc5bc609948e2b607d974a803127d39078522b990777af3 - 0.0% (122 Bytes)
[#004] sha256:c1d9d7c9cb3e4bfbd999a501cf1746f7e3eba20f13544a38dff7c8c274711cfe - 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-07-01 19:29:12 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.5.4
2016-07-01 19:29:13 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.5.4.src.tar.gz
2016-07-01 19:29:13 UTC/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=002acabce7ddc140d0d55891f9d4fcfbdd806b9332fb8b110c91bc91afb0bc93
2016-07-01 19:30:28 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 && ./make.bash && apk del .build-deps
2016-07-01 19:30:29 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-07-01 19:30:30 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-07-01 19:30:31 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-07-01 19:30:32 UTC/bin/sh -c #(nop) WORKDIR /go
2016-07-01 19:30:33 UTC/bin/sh -c #(nop) COPY file:ce084cb461a5ff8443f1781f7b0af0a33ad2bd4fe7ca14df213f58fa79e0172b 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.