2017-01-27 22:37:44 UTC
192 MB
2e4dd6c44f0693bef4e7b46cc701513d74c3cc44f2419bf519d7868b12931ac3
GOLANG_DOWNLOAD_URLhttps://golang.org/dl/go1.7.5.linux-amd64.tar.gz
GOLANG_VERSION1.7.5
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.53% (35.6 MB)
[#001] sha256:a0c12b04be6f745f58154eeb7b80403f95b355ca3842d384ffb685acf20432ad - 3.39% (6.51 MB)
[#002] sha256:0998595e89ba3755e57a2e3cd79c8dd7805959a77828f622fa3b344a73ca5d50 - 18.6% (35.7 MB)
[#003] sha256:d1a331769dd25fbec1b25e2327f4fe4f7c91f6929ed225f5634566367acabe90 - 18.11% (34.8 MB)
[#004] sha256:4df815e72d94a6d71a83f8218278394e8776d3262b818e7534e347c606a90382 - 41.37% (79.4 MB)
[#005] sha256:f2dee9e705a476ddf3b4b25c5cfb9eab5d167a29301e6f7d2a579b426c73eb50 - 0.0% (123 Bytes)
[#006] sha256:e93e8fc0976b99b48d1a422d8ae0d446bdc841afa489110f27e08a131fdb7fb9 - 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-27 22:37:29 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.7.5
2017-01-27 22:37:30 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7.5.linux-amd64.tar.gz
2017-01-27 22:37:30 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_SHA256=2e4dd6c44f0693bef4e7b46cc701513d74c3cc44f2419bf519d7868b12931ac3
2017-01-27 22:37:40 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-27 22:37:41 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2017-01-27 22:37:41 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:37:43 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2017-01-27 22:37:43 UTC/bin/sh -c #(nop) WORKDIR /go
2017-01-27 22:37:44 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.