Namespace
mxjob
Image / Tag
mxnet-operator:v2
Content Digest
sha256:6a266c06e3711e70a133e4b80dd8b5cb97eae0f531120f70795b8cbac641cdb2
Details
Created

2018-08-23 08:01:15 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.2% (49.1 MB)

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

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

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

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

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

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

[#007] sha256:0093c149c56de27bbfb47a6d848cdbfd380056249911894ac50f948a093886aa - 0.0% (112 Bytes)

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

[#009] sha256:3bdd81e7932967d89e429d23a7b0932ce734b1c9aa7c7536e3c1e2f9ea6be08a - 3.45% (9.32 MB)

[#010] sha256:465c7afce46fd665c0bc8404e8abd0905e4bf66a3e3d5ec0c2ee89730286c174 - 3.45% (9.32 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-08-23 08:01:12 UTC

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

2018-08-23 08:01:13 UTC

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

2018-08-23 08:01:14 UTC

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

2018-08-23 08:01:15 UTC

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

2018-08-23 08:01:15 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