2017-01-17 00:41:13 UTC
195 MB
b58bf5cede40b21812dfa031258db18fc39746cc0972bc26dae0393acc377aaf
GOLANG_DOWNLOAD_URLhttps://golang.org/dl/go1.6.4.linux-amd64.tar.gz
GOLANG_VERSION1.6.4
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d9509b80c497066660d1e7a4e22ba112d025e83f6f7183d53c95bed1513938b7 - 18.25% (35.6 MB)
[#001] sha256:a0c12b04be6f745f58154eeb7b80403f95b355ca3842d384ffb685acf20432ad - 3.34% (6.51 MB)
[#002] sha256:0998595e89ba3755e57a2e3cd79c8dd7805959a77828f622fa3b344a73ca5d50 - 18.32% (35.7 MB)
[#003] sha256:d1a331769dd25fbec1b25e2327f4fe4f7c91f6929ed225f5634566367acabe90 - 17.84% (34.8 MB)
[#004] sha256:5fa2d1c0654449abde666dc43f7983fed666399c904bf6ac18d63d4ed63638d4 - 42.25% (82.3 MB)
[#005] sha256:8d7e67cb4708e850498100edef15ce1ea6ae2e626dfc522f865651115890527d - 0.0% (122 Bytes)
[#006] sha256:ea4cf575cb1404ce5492f75d0739ae4346795754535a71767591f25230957e30 - 0.0% (1.32 KB)
/bin/sh -c #(nop) ADD file:a341378be341bc318a57379c0a4b72f182f93ad617f08164343662e789b7244b in /
2017-01-16 20:42:00 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-01-17 00:02:40 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2017-01-17 00:03:12 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/*
2017-01-17 00:40:29 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config && rm -rf /var/lib/apt/lists/*
2017-01-17 00:40:59 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.6.4
2017-01-17 00:41:00 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.4.linux-amd64.tar.gz
2017-01-17 00:41:00 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_SHA256=b58bf5cede40b21812dfa031258db18fc39746cc0972bc26dae0393acc377aaf
2017-01-17 00:41:10 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
2017-01-17 00:41:11 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2017-01-17 00:41:11 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-17 00:41:12 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2017-01-17 00:41:13 UTC/bin/sh -c #(nop) WORKDIR /go
2017-01-17 00:41:13 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.