Namespace
tensorflow
Image / Tag
tensorflow:latest-devel-py3
Content Digest
sha256:3d308272e6045de92423908e47776317a11d05ae41d7dfd399d7cca59adc8910
Details
Created

2020-03-31 14:25:47 UTC

Size

1020 MB

Content Digest
Environment
CI_BUILD_PYTHON

python

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:5bed26d33875e6da1d9ff9a1054c5fef3bbeb22ee979e14b72acf72528de007b - 2.49% (25.5 MB)

[#001] sha256:f11b29a9c7306674a9479158c1b4259938af11b97359d9ac02030cc1095e9ed1 - 0.0% (34.5 KB)

[#002] sha256:930bda195c84cf132344bf38edcad255317382f910503fef234a9ce3bff0f4dd - 0.0% (848 Bytes)

[#003] sha256:78bf9a5ad49e4ae42a83f4995ade4efc096f78fd38299cf05bc041e8cdda2a36 - 0.0% (162 Bytes)

[#004] sha256:4031529457c8696e68ab065adedb05af013e62121756c136ae96f4db61553229 - 22.17% (227 MB)

[#005] sha256:967a60cbd0456ada91011b971a923af3b1d76b04ddbc1814177e6dd61edef0af - 0.0% (725 Bytes)

[#006] sha256:12e364189879789272a83d4f4b49f6ac82fb467d60c7d026429e37e12ac9e4c0 - 54.36% (556 MB)

[#007] sha256:b52627e00e36988f2b73e4e4d0580a5abb602397f488cdb0ae33d55448d01030 - 7.44% (76.2 MB)

[#008] sha256:987834e14f2aa4271880532e239beb1800f93c766ca39bc4cf16b48104a6f0fe - 0.33% (3.35 MB)

[#009] sha256:2ab521fd4d383f3047b7de4aa77e8dadbe5f1c2535201a8a26a92fdb44243289 - 0.0% (171 Bytes)

[#010] sha256:68db855b5bf69828ae7845d9a8558136c68c7c9b3ca3a26c02e0124c5a38529d - 0.23% (2.32 MB)

[#011] sha256:731ea1aef3b5cda472abadb5924ab932d75c118f5978d1e91124b9b4bf73cc5f - 9.04% (92.5 MB)

[#012] sha256:91e84ec4856cfc4583477d6eed9c937072b690d1a196cfdfc7f299a409094851 - 3.95% (40.4 MB)

[#013] sha256:3f8b6feb1b39c58810e4086ae0f38ec2c148bfaa0188668e5723e1d684731751 - 0.0% (1.06 KB)

[#014] sha256:bf92243594c82ce4da604926a41eeb79b15f5a7a187a8e301a4990db468e565d - 0.0% (1.06 KB)


History
2020-03-20 19:20:20 UTC

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

2020-03-20 19:20:21 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-03-20 19:20:21 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2020-03-20 19:20:22 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-03-20 19:20:22 UTC

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

2020-03-31 14:23:41 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential curl git libcurl3-dev libfreetype6-dev libhdf5-serial-dev libzmq3-dev pkg-config rsync software-properties-common sudo unzip zip zlib1g-dev openjdk-8-jdk openjdk-8-jre-headless && apt-get clean && rm -rf /var/lib/apt/lists/*

2020-03-31 14:23:44 UTC

/bin/sh -c #(nop) ENV CI_BUILD_PYTHON=python

2020-03-31 14:23:44 UTC

/bin/sh -c #(nop) ARG CACHE_STOP=1

2020-03-31 14:23:44 UTC

/bin/sh -c #(nop) ARG CHECKOUT_TF_SRC=0

2020-03-31 14:23:45 UTC

|2 CACHE_STOP=1 CHECKOUT_TF_SRC=1 /bin/sh -c chmod a+w /etc/passwd /etc/group

2020-03-31 14:24:33 UTC

|2 CACHE_STOP=1 CHECKOUT_TF_SRC=1 /bin/sh -c test "${CHECKOUT_TF_SRC}" -eq 1 && git clone https://github.com/tensorflow/tensorflow.git /tensorflow_src || true

2020-03-31 14:24:36 UTC

/bin/sh -c #(nop) ARG USE_PYTHON_3_NOT_2

2020-03-31 14:24:36 UTC

/bin/sh -c #(nop) ARG _PY_SUFFIX=3

2020-03-31 14:24:37 UTC

/bin/sh -c #(nop) ARG PYTHON=python3

2020-03-31 14:24:37 UTC

/bin/sh -c #(nop) ARG PIP=pip3

2020-03-31 14:24:37 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2020-03-31 14:24:58 UTC

|6 CACHE_STOP=1 CHECKOUT_TF_SRC=1 PIP=pip3 PYTHON=python3 USE_PYTHON_3_NOT_2=1 _PY_SUFFIX=3 /bin/sh -c apt-get update && apt-get install -y ${PYTHON} ${PYTHON}-pip

2020-03-31 14:25:03 UTC

|6 CACHE_STOP=1 CHECKOUT_TF_SRC=1 PIP=pip3 PYTHON=python3 USE_PYTHON_3_NOT_2=1 _PY_SUFFIX=3 /bin/sh -c ${PIP} --no-cache-dir install --upgrade pip setuptools

2020-03-31 14:25:04 UTC

|6 CACHE_STOP=1 CHECKOUT_TF_SRC=1 PIP=pip3 PYTHON=python3 USE_PYTHON_3_NOT_2=1 _PY_SUFFIX=3 /bin/sh -c ln -s $(which ${PYTHON}) /usr/local/bin/python

2020-03-31 14:25:10 UTC

|6 CACHE_STOP=1 CHECKOUT_TF_SRC=1 PIP=pip3 PYTHON=python3 USE_PYTHON_3_NOT_2=1 _PY_SUFFIX=3 /bin/sh -c apt-get update && apt-get install -y build-essential curl git wget openjdk-8-jdk ${PYTHON}-dev virtualenv swig

2020-03-31 14:25:41 UTC

|6 CACHE_STOP=1 CHECKOUT_TF_SRC=1 PIP=pip3 PYTHON=python3 USE_PYTHON_3_NOT_2=1 _PY_SUFFIX=3 /bin/sh -c ${PIP} --no-cache-dir install Pillow h5py keras_preprocessing matplotlib mock numpy scipy sklearn pandas future portpicker && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install enum34

2020-03-31 14:25:42 UTC

/bin/sh -c #(nop) ARG BAZEL_VERSION=2.0.0

2020-03-31 14:25:46 UTC

|7 BAZEL_VERSION=2.0.0 CACHE_STOP=1 CHECKOUT_TF_SRC=1 PIP=pip3 PYTHON=python3 USE_PYTHON_3_NOT_2=1 _PY_SUFFIX=3 /bin/sh -c mkdir /bazel && wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh" && wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && chmod +x /bazel/installer.sh && /bazel/installer.sh && rm -f /bazel/installer.sh

2020-03-31 14:25:46 UTC

/bin/sh -c #(nop) COPY file:40186171ace294911872152eeeb8e478cf0693adf2319d231f3e46e8f863d8a9 in /etc/bash.bashrc

2020-03-31 14:25:47 UTC

|7 BAZEL_VERSION=2.0.0 CACHE_STOP=1 CHECKOUT_TF_SRC=1 PIP=pip3 PYTHON=python3 USE_PYTHON_3_NOT_2=1 _PY_SUFFIX=3 /bin/sh -c chmod a+rwx /etc/bash.bashrc

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