2020-12-09 23:36:19 UTC
616 MB
C.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f22ccc0b8772d8e1bcb40f137b373686bc27427a70c0e41dd22b38016e09e7e0 - 4.14% (25.5 MB)
[#001] sha256:3cf8fb62ba5ffb221a2edb2208741346eb4d2d99a174138e4afbb69ce1fd9966 - 0.0% (850 Bytes)
[#002] sha256:e80c964ece6a3edf0db1cfc72ae0e6f0699fb776bbfcc92b708fbb945b0b9547 - 0.0% (162 Bytes)
[#003] sha256:e84d6a458af665a24734fdca73a460b28069dd27c49f1d335ed05e6a48b4e571 - 4.76% (29.3 MB)
[#004] sha256:fa69d7d969b5abc58fbb1e352d61ee1a9f6362a5d4c0725e33bd4d6ad6b13fb5 - 23.97% (148 MB)
[#005] sha256:9208151aa2c08ccd2f4a463fa3f43ba40ce3f8705d3b188bd6ab5780c0e050e1 - 0.62% (3.79 MB)
[#006] sha256:dc513bcd779d12a9a6870647ef8e24171aae82e4ad255fad3a54a4235cbe3e1c - 0.0% (171 Bytes)
[#007] sha256:fb882676a420e5906cc1f85e7db9b6cbe8318a56aa1f622229a5e406001a06b2 - 57.68% (355 MB)
[#008] sha256:2c5c4faba1ff6d259544a86849dd8cab9d9cf7e95a22581f46cef10f6df1486c - 0.0% (1.06 KB)
[#009] sha256:fb2ef25c4471764ca57ee9bade375c1890a18a4e907688ca03f87b7ed875278c - 0.0% (1.06 KB)
[#010] sha256:ef4af478375192e987e0eb7178351562a71648c1875adf500cd30f60b9c7452e - 6.32% (38.9 MB)
[#011] sha256:eca6c07713fc114ae95502fa1e440c280992d150fa120f628786c31721275f13 - 0.06% (401 KB)
[#012] sha256:66c6c9bb0e4895d71e048c7272f25895f1943ee70a1dd851e278f91aee3f53fc - 0.0% (262 Bytes)
[#013] sha256:221c7c84db1845548fbb73758f8a8db9dd3d022841f6ddc20459db2657724476 - 0.0% (158 Bytes)
[#014] sha256:2059a18e3388db6232a918c5d785d999e3b747b96a50d89c84a318388157e1c7 - 0.0% (129 Bytes)
[#015] sha256:7b7e3d71d404fbf347763c3c62f7ca48fe704b77f6a35650fc737397b9062c69 - 2.4% (14.8 MB)
[#016] sha256:33de07126292cfc9ebb96f5c10356d7cf22ca6424c85aca3868b1ed0e4cbf1e3 - 0.0% (7.59 KB)
[#017] sha256:c3393435a3c3e921025e796a139f266402bc9f7705b2e6fbeef8db48d2ce3318 - 0.0% (11.3 KB)
[#018] sha256:60c5c6a65e18486379be1307917c6af608543ea1f0348f3800ca9b83d9240328 - 0.0% (8.54 KB)
[#019] sha256:63368fe2037d4baeb2a6d9a09599160b59da929336d709fc36eafb84f0d90969 - 0.0% (7.01 KB)
[#020] sha256:5d72f9c81248ae59ab6ab8b9017ab43ba884f6bf46712e352746bac29f2a94c9 - 0.0% (10 KB)
[#021] sha256:e7dc191f634b93a40a8868f06c2060468f2b2163dfa59db477f0985ed5c4296f - 0.0% (5.63 KB)
[#022] sha256:3e6b3b958c3d4c95e1665f4129d393df7236cb5a470df5ba1cdfe63e42bc27e0 - 0.0% (227 Bytes)
[#023] sha256:892d085df8423d16c259d93b81bac4fd63f4b2ef7cc4a0a43eec6399fe6c794e - 0.05% (312 KB)
[#024] sha256:e031e32da2f28bf93e63d18314a9f2884bfb899c2c54f3442c382c63c56509fb - 0.0% (3.74 KB)
/bin/sh -c #(nop) ADD file:6ef542de9959c3061f2d0758adb031e226b221a1a2cd748ff59e6fc13216a1c0 in /
2020-11-25 22:25:14 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-11-25 22:25:15 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-11-25 22:25:16 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-11-25 22:25:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-12-09 23:05:26 UTC/bin/sh -c apt-get update && apt-get install -y curl
2020-12-09 23:05:26 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-12-09 23:06:18 UTC/bin/sh -c apt-get update && apt-get install -y python3 python3-pip
2020-12-09 23:06:23 UTC/bin/sh -c python3 -m pip --no-cache-dir install --upgrade "pip<20.3" setuptools
2020-12-09 23:06:24 UTC/bin/sh -c ln -s $(which python3) /usr/local/bin/python
2020-12-09 23:06:24 UTC/bin/sh -c #(nop) ARG TF_PACKAGE=tensorflow
2020-12-09 23:06:24 UTC/bin/sh -c #(nop) ARG TF_PACKAGE_VERSION=
2020-12-09 23:34:55 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c python3 -m pip install --no-cache-dir ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}}
2020-12-09 23:34:56 UTC/bin/sh -c #(nop) COPY file:85f48778e8ff025271f6120571f7f9187c0aa8caa8dc5c59aeb390338eca07d2 in /etc/bash.bashrc
2020-12-09 23:34:57 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c chmod a+rwx /etc/bash.bashrc
2020-12-09 23:35:49 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c python3 -m pip install --no-cache-dir jupyter matplotlib
2020-12-09 23:35:53 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c python3 -m pip install --no-cache-dir jupyter_http_over_ws ipykernel==5.1.1 nbformat==4.4.0
2020-12-09 23:35:54 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c jupyter serverextension enable --py jupyter_http_over_ws
2020-12-09 23:35:55 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c mkdir -p /tf/tensorflow-tutorials && chmod -R a+rwx /tf/
2020-12-09 23:35:56 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c mkdir /.local && chmod a+rwx /.local
2020-12-09 23:36:04 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends wget git
2020-12-09 23:36:04 UTC/bin/sh -c #(nop) WORKDIR /tf/tensorflow-tutorials
2020-12-09 23:36:06 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/classification.ipynb
2020-12-09 23:36:07 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/overfit_and_underfit.ipynb
2020-12-09 23:36:08 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/regression.ipynb
2020-12-09 23:36:10 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/save_and_load.ipynb
2020-12-09 23:36:11 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/text_classification.ipynb
2020-12-09 23:36:13 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/text_classification_with_hub.ipynb
2020-12-09 23:36:13 UTC/bin/sh -c #(nop) COPY file:7373ddc95ff218dcc69908edf3f8c0b5d22e4aa67b9a092601ea47b1c904f5cf in README.md
2020-12-09 23:36:17 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c apt-get autoremove -y && apt-get remove -y wget
2020-12-09 23:36:17 UTC/bin/sh -c #(nop) WORKDIR /tf
2020-12-09 23:36:17 UTC/bin/sh -c #(nop) EXPOSE 8888
2020-12-09 23:36:19 UTC|2 TF_PACKAGE=tensorflow TF_PACKAGE_VERSION=2.3.1 /bin/sh -c python3 -m ipykernel.kernelspec
2020-12-09 23:36:19 UTC/bin/sh -c #(nop) CMD ["bash" "-c" "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --no-browser --allow-root"]
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.