Namespace
library
Image / Tag
golang:1.7.1-onbuild
Content Digest
sha256:50534b00f9f57b5f2cdc8394e5f1896e5c890c117453dc51e0db31dc6ccc0dd1
Details
Created

2016-09-28 20:46:45 UTC

Size

242 MB

Content Digest
Environment
GOLANG_DOWNLOAD_SHA256

43ad621c9b014cde8db17393dc108378d37bc853aa351a6c74bf6432c1bbd182

GOLANG_DOWNLOAD_URL

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

GOLANG_VERSION

1.7.1

GOPATH

/go

PATH

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


Layers

[#000] sha256:6a5a5368e0c2d3e5909184fa28ddfd56072e7ff3ee9a945876f7eee5896ef5bb - 20.25% (49 MB)

[#001] sha256:7b9457ec39de00bc70af1c9631b9ae6ede5a3ab715e6492c0a2641868ec1deda - 7.3% (17.7 MB)

[#002] sha256:ff18e19c2db42055e6f34323700737bde3c819b413997cddace2c1b7180d7efd - 16.75% (40.5 MB)

[#003] sha256:00075397a1ec5875797c7916e5e28e4cf9e9212b9e129f3748e35018de80a0d0 - 23.52% (56.9 MB)

[#004] sha256:ee3cf1ce58d6e90f7624f5c64a14d3438ca977be21b63898e4845c5a7b9c8bd9 - 32.18% (77.8 MB)

[#005] sha256:741206fcd3b82fdd13df155e2a584e9c75b831b3265eec5f9c63adf386d5ee2c - 0.0% (123 Bytes)

[#006] sha256:369d69bdd76d578056ecf7b3580ff166ad1037fb3cb48138cf984ca8582367f0 - 0.0% (1.32 KB)

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


History
2016-09-23 18:08:50 UTC

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

2016-09-23 18:08:51 UTC

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

2016-09-23 18:25:17 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-09-23 18:26:18 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-09-28 20:45:24 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-09-28 20:46:24 UTC

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

2016-09-28 20:46:25 UTC

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

2016-09-28 20:46:25 UTC

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

2016-09-28 20:46:34 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-09-28 20:46:35 UTC

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

2016-09-28 20:46:35 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-09-28 20:46:36 UTC

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

2016-09-28 20:46:37 UTC

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

2016-09-28 20:46:37 UTC

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

2016-09-28 20:46:39 UTC

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

2016-09-28 20:46:39 UTC

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

2016-09-28 20:46:44 UTC

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

2016-09-28 20:46:44 UTC

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

2016-09-28 20:46:45 UTC

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

2016-09-28 20:46:45 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