2016-10-24 05:41:47 UTC
473 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.5.2
[#000] sha256:43c265008fae5d1f3cbee0dac9697235320b174d85acbed002a4fe44236adec0 - 10.35% (49 MB)
[#001] sha256:af36d2c7a1481ae5554241fcb6bc20472bf7a6b7b2be24465c76e168c278a03f - 3.73% (17.7 MB)
[#002] sha256:143e9d501644c63b3e69d854e8b4c238797cdf3fc87fd79a686c1262fe61e9b5 - 8.57% (40.5 MB)
[#003] sha256:f6a5aab6cd0c9e8c0895dcbb6164cfaaf108910a09cc047037e0a1bf48b17ab0 - 26.15% (124 MB)
[#004] sha256:132c9d27525983cb3721ca71e5394563226dd5875b1b908cecd516f6919380ad - 0.58% (2.75 MB)
[#005] sha256:e5dbf2ccb0ad9d82eba8cf9c5e008e7a99eb3498a486a55db652f2680c38bce0 - 4.11% (19.5 MB)
[#006] sha256:606e98dfd3f663b92915b3a90843d59fafeb487bb5c15229347a5ee594ce1aa7 - 0.0% (266 Bytes)
[#007] sha256:a6f172e68a6fd71f5afb38bbffcae8b48f57f477eb0f526f3b6bc2d0c3e5af95 - 0.0% (152 Bytes)
[#008] sha256:474e79c4a2341d599e215c1e2ab027849c66a2c006001ae4ad65b036bbbe87b8 - 1.79% (8.46 MB)
[#009] sha256:698c9cea0790f993b9577db56e823af9ccd48ff67fbd630ceb0663303d1fbaca - 4.38% (20.7 MB)
[#010] sha256:7bce1e992b0c650403ee1876d744027d7088a8ffc0493907a93ccda1014fb104 - 0.0% (534 Bytes)
[#011] sha256:0adf73fd0457495f4985dfb4e44aa3b9d789ad91c7bcd2f1b949ff746cafd03e - 29.46% (139 MB)
[#012] sha256:cfab36bbddb1a0cd59a0b4ac0369b95f010a67567b2b8752ec38edf80b5c51ec - 0.0% (3.96 KB)
[#013] sha256:059b6cd06e36a016969f3c8a01c81a806b069c8e11122e1064ca7ca0f8ec711c - 9.56% (45.3 MB)
[#014] sha256:9e05527e2debb9bff61b17d7956ebdd86c3c2888cc0d28d6cbfbc4fe8d649caf - 1.31% (6.19 MB)
/bin/sh -c #(nop) ADD file:23aa4f893e3288698c017b90be657911b72d54edb3b3a7c4d05c308f50f9228f in /
2016-10-21 16:22:34 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-10-21 16:36:32 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-10-21 16:37:29 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-10-22 02:35:40 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-10-22 08:13:48 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2016-10-22 08:13:48 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2016-10-22 08:14:04 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2016-10-22 08:25:26 UTC/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2016-10-22 08:25:27 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.5.2
2016-10-22 08:25:27 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2
2016-10-22 08:27:01 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-10-22 08:27:02 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-10-22 08:27:02 UTC/bin/sh -c #(nop) CMD ["python3"]
2016-10-24 05:21:42 UTC/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <[email protected]>
2016-10-24 05:21:47 UTC/bin/sh -c #(nop) VOLUME [/config]
2016-10-24 05:21:51 UTC/bin/sh -c mkdir -p /usr/src/app
2016-10-24 05:21:55 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2016-10-24 05:22:06 UTC/bin/sh -c pip3 install --no-cache-dir colorlog cython
2016-10-24 05:22:41 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends nmap net-tools cython3 libudev-dev sudo libglib2.0-dev bluetooth libbluetooth-dev && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2016-10-24 05:22:46 UTC/bin/sh -c #(nop) COPY file:084c2ba28d03340582bba8376d3e853f8972e2be0c393ab03676f4a8b0fffa22 in script/build_python_openzwave
2016-10-24 05:30:45 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-10-24 05:30:50 UTC/bin/sh -c #(nop) COPY file:675f8f0504b29e3ae12aca1ea0348a6030131c983de73e2b14ef09300444eeb7 in requirements_all.txt
2016-10-24 05:41:30 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install mysqlclient psycopg2 uvloop
2016-10-24 05:41:39 UTC/bin/sh -c #(nop) COPY dir:af51dd3d77430d5fef75644fada5e0ac9b8d9ee1f3ea8ebce760963effe19bb9 in .
2016-10-24 05:41:47 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.