2016-10-08 18:24:14 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:8ad8b3f87b378cfae583fef34e47a3c9203847d779961b7351cbf786af0bc09f - 10.35% (49 MB)
[#001] sha256:751fe39c4d348c7fc411d46929c1dac390e3d7107efc9f8f69641b50e14459f7 - 3.73% (17.7 MB)
[#002] sha256:ae3b77eefc06095198ecb7e758833493eab01708fae7f408b0631e6463c31a48 - 8.56% (40.5 MB)
[#003] sha256:7783aac582eca48746c3b7c353905e07377738cac64bf9958afe989161cf2731 - 26.14% (124 MB)
[#004] sha256:b7fc86da4ddd9e9b9bc328141589c42d8eded7305efe70f94c08e7dada014f8f - 0.58% (2.75 MB)
[#005] sha256:25af1114570fd3743681da121cfd3659cc29dedb96056acbdcdfb46c283ae26e - 4.11% (19.5 MB)
[#006] sha256:fa675d7a898cf6f385a001758f77d49cbdada1658a144849e1f2745e99e9ef18 - 0.0% (265 Bytes)
[#007] sha256:d5b9e34ec530d61eeb833bfa35166de120bd8ef69215d88f6e7a5e5d1187a5a6 - 0.0% (154 Bytes)
[#008] sha256:c5327e4cf6131312a92d51eb8c42a1625e36557b306af14a10ec3bf9ca4bb5a1 - 1.79% (8.46 MB)
[#009] sha256:82770f50e107d030ccfe99293f2fe4f10a6249826afa3d8ad1182adade5b077b - 4.97% (23.5 MB)
[#010] sha256:2b98b0b6bcc6ea08d254d58780415235f569320c88c6b25475ba9874a1517659 - 0.0% (533 Bytes)
[#011] sha256:8f36755d4ee901cc1ffa7ce5f342a44edf1d3b0d63819b3e0b3f92260945dd6a - 29.5% (140 MB)
[#012] sha256:874cf6423496733510276d5ec08f8d28f0b4c16fe335001e7659685fc03ab03e - 0.0% (3.83 KB)
[#013] sha256:0c9be9e100d953fc1fe44a4baa55686cdd5b56a448057ff5882db094e68f6d68 - 8.99% (42.6 MB)
[#014] sha256:4257751e7a177ebd14e0a69d0ed63e9c495f37ba7de72b40f34bf084a52c8efd - 1.28% (6.04 MB)
/bin/sh -c #(nop) ADD file:f2453b914e7e026efd39c6321c7b14509b6d09dd3cf5567a8f6bd38466e06954 in /
2016-08-30 21:00:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-08-30 21:52:11 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-08-30 21:52:34 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-30 21:53:46 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-31 02:37:38 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2016-08-31 02:37:39 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2016-08-31 02:37:46 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2016-08-31 02:52:50 UTC/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2016-08-31 03:00:46 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.5.2
2016-08-31 03:00:46 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2
2016-08-31 03:02:22 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-31 03:02:23 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-31 03:02:23 UTC/bin/sh -c #(nop) CMD ["python3"]
2016-10-08 18:05:03 UTC/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <[email protected]>
2016-10-08 18:05:09 UTC/bin/sh -c #(nop) VOLUME [/config]
2016-10-08 18:05:14 UTC/bin/sh -c mkdir -p /usr/src/app
2016-10-08 18:05:17 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2016-10-08 18:05:28 UTC/bin/sh -c pip3 install --no-cache-dir colorlog cython
2016-10-08 18:06:05 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-08 18:06:09 UTC/bin/sh -c #(nop) COPY file:084c2ba28d03340582bba8376d3e853f8972e2be0c393ab03676f4a8b0fffa22 in script/build_python_openzwave
2016-10-08 18:13:50 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-08 18:13:55 UTC/bin/sh -c #(nop) COPY file:686b90c2e866db8014211cfa33c9a882bf8adcef61acf296a34abf85dff948d7 in requirements_all.txt
2016-10-08 18:23:58 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 uninstall -y certifi && pip3 install mysqlclient psycopg2 uvloop
2016-10-08 18:24:07 UTC/bin/sh -c #(nop) COPY dir:fa0fd1c5891eaf22070419412b7a167b2686992cc229be47d9b6226669f9de7a in .
2016-10-08 18:24:14 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.