2016-09-03 23:41:15 UTC
460 MB
97FC712E4C024BBEA48A61ED3A5CA953F73C700D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION8.1.2
PYTHON_VERSION3.4.5
[#000] sha256:357ea8c3d80bc25792e010facfc98aee5972ebc47e290eb0d5aea3671a901cab - 10.64% (49 MB)
[#001] sha256:52befadefd24601247558f63fcb2ccd96b79cbc447a148ea1d0aa2719a9ac3b1 - 3.84% (17.7 MB)
[#002] sha256:3c0732d5313c8ec8477e518f3e0af81796bdb047ed48cf256333785fc9916ba1 - 8.8% (40.5 MB)
[#003] sha256:855820c726566646e66b20293d2eeeb642e888fbe4302a3cdf6021af5f304c26 - 26.98% (124 MB)
[#004] sha256:ef2c3e4d30a080423dc423095109ef89e3c8ca4d054d9c6e2d4883a89b919551 - 0.6% (2.76 MB)
[#005] sha256:c26f1f58a250f032d7cb598c876b2fc697dd488baf849742a08c0139fd13c313 - 3.97% (18.3 MB)
[#006] sha256:5a442dc94d6362d1211f9082aa6f05bc656d51deb96ac59b151aaa76b75e3927 - 0.0% (266 Bytes)
[#007] sha256:cf91381574509e52dd57ffe3f47563967f07ac9ba1f171f568d5c94000947f20 - 0.0% (153 Bytes)
[#008] sha256:08e20a9a97a640eb7c0fbba29558a91c80bdaf3a9bad2cb026e4fa98f08e9825 - 1.86% (8.56 MB)
[#009] sha256:e1daaaa888c79b76b2047c1289906c904f028e61e8590bf6ebfefb210cb96b19 - 4.03% (18.6 MB)
[#010] sha256:ca93a372ed9700315f7efc39db2b3c2a77acee939b8f9140bc34a3e8744700dd - 0.0% (534 Bytes)
[#011] sha256:1e76900ef2adb8c4a40a3b51f175c31b61456c5a352afd0749a2c2576a21c196 - 30.31% (140 MB)
[#012] sha256:0d5120d3c98ce7aa2efcbaf1c88bbf155beb127f55d90e4709d7c610f0f4524e - 0.0% (3.54 KB)
[#013] sha256:425f1823e858bad67313b4e9cb42b97c6a4833eed31f2f4df0a8cda1525812cd - 7.68% (35.4 MB)
[#014] sha256:b072b2c8a2bd3aed63cba95e3e60b9a83b493805cce6cfdcf67dc8d7028149c9 - 1.28% (5.91 MB)
/bin/sh -c #(nop) ADD file:0e0565652aa852f62033d99f84892216020d30f64521ded5e72d4940bc4c9697 in /
2016-07-28 17:47:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-07-28 17:57:57 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2016-07-28 17:59:13 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/*
2016-08-24 16:42:21 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends autoconf automake bzip2 file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmysqlclient-dev libncurses-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch xz-utils zlib1g-dev && rm -rf /var/lib/apt/lists/*
2016-08-26 20:40:23 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2016-08-26 20:40:24 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2016-08-26 20:41:32 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2016-08-26 21:07:38 UTC/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2016-08-26 21:07:39 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.4.5
2016-08-26 21:07:40 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2
2016-08-26 21:12:06 UTC/bin/sh -c set -ex && buildDeps=' tcl-dev tk-dev ' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && rm -r "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && cd /usr/src/python && ./configure --enable-loadable-sqlite-extensions --enable-shared && make -j$(nproc) && make install && ldconfig && if [ ! -e /usr/local/bin/pip3 ]; then : && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' && python3 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" && rm /tmp/get-pip.py ; fi && pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] && find /usr/local -depth \( \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \) -exec rm -rf '{}' + && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/python ~/.cache
2016-08-26 21:12:08 UTC/bin/sh -c cd /usr/local/bin && { [ -e easy_install ] || ln -s easy_install-* easy_install; } && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2016-08-26 21:12:09 UTC/bin/sh -c #(nop) CMD ["python3"]
2016-09-03 23:22:28 UTC/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <[email protected]>
2016-09-03 23:22:34 UTC/bin/sh -c #(nop) VOLUME [/config]
2016-09-03 23:22:39 UTC/bin/sh -c mkdir -p /usr/src/app
2016-09-03 23:22:43 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2016-09-03 23:22:53 UTC/bin/sh -c pip3 install --no-cache-dir colorlog cython
2016-09-03 23:23:28 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends nmap net-tools cython3 libudev-dev sudo libglib2.0-dev && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2016-09-03 23:23:32 UTC/bin/sh -c #(nop) COPY file:084c2ba28d03340582bba8376d3e853f8972e2be0c393ab03676f4a8b0fffa22 in script/build_python_openzwave
2016-09-03 23:31:26 UTC/bin/sh -c script/build_python_openzwave && mkdir -p /usr/local/share/python-openzwave && ln -sf /usr/src/app/build/python-openzwave/openzwave/config /usr/local/share/python-openzwave/config
2016-09-03 23:31:31 UTC/bin/sh -c #(nop) COPY file:44042e3eaf2391171fb7f292900e1e51b01f207ee23f995717cec77ffc84f307 in requirements_all.txt
2016-09-03 23:41:00 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 uninstall -y certifi && pip3 install mysqlclient psycopg2
2016-09-03 23:41:08 UTC/bin/sh -c #(nop) COPY dir:3c1208a0ad9e66d6e13eed8350f45b7b6a6f8d6f7c768c6628df7362ac1ccc71 in .
2016-09-03 23:41:15 UTC/bin/sh -c #(nop) CMD ["python" "-m" "homeassistant" "--config" "/config"]
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.