2016-08-30 23:02:07 UTC
239 MB
702ad90f705365227e902b42d91dd1a40e48ca7f67a2f4b2fd052aaa4295cd95
GOLANG_DOWNLOAD_URLhttps://golang.org/dl/go1.7.linux-amd64.tar.gz
GOLANG_VERSION1.7
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8ad8b3f87b378cfae583fef34e47a3c9203847d779961b7351cbf786af0bc09f - 20.47% (49 MB)
[#001] sha256:751fe39c4d348c7fc411d46929c1dac390e3d7107efc9f8f69641b50e14459f7 - 7.38% (17.7 MB)
[#002] sha256:ae3b77eefc06095198ecb7e758833493eab01708fae7f408b0631e6463c31a48 - 16.94% (40.5 MB)
[#003] sha256:92c7f8737c98da89fdc243d0fca73b886104e88b58a74199b6fc46ca15a31693 - 22.68% (54.3 MB)
[#004] sha256:1d75a9904ce2f9eb46538798580353fb64a5c5e5956f2fc0e63b14c58d84cbc3 - 32.52% (77.8 MB)
[#005] sha256:81c6a8f7bafb74d059741aa344a0cc6b2580360fe86ac3d3f11304ec84a6ca30 - 0.0% (123 Bytes)
[#006] sha256:4e29d27f64fd4373ca8b360fdf31f94059bdc57e4b815cbf69d8e91d6518732e - 0.0% (1.33 KB)
/bin/sh -c #(nop) ADD file:f2453b914e7e026efd39c6321c7b14509b6d09dd3cf5567a8f6bd38466e06954 in /
2016-08-30 21:00:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-08-30 21:52:11 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2016-08-30 21:52:34 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
2016-08-30 23:00:59 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends g++ gcc libc6-dev make && rm -rf /var/lib/apt/lists/*
2016-08-30 23:01:56 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.7
2016-08-30 23:01:56 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7.linux-amd64.tar.gz
2016-08-30 23:01:56 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_SHA256=702ad90f705365227e902b42d91dd1a40e48ca7f67a2f4b2fd052aaa4295cd95
2016-08-30 23:02:05 UTC/bin/sh -c curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz && echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - && tar -C /usr/local -xzf golang.tar.gz && rm golang.tar.gz
2016-08-30 23:02:05 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-08-30 23:02:06 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-30 23:02:07 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-08-30 23:02:07 UTC/bin/sh -c #(nop) WORKDIR /go
2016-08-30 23:02:07 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.