Namespace
mxjob
Image / Tag
mxnet-operator:v2-test-3
Content Digest
sha256:282616f47d42e75cc57e86cf06651bd5ae7195f5b9049a00e4e03fee4c2154cd
Details
Created

2018-09-03 07:33:54 UTC

Size

270 MB

Content Digest
Environment
GOLANG_VERSION

1.8.2

GOPATH

/go

PATH

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


Layers

[#000] sha256:cd9a7cbe58f441b5681e567f060f371d5b232035e74557e87135e2c2500a6386 - 18.18% (49.1 MB)

[#001] sha256:6b22806153e5852040166ef4db0477f4ac684cd768ec7675bd72773cc2af44bf - 6.57% (17.7 MB)

[#002] sha256:da3f2dc8c5f59af8ebe6e006ce82a1032d6bb1e61fd298bec0d115313e61c1d8 - 15.03% (40.6 MB)

[#003] sha256:96109dbc0c87efa909696eecf0f13ae03eb8c777638a5593f49652f718ae27a1 - 21.42% (57.8 MB)

[#004] sha256:86e85c214a6d14204fa0505efc3127bf70e7a48e941f6b0b774c7cb83c954b0e - 31.78% (85.8 MB)

[#005] sha256:dc4119596c017698e9836029f953ba1472c5d8b7372de96be1fde0f4d286c2be - 0.0% (121 Bytes)

[#006] sha256:93bcde2087f8b6bd1e3209cbecf324f785a081e9ff0f34ebbbf9256c9d93e661 - 0.0% (1.32 KB)

[#007] sha256:48689dd51c34fa640f0ad485c562d3c6f74b0a02a388a52fa0fd5b767b19cfae - 0.0% (112 Bytes)

[#008] sha256:a49b792a11a1bfedaf46be0f1340b228410a182989303bb4ea128fbe334d79ae - 0.0% (133 Bytes)

[#009] sha256:780d0150efa714f2371af7f17704de4d29e980dc4c20557a4aaf5172acb094bd - 3.51% (9.47 MB)

[#010] sha256:576af8e44e8114ac34b1e1b4dd64dfd812f94b6db0729abbd0832a4634a71d3c - 3.51% (9.47 MB)


History
2017-05-08 23:28:14 UTC

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

2017-05-08 23:28:15 UTC

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

2017-05-08 23:53:11 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-05-08 23:54:32 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-05-09 16:43:54 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-05-23 22:20:01 UTC

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

2017-05-23 22:20:16 UTC

/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in ppc64el) goRelArch='linux-ppc64le'; goRelSha256='031035eab11903237e02007fc69c085bd4769ff2e2aa5e9af427ddaed3d37e2b' ;; i386) goRelArch='linux-386'; goRelSha256='00bc94606610bf25c660d6106fa8e61cca6a276c046f3ceb9091053e99ceebe9' ;; s390x) goRelArch='linux-s390x'; goRelSha256='f091afb86501191270e14a653a056e8e7635e18a72e43cfbd13093b2482ca7a8' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='a1942b2833e7d2685d7dbb7ac81c66125c351f24c7f006e8ae4a4283905257d1' ;; amd64) goRelArch='linux-amd64'; goRelSha256='5477d6c9a4f96fa120847fafa88319d7b56b5d5068e41c3587eebe248b939be7' ;; *) goRelArch='src'; goRelSha256='e10401faaa8ae29dbe87349c1814b07b1903d453f822215d7b274bbc335cbf79'; 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-05-23 22:20:17 UTC

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

2017-05-23 22:20:18 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-05-23 22:20:19 UTC

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

2017-05-23 22:20:20 UTC

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

2017-05-23 22:20:21 UTC

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

2018-09-03 03:43:33 UTC

/bin/sh -c mkdir -p /opt/mlkube

2018-09-03 03:43:34 UTC

/bin/sh -c mkdir -p /opt/mlkube/test

2018-09-03 07:33:52 UTC

/bin/sh -c #(nop) COPY file:c801935c53dab52f539cc9ba8b18ff6a0f29167181c54bb641b374c72374f835 in /opt/mlkube

2018-09-03 07:33:53 UTC

/bin/sh -c chmod a+x /opt/mlkube/mxnet-operator.v2

2018-09-03 07:33:54 UTC

/bin/sh -c #(nop) CMD ["/opt/mlkube/mxnet-operator.v2" "--alsologtostderr" "-v=1"]

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