Namespace
library
Image / Tag
golang:1.9beta1
Content Digest
sha256:4557e3866afbaa642c4f0729dac1a947135c4d14d241abfc4b676e2f1d150cec
Details
Created

2017-06-22 22:37:03 UTC

Size

247 MB

Content Digest
Environment
GOLANG_VERSION

1.9beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:c75480ad9aafadef6c7faf829ede40cf2fa990c9308d6cd354d53041b01a7cda - 17.41% (43 MB)

[#001] sha256:18d67befbc4e6fc58906f99031e8183060a10ee8b4e30cd2a83a942f68760818 - 4.28% (10.6 MB)

[#002] sha256:36d9add01f107cb501fcbae0bbfbff3c879dcf5910a9066077b2cc755c98cc4c - 19.64% (48.6 MB)

[#003] sha256:d7d48ec3144d4868469d162e54da451f02edfe6a8b3272c33a61a35813b02482 - 22.06% (54.6 MB)

[#004] sha256:23b733f53008b7e08ce0cf04a513cdd122d76cec087ed757e89c6a0a75d31f4e - 36.6% (90.5 MB)

[#005] sha256:6ad073116e77afa90bbb55cd7b7d0c61e801a69a304936dfd5151df6419b186b - 0.0% (125 Bytes)

[#006] sha256:2f1b7031c183db35a848170f71a7284759499b3eacb9320eacabf7a7e66190be - 0.0% (1.33 KB)


History
2017-06-20 20:24:09 UTC

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

2017-06-20 20:24:10 UTC

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

2017-06-20 21:21:56 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-06-20 21:24:46 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-06-22 22:35:53 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-06-22 22:36:06 UTC

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

2017-06-22 22:36:18 UTC

/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) goRelArch='linux-amd64'; goRelSha256='85719a2c704ad1352052e185c760d7c65b9d8a18b491287a7e5f6775ccc27d3b' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='26eb517a72bd0e9b1bc7f24ea52ded1991c72e09cd876c9747641c193c734cdc' ;; arm64) goRelArch='linux-arm64'; goRelSha256='d6877ab02d9133a51925861af2db76faabe33146ed87225450fd56c6535088ab' ;; i386) goRelArch='linux-386'; goRelSha256='af9fbef65761c03ee101eb23e1d1a673734c82b50546fed95710a6b04fe52995' ;; ppc64el) goRelArch='linux-ppc64le'; goRelSha256='8708e49428d493d07ce71f09b31b720ff8c8fe469698cd5e9f44f088c1ef75da' ;; s390x) goRelArch='linux-s390x'; goRelSha256='c16f86dd69bf282ca4bba60a6449130c5c0d988917d0c1f9d62a5e2fd5191a83' ;; *) goRelArch='src'; goRelSha256='e42dbd2071aadb28a4d293225b04b6b4215a35a7f04417a0e47ffa38f81d642d'; echo >&2; echo >&2 "warning: current architecture ($dpkgArch) does not have a corresponding Go binary release; will be building from source"; echo >&2 ;; esac; url="https://golang.org/dl/go${GOLANG_VERSION}.${goRelArch}.tar.gz"; wget -O go.tgz "$url"; echo "${goRelSha256} *go.tgz" | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; if [ "$goRelArch" = 'src' ]; then echo >&2; echo >&2 'error: UNIMPLEMENTED'; echo >&2 'TODO install golang-any from jessie-backports for GOROOT_BOOTSTRAP (and uninstall after build)'; echo >&2; exit 1; fi; export PATH="/usr/local/go/bin:$PATH"; go version

2017-06-22 22:36:34 UTC

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

2017-06-22 22:36: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

2017-06-22 22:36:37 UTC

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

2017-06-22 22:37:01 UTC

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

2017-06-22 22:37:03 UTC

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

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