2016-09-09 07:24:56 UTC
1.19 GB
/root/.bazelrc
BAZEL_VERSION0.3.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:faecf96fd5abda415f967e78ccdf3c1f10dd4cd67ecadd44cc5bed4e7f234a5b - 5.14% (62.6 MB)
[#001] sha256:995977506e98ae413f1ee6bd9ffb8c22ae166bc81c5ce37dae4af42bb333ca14 - 0.01% (69.8 KB)
[#002] sha256:efb63fb8dcb6a68070f734bd51cf3699c9931c585675067371fd04aaffdaaf6e - 0.0% (681 Bytes)
[#003] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)
[#004] sha256:87d4321fbb0f376d04dc3cbfca46dd5e4fb447793d8a4afefacc39d00ca0ed7a - 9.51% (116 MB)
[#005] sha256:b8bfa64d3a1f7b961b2b4acdb21e914c40957c4c0d4506d9c9c500d90a9f35cc - 0.27% (3.26 MB)
[#006] sha256:6c474facd634a6da5cfcacd8745f62bb56b1b0c243ea1e188ae768a1b981cada - 2.63% (32.1 MB)
[#007] sha256:a2ce39e6fbe647eac29a94f354f10ac1c85c06dca610b747aeb5058e7913f41f - 0.0% (739 Bytes)
[#008] sha256:18ee61cb6c06419a5afe026db93c72582aebac36132ac32f660d9accb82ec086 - 0.0% (529 Bytes)
[#009] sha256:fee5b5da8de877ae8fe9abc78e483124c7b4379a2a0b2150d9eee8c175103fb8 - 5.55% (67.7 MB)
[#010] sha256:7f7330f3e40e7a74483c9c95463074805ec5e8ac42a76901435de2cc6bbbc146 - 0.0% (148 Bytes)
[#011] sha256:f96e788516f34d4b429bbff378159f2a2c141fe8bab815d8584b34d98321d0e8 - 0.0% (191 Bytes)
[#012] sha256:d18d2ecc058dabb3f0452eb7ebf4c0addd8a5d20381449e6b0760fba3096c789 - 5.94% (72.5 MB)
[#013] sha256:8c2e451e45283201c2fb126d490450027fe979582ef1bccc04f037ef1d33bc19 - 5.13% (62.6 MB)
[#014] sha256:5418c5f6e66518fe59e6365c894e691d30053b144e15dc921f6e803a55c8e55f - 65.82% (803 MB)
/bin/sh -c #(nop) ADD file:d272e313f84c4fc8a1b525afe487d06b7dc98732ebeb6f3eaea3228778b16d11 in /
2016-03-15 23:03:15 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
2016-03-15 23:03:16 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2016-03-15 23:03:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-09-09 07:11:56 UTC/bin/sh -c #(nop) MAINTAINER Craig Citro <craigcitro@google.com>
2016-09-09 07:13:28 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential curl git libfreetype6-dev libpng12-dev libzmq3-dev pkg-config python-dev python-numpy python-pip rsync software-properties-common swig unzip zip zlib1g-dev && apt-get clean && rm -rf /var/lib/apt/lists/*
2016-09-09 07:13:37 UTC/bin/sh -c curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py && rm get-pip.py
2016-09-09 07:14:00 UTC/bin/sh -c pip --no-cache-dir install ipykernel jupyter matplotlib && python -m ipykernel.kernelspec
2016-09-09 07:14:06 UTC/bin/sh -c #(nop) COPY file:26538529adf19c687ada3e7337be562d3b95996b875116e687f773692d290f3b in /root/.jupyter/
2016-09-09 07:14:11 UTC/bin/sh -c #(nop) COPY file:1d55ef3a62080ef0ee081286b40ced98e7a602d7281cfbd36e6a7ba7f4f93110 in /
2016-09-09 07:15:32 UTC/bin/sh -c add-apt-repository -y ppa:openjdk-r/ppa && apt-get update && apt-get install -y --no-install-recommends openjdk-8-jdk openjdk-8-jre-headless && apt-get clean && rm -rf /var/lib/apt/lists/*
2016-09-09 07:15:38 UTC/bin/sh -c echo "startup --batch" >>/root/.bazelrc
2016-09-09 07:15:44 UTC/bin/sh -c echo "build --spawn_strategy=standalone --genrule_strategy=standalone" >>/root/.bazelrc
2016-09-09 07:15:49 UTC/bin/sh -c #(nop) ENV BAZELRC=/root/.bazelrc
2016-09-09 07:15:56 UTC/bin/sh -c #(nop) ENV BAZEL_VERSION=0.3.0
2016-09-09 07:16:03 UTC/bin/sh -c #(nop) WORKDIR /
2016-09-09 07:16:27 UTC/bin/sh -c mkdir /bazel && cd /bazel && curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && curl -fSsL -o /bazel/LICENSE.txt https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE.txt && chmod +x bazel-*.sh && ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && cd / && rm -f /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
2016-09-09 07:16:50 UTC/bin/sh -c git clone --recursive https://github.com/tensorflow/tensorflow.git && cd tensorflow && git checkout r0.10
2016-09-09 07:16:56 UTC/bin/sh -c #(nop) WORKDIR /tensorflow
2016-09-09 07:24:11 UTC/bin/sh -c ./configure && bazel build -c opt tensorflow/tools/pip_package:build_pip_package && bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/pip && pip install --upgrade /tmp/pip/tensorflow-*.whl
2016-09-09 07:24:21 UTC/bin/sh -c #(nop) EXPOSE 6006/tcp
2016-09-09 07:24:32 UTC/bin/sh -c #(nop) EXPOSE 8888/tcp
2016-09-09 07:24:44 UTC/bin/sh -c #(nop) WORKDIR /root
2016-09-09 07:24:56 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
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.