Namespace
library
Image / Tag
golang:1.5.4-onbuild
Content Digest
sha256:e835eafd561677cd2af4d10c6784d908103b9c6a99d5af96304c37960e26e0d5
Details
Created

2016-07-29 04:00:22 UTC

Size

238 MB

Content Digest
Environment
GOLANG_DOWNLOAD_SHA256

a3358721210787dc1e06f5ea1460ae0564f22a0fbd91be9dcd947fb1d19b9560

GOLANG_DOWNLOAD_URL

https://golang.org/dl/go1.5.4.linux-amd64.tar.gz

GOLANG_VERSION

1.5.4

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:357ea8c3d80bc25792e010facfc98aee5972ebc47e290eb0d5aea3671a901cab - 20.59% (49 MB)

[#001] sha256:52befadefd24601247558f63fcb2ccd96b79cbc447a148ea1d0aa2719a9ac3b1 - 7.43% (17.7 MB)

[#002] sha256:3c0732d5313c8ec8477e518f3e0af81796bdb047ed48cf256333785fc9916ba1 - 17.03% (40.5 MB)

[#003] sha256:fee55c62229822bb787bc8502672cac358825b228a0d72ea48b71f6814a92ef4 - 22.81% (54.3 MB)

[#004] sha256:70ff2aeff1741fd0e0c559ee56a86942c53911987f1f9526a4300bc0f414b597 - 32.14% (76.5 MB)

[#005] sha256:01195e06f03d51818f561f8823669cef95aeb6e751309e41941578f8e79af3dc - 0.0% (123 Bytes)

[#006] sha256:2f0f050412f9062e1d21161d58ee26986e0ac8e38b6b28e8ce40c6664fb93ed1 - 0.0% (1.32 KB)

[#007] sha256:d6ca0ca72854a4cc3fada2f5311704da49a16a6dcea2ebed203d94a901d7d450 - 0.0% (132 Bytes)


History
2016-07-28 17:47:54 UTC

/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-07-29 03:55:50 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.5.4

2016-07-29 03:55:51 UTC

/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.5.4.linux-amd64.tar.gz

2016-07-29 03:55:51 UTC

/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_SHA256=a3358721210787dc1e06f5ea1460ae0564f22a0fbd91be9dcd947fb1d19b9560

2016-07-29 03:56:03 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-07-29 03:56:06 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2016-07-29 03:56:08 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-07-29 03:56:09 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2016-07-29 03:56:10 UTC

/bin/sh -c #(nop) WORKDIR /go

2016-07-29 03:56:11 UTC

/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/

2016-07-29 04:00:18 UTC

/bin/sh -c mkdir -p /go/src/app

2016-07-29 04:00:19 UTC

/bin/sh -c #(nop) WORKDIR /go/src/app

2016-07-29 04:00:19 UTC

/bin/sh -c #(nop) CMD ["go-wrapper" "run"]

2016-07-29 04:00:20 UTC

/bin/sh -c #(nop) ONBUILD COPY . /go/src/app

2016-07-29 04:00:21 UTC

/bin/sh -c #(nop) ONBUILD RUN go-wrapper download

2016-07-29 04:00:22 UTC

/bin/sh -c #(nop) ONBUILD RUN go-wrapper install