Namespace
library
Image / Tag
golang:1.8-wheezy
Content Digest
sha256:344cbed1a1ccdaefcbc7181901ccb467f7de7a0234e30297134e9298f31eff18
Details
Created

2017-01-27 22:40:24 UTC

Size

197 MB

Content Digest
Environment
GOLANG_DOWNLOAD_SHA256

0ff3faba02ac83920a65b453785771e75f128fbf9ba4ad1d5e72c044103f9c7a

GOLANG_DOWNLOAD_URL

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

GOLANG_VERSION

1.8rc3

GOPATH

/go

PATH

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


Layers

[#000] sha256:d9509b80c497066660d1e7a4e22ba112d025e83f6f7183d53c95bed1513938b7 - 18.02% (35.6 MB)

[#001] sha256:a0c12b04be6f745f58154eeb7b80403f95b355ca3842d384ffb685acf20432ad - 3.3% (6.51 MB)

[#002] sha256:0998595e89ba3755e57a2e3cd79c8dd7805959a77828f622fa3b344a73ca5d50 - 18.09% (35.7 MB)

[#003] sha256:d1a331769dd25fbec1b25e2327f4fe4f7c91f6929ed225f5634566367acabe90 - 17.61% (34.8 MB)

[#004] sha256:42c14a049e5b8502d0c6fd7459a34221489120b425882b9c767fee67f8551be5 - 42.98% (84.8 MB)

[#005] sha256:875752d99e5e03d797da31cab70f201b94d32aae8363719b25773d62143511c0 - 0.0% (123 Bytes)

[#006] sha256:3f5ca7fc2e2d6771255fb7761531fc05abf6c7c13bf5776e12633d8ba47f6be4 - 0.0% (1.32 KB)


History
2017-01-16 20:41:52 UTC

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

2017-01-16 20:42:00 UTC

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

2017-01-17 00:02:40 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:03:12 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:29 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-27 22:40:09 UTC

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

2017-01-27 22:40:09 UTC

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

2017-01-27 22:40:10 UTC

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

2017-01-27 22:40:21 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-27 22:40:21 UTC

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

2017-01-27 22:40:22 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-27 22:40:23 UTC

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

2017-01-27 22:40:24 UTC

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

2017-01-27 22:40:24 UTC

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