Namespace
msly
Image / Tag
codis:release3.2
Content Digest
sha256:c5e3a13c5712881c4474edd64a12084c08a45820ca1033050a0dbbf7a5f017d7
Details
Created

2019-12-13 07:35:33 UTC

Size

431 MB

Content Digest
Environment
CODIS

/gopath/src/github.com/CodisLabs/codis

GOLANG_VERSION

1.13.5

GOPATH

/gopath

PATH

/gopath/bin:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/gopath/src/github.com/CodisLabs/codis/bin


Layers

[#000] sha256:16ea0e8c887910fe167687a0169991b4c1fc165257aab6b116f6a5e61a64e7af - 11.15% (48 MB)

[#001] sha256:50024b0106d53dcbd29889c65bc040439b2bb8947dac16c8c670db894a2c5ba6 - 1.73% (7.45 MB)

[#002] sha256:ff95660c69375e19e287b2ea87ca9b4be008cd036e95d541515262b86cc521d9 - 2.21% (9.53 MB)

[#003] sha256:9c7d0e5c0bc204b3a36e3f8ff320741da0bd0225e0a67e224c6265c1e208f80a - 11.46% (49.4 MB)

[#004] sha256:2a19d2e6789cf0b5bd768167bbbfd1858b41c6ea6755b3536fd8f0a47accfd5d - 15.17% (65.3 MB)

[#005] sha256:d53b5eb247b8569b06d733e48cedfae42a584f0d2ac7ece5c77906769808e018 - 26.58% (115 MB)

[#006] sha256:d1e7779aa3cd4e0b39c54bc5a46a5cb8f713f57ed01286bc1d0163efb6f26822 - 0.0% (126 Bytes)

[#007] sha256:d0d9afe4a7362d543492ac9e0a9dea27395b61d41fdadf836fcb0cc358faa643 - 8.02% (34.5 MB)

[#008] sha256:41bba07ee236036f36e757e8b81162bb1f3e996932b23a2fe4f51ca8c45fe258 - 23.67% (102 MB)

[#009] sha256:1ccaa3445804b37c02206f00547ebf4b96ff57235fd575e61af749c72213d91c - 0.0% (132 Bytes)


History
2019-11-22 14:54:40 UTC

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

2019-11-22 14:54:40 UTC

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

2019-11-23 00:00:41 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2019-11-23 00:00:49 UTC

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

2019-11-23 00:01:14 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2019-11-23 23:05:41 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/*

2019-12-05 22:19:41 UTC

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

2019-12-05 22:19:53 UTC

/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) goRelArch='linux-amd64'; goRelSha256='512103d7ad296467814a6e3f635631bd35574cab3369a97a323c9a585ccaa569' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='26259f61d52ee2297b1e8feef3a0fc82144b666a2b95512402c31cc49713c133' ;; arm64) goRelArch='linux-arm64'; goRelSha256='227b718923e20c846460bbecddde9cb86bad73acc5fb6f8e1a96b81b5c84668b' ;; i386) goRelArch='linux-386'; goRelSha256='3b830fa25f79ab08b476f02c84ea4125f41296b074017b492ac1ff748cf1c7c9' ;; ppc64el) goRelArch='linux-ppc64le'; goRelSha256='292814a5ea42a6fc43e1d1ea61c01334e53959e7ab34de86eb5f6efa9742afb6' ;; s390x) goRelArch='linux-s390x'; goRelSha256='cfbb2959f243880abd1e2efd85d798b8d7ae4a502ab87c4b722c1bd3541e5dc3' ;; *) goRelArch='src'; goRelSha256='27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff'; 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

2019-12-05 22:19:53 UTC

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

2019-12-05 22:19:54 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

2019-12-05 22:19:54 UTC

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

2019-12-05 22:19:54 UTC

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

2019-12-13 07:34:18 UTC

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

2019-12-13 07:34:18 UTC

/bin/sh -c #(nop) ENV CODIS=/gopath/src/github.com/CodisLabs/codis

2019-12-13 07:34:18 UTC

/bin/sh -c #(nop) ENV PATH=/gopath/bin:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/gopath/src/github.com/CodisLabs/codis/bin

2019-12-13 07:34:21 UTC

/bin/sh -c #(nop) COPY dir:23ea947df259cfc810f31153679d91090b260ba39e7fe42b3f05453f38d115de in /gopath/src/github.com/CodisLabs/codis

2019-12-13 07:35:31 UTC

/bin/sh -c apt-get update && apt-get install -y autoconf && make -C ${CODIS} distclean && make -C ${CODIS} build-all

2019-12-13 07:35:33 UTC

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

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