2016-08-03 21:47:30 UTC
239 MB
b75fa3bd2159754c404e3c83ba333d1ea80cb74de382b409afa6996abf0cc48a
GOLANG_DOWNLOAD_URLhttps://golang.org/dl/go1.7rc4.linux-amd64.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:357ea8c3d80bc25792e010facfc98aee5972ebc47e290eb0d5aea3671a901cab - 20.48% (49 MB)
[#001] sha256:52befadefd24601247558f63fcb2ccd96b79cbc447a148ea1d0aa2719a9ac3b1 - 7.39% (17.7 MB)
[#002] sha256:3c0732d5313c8ec8477e518f3e0af81796bdb047ed48cf256333785fc9916ba1 - 16.94% (40.5 MB)
[#003] sha256:fee55c62229822bb787bc8502672cac358825b228a0d72ea48b71f6814a92ef4 - 22.68% (54.3 MB)
[#004] sha256:c5cf2256c3a95037371868ce9f8f65e30d0c140055683341daf9e9440a597f46 - 32.51% (77.8 MB)
[#005] sha256:6d31f5911f91e72b7f12182c459ac5434fad1125bbee27cfca2f51594ba4db37 - 0.0% (123 Bytes)
[#006] sha256:2a2e84f616792e274e721ba1900f98d2d72a89b34223f3931aac2c3d04053c91 - 0.0% (1.32 KB)
[#007] sha256:52d3f86edcb45f509b33ff1ff49c0f1638c3f7f75f974780c491d0962b807372 - 0.0% (132 Bytes)
/bin/sh -c #(nop) ADD file:0e0565652aa852f62033d99f84892216020d30f64521ded5e72d4940bc4c9697 in /
2016-07-28 17:47:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-07-28 17:57:57 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-07-28 17:59:13 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-07-29 03:55:49 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-03 21:47:05 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.7rc4
2016-08-03 21:47:06 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7rc4.linux-amd64.tar.gz
2016-08-03 21:47:07 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_SHA256=b75fa3bd2159754c404e3c83ba333d1ea80cb74de382b409afa6996abf0cc48a
2016-08-03 21:47:18 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-03 21:47:19 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-08-03 21:47:19 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:47:21 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-08-03 21:47:22 UTC/bin/sh -c #(nop) WORKDIR /go
2016-08-03 21:47:23 UTC/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
2016-08-03 21:47:26 UTC/bin/sh -c mkdir -p /go/src/app
2016-08-03 21:47:27 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2016-08-03 21:47:27 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2016-08-03 21:47:28 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2016-08-03 21:47:29 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2016-08-03 21:47:30 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper install
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.