Namespace
library
Image / Tag
golang:1.8rc1-onbuild
Content Digest
sha256:40a3f0f97189a0a95afd07d8fe34a81b9ac3e9e31deba57ef6cc46e9fbda6538
Details
Created

2017-01-17 00:41:30 UTC

Size

250 MB

Content Digest
Environment
GOLANG_DOWNLOAD_SHA256

bb8fe0d81161e4a8b0a8b2145ee5f8a60370baf5d48c07a83f6f09e1ad253bec

GOLANG_DOWNLOAD_URL

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

GOLANG_VERSION

1.8rc1

GOPATH

/go

PATH

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


Layers

[#000] sha256:5040bd2983909aa8896b9932438c3f1479d25ae837a5f6220242a264d0221f2d - 19.58% (49 MB)

[#001] sha256:fce5728aad85a763fe3c419db16885eb6f7a670a42824ea618414b8fb309ccde - 7.07% (17.7 MB)

[#002] sha256:76610ec20bf5892e24cebd4153c7668284aa1d1151b7c3b0c7d50c579aa5ce75 - 16.2% (40.5 MB)

[#003] sha256:86b681f75ff656775b833d40e824f47d5b46215fd8a2e829b2b9cf89b28a1628 - 22.75% (56.9 MB)

[#004] sha256:23bca5ff16bbc3c5c1651a3028b75589933014747bbe45bbd2a169271ad2129f - 34.4% (86 MB)

[#005] sha256:6fd7e5df5926567a5656fa2ee36752c6d9a906f27681fb3218dc0332712373e9 - 0.0% (123 Bytes)

[#006] sha256:9fdf02e96c143210b6e8d462f7d4721d2e6733916f811534243ab5903ae5e775 - 0.0% (1.32 KB)

[#007] sha256:b903c92b31825e9f9ee88e36b6f322e65b0524dda3df12b83dbdb9692b4d06a4 - 0.0% (131 Bytes)


History
2017-01-16 20:35:09 UTC

/bin/sh -c #(nop) ADD file:89ecb642d662ee7edbb868340551106d51336c7e589fdaca4111725ec64da957 in /

2017-01-16 20:35:16 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2017-01-17 00:00:45 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:01:07 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:03 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:41:14 UTC

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

2017-01-17 00:41:14 UTC

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

2017-01-17 00:41:14 UTC

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

2017-01-17 00:41:25 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:25 UTC

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

2017-01-17 00:41:25 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:26 UTC

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

2017-01-17 00:41:27 UTC

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

2017-01-17 00:41:27 UTC

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

2017-01-17 00:41:28 UTC

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

2017-01-17 00:41:29 UTC

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

2017-01-17 00:41:29 UTC

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

2017-01-17 00:41:29 UTC

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

2017-01-17 00:41:30 UTC

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

2017-01-17 00:41:30 UTC

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