Namespace
library
Image / Tag
golang:1.6-onbuild
Content Digest
sha256:5307f272434d6fff934b0976d6b4c55e46792b100bfb4c66b9b9f16deca8b32f
Details
Created

2017-01-17 00:40:59 UTC

Size

246 MB

Content Digest
Environment
GOLANG_DOWNLOAD_SHA256

b58bf5cede40b21812dfa031258db18fc39746cc0972bc26dae0393acc377aaf

GOLANG_DOWNLOAD_URL

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

GOLANG_VERSION

1.6.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 - 19.88% (49 MB)

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

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

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

[#004] sha256:77855d2f51f632cff198a2467df06c85d8d0d69b254c9276c31e11e6f69f248a - 33.41% (82.3 MB)

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

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

[#007] sha256:d34839605e0954bf21ad008354efa1d1262da04fc3d6a1058437a55bb7391b0c - 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:43 UTC

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

2017-01-17 00:40:44 UTC

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

2017-01-17 00:40:44 UTC

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

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

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

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

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

2017-01-17 00:40:56 UTC

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

2017-01-17 00:40:56 UTC

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

2017-01-17 00:40:57 UTC

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

2017-01-17 00:40:58 UTC

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

2017-01-17 00:40:58 UTC

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

2017-01-17 00:40:58 UTC

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

2017-01-17 00:40:58 UTC

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

2017-01-17 00:40:59 UTC

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

Danger Zone
Delete Tag

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.

Delete