Namespace
library
Image / Tag
golang:1.7.4-onbuild
Content Digest
sha256:ce65c1d1fc3ada88796295326ac4633674af0b485c093c952251cb9ee99bf33a
Details
Created

2017-01-17 00:40:19 UTC

Size

243 MB

Content Digest
Environment
GOLANG_DOWNLOAD_SHA256

47fda42e46b4c3ec93fa5d4d4cc6a748aa3f9411a2a2b7e08e3a6d80d753ec8b

GOLANG_DOWNLOAD_URL

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

GOLANG_VERSION

1.7.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:5040bd2983909aa8896b9932438c3f1479d25ae837a5f6220242a264d0221f2d - 20.13% (49 MB)

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

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

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

[#004] sha256:8553b52886d8cbfb1c7c1a285cd80576114a4a1622d9d01e7d2f39ec8038e069 - 32.56% (79.2 MB)

[#005] sha256:63c25ee63bd654fc47ac796e0c6a9f121a4878650b2063533525c738fc2c95f3 - 0.0% (122 Bytes)

[#006] sha256:4268eec6f44b26336a69e2a225f33c602c5da95608f1bef1d096ac0c1db8d7b2 - 0.0% (1.32 KB)

[#007] sha256:392730291e894383e08783b1e4a4478300b70083a1f2b3bed3704e24fd7d7765 - 0.0% (132 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:40:04 UTC

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

2017-01-17 00:40:04 UTC

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

2017-01-17 00:40:05 UTC

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

2017-01-17 00:40:13 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:40:14 UTC

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

2017-01-17 00:40:14 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:40:15 UTC

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

2017-01-17 00:40:15 UTC

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

2017-01-17 00:40:16 UTC

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

2017-01-17 00:40:17 UTC

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

2017-01-17 00:40:18 UTC

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

2017-01-17 00:40:18 UTC

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

2017-01-17 00:40:18 UTC

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

2017-01-17 00:40:18 UTC

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

2017-01-17 00:40:19 UTC

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