Namespace
library
Image / Tag
golang:1.7-wheezy
Content Digest
sha256:83d05f1ebfbd8861bc088bbaf64cba82e0cdd20bc098aae23867033ec5636ada
Details
Created

2017-07-26 05:14:59 UTC

Size

195 MB

Content Digest
Environment
GOLANG_VERSION

1.7.6

GOPATH

/go

PATH

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


Layers

[#000] sha256:c699c241757a98573c75a48425026d0b9644c4e1e1435592d2a40b40bd802ee9 - 18.64% (36.3 MB)

[#001] sha256:56d630c0070b4ded910e5fb310f33ed808e3235dc5404c8afc98f82a3c191550 - 3.4% (6.63 MB)

[#002] sha256:c4c4434d7858cac2afc20dc1e6b18dbc5cbe14447df03199e895f53cd59f085b - 18.56% (36.2 MB)

[#003] sha256:1f11c1b046be8803f5a0f635f5bb74eaff32e778d2ad272acf707ddebde0d5bb - 18.18% (35.4 MB)

[#004] sha256:56a48cde53d45857c5daccb97e9c665268182046aab247bb901e94a8b3cfebb6 - 41.21% (80.3 MB)

[#005] sha256:8d16c4c8635981b9181470a277669a5ec0025ea37e44c404c6767e8035363ac3 - 0.0% (126 Bytes)

[#006] sha256:7cade298206deccf5defce31835ed79b72323927ec83b0bee3504dd82f25cca4 - 0.0% (1.33 KB)


History
2017-07-24 16:53:45 UTC

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

2017-07-24 16:53:46 UTC

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

2017-07-24 17:30:29 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-07-24 17:30:29 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-07-24 17:30:48 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-07-26 05:14:48 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-07-26 05:14:48 UTC

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

2017-07-26 05:14:57 UTC

/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) goRelArch='linux-amd64'; goRelSha256='ad5808bf42b014c22dd7646458f631385003049ded0bb6af2efc7f1f79fa29ea' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='fc5c40fb1f76d0978504b94cd06b5ea6e0e216ba1d494060d081e022540900f8' ;; i386) goRelArch='linux-386'; goRelSha256='99f79d4e0f966f492794963ecbf4b08c16a9a268f2c09053a5ce10b343ee4082' ;; ppc64el) goRelArch='linux-ppc64le'; goRelSha256='8b5b602958396f165a3547a1308ab91ae3f2ad8ecb56063571a37aadc2df2332' ;; s390x) goRelArch='linux-s390x'; goRelSha256='d692643d1ac4f4dea8fb6d949ffa750e974e63ff0ee6ca2a7c38fc7c90da8b5b' ;; *) goRelArch='src'; goRelSha256='1a67a4e688673fdff7ba41e73482b0e59ac5bd0f7acf703bc6d50cc775c5baba'; 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-07-26 05:14:57 UTC

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

2017-07-26 05:14:57 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-07-26 05:14:58 UTC

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

2017-07-26 05:14:58 UTC

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

2017-07-26 05:14:59 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