2016-12-19 22:21:02 UTC
249 MB
4cb9bfb0e82d665871b84070929d6eeb4d51af6bedbc8fdd3df5766e937ef84c
GOLANG_DOWNLOAD_URLhttps://golang.org/dl/go1.8beta2.linux-amd64.tar.gz
GOLANG_VERSION1.8beta2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:75a822cd7888e394c49828b951061402d31745f596b1f502758570f2d0ee79e2 - 19.7% (49 MB)
[#001] sha256:57de64c72267e88e952b064236cb906c7626f7c07a1a2d5900cf6953e72632b3 - 7.11% (17.7 MB)
[#002] sha256:4306be1e8943b446026b96c2ef7b3ab8471c760774fd1cd11334df7084fed57b - 16.3% (40.5 MB)
[#003] sha256:4ba540d4983533a6b6779ea036bf9b1b04ceea24afe472eab04f559ecdefa65f - 22.88% (56.9 MB)
[#004] sha256:2a10223986a7ab9f691eb459e7292db826ba7d921684da030a91df0e917cea47 - 34.0% (84.5 MB)
[#005] sha256:60742e2d9d5d6a20869f52e3c99dad3b8e9e4b72878623ada32a035e1877b524 - 0.0% (123 Bytes)
[#006] sha256:ba1984bbd1a8fee42ea6c7b923776f4b2f8f7986f8c22b4dcd75fbe53613bb5b - 0.0% (1.32 KB)
[#007] sha256:2e688e82b335f2eb5525036988f523f50b4a37a8d9c46b2b14ae91dc4db8371d - 0.0% (133 Bytes)
/bin/sh -c #(nop) ADD file:1d214d2782eaccc743b8d683ccecf2f87f12a0ecdfbcd6fdf4943ce616f23870 in /
2016-12-13 22:10:59 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-12-13 23:00: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-12-13 23:00:33 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-12-13 23:25:31 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/*
2016-12-19 22:20:44 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8beta2
2016-12-19 22:20:45 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.8beta2.linux-amd64.tar.gz
2016-12-19 22:20:45 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_SHA256=4cb9bfb0e82d665871b84070929d6eeb4d51af6bedbc8fdd3df5766e937ef84c
2016-12-19 22:20:56 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-12-19 22:20:56 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-12-19 22:20:57 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-12-19 22:20:58 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-12-19 22:20:58 UTC/bin/sh -c #(nop) WORKDIR /go
2016-12-19 22:20:59 UTC/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
2016-12-19 22:21:00 UTC/bin/sh -c mkdir -p /go/src/app
2016-12-19 22:21:01 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2016-12-19 22:21:01 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2016-12-19 22:21:01 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2016-12-19 22:21:02 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2016-12-19 22:21:02 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper install