2017-06-21 17:45:53 UTC
549 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION9.0.1
PYTHON_VERSION3.6.1
[#000] sha256:ef0380f84d05d3cdc5a5f660232d35ccb020ccf1d635b585580dea44691a13a7 - 9.12% (50.1 MB)
[#001] sha256:24c170465c65dc43c3a0f4a0a2bdba7227a9a58745e2432e62cfa7a5ea4edf2c - 3.34% (18.4 MB)
[#002] sha256:4f38f9d5c3c0e3e4eabe6d4dac4bcc729caf847c172d0af75caf581b6c23120c - 7.5% (41.2 MB)
[#003] sha256:4125326b53d8463d437a9052d8fb892e1bf9e7dc8d68518ac9780611476123ec - 22.88% (126 MB)
[#004] sha256:35de80d7719862f1ee7eefe939455bc5188918b2e5b058fbad1f8ca25c9a5456 - 0.5% (2.76 MB)
[#005] sha256:ea2eeab506f8fecf1b6d38c69783e5b1ba861447bd69b3d4761d533b74ee509e - 3.35% (18.4 MB)
[#006] sha256:1c7da8f3172ec7f3c441219d64a699defbdb098571f6f4d2a62f91864d4a6276 - 0.0% (233 Bytes)
[#007] sha256:e30a226be67abcccff2625a67e39d32c29bfa898135f145a431c0c07cbd330ba - 0.29% (1.58 MB)
[#008] sha256:826270c09b901b4201c9a7d9b84439e1ee1cd00c344c313821e09beff4187af5 - 0.0% (147 Bytes)
[#009] sha256:4ebfab20ce0e412d631dc32a40ec190854642df6a537229447486acb48649169 - 0.0% (2.89 KB)
[#010] sha256:3efa9b149b31ca7b66f9cb198eae2c6f1a1ff3d7ee68586686b4aced5b536f96 - 30.93% (170 MB)
[#011] sha256:21ee5e64f1eb262d9afe1e3bcbfef9829c7a0e9114481e98d50a5cf4ecdfb5a9 - 0.0% (5.37 KB)
[#012] sha256:e57e4c2b14cdf72e410bb6151f3943b0f178ad361b859460f1e9ccf1855e41f8 - 20.74% (114 MB)
[#013] sha256:02af74f3911cabfa99d763e283119a9692116881c9ad4096f075a888a9bcf0b8 - 1.34% (7.36 MB)
/bin/sh -c #(nop) ADD file:ce4be6f55b1f47cba28efd351c82dd9fa4efd3d29fa0ae365574adb52151dda1 in /
2017-06-07 17:32:32 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-06-07 19:22:56 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2017-06-07 19:24:22 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/*
2017-06-07 19:26:11 UTC/bin/sh -c set -ex; 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 libgdbm-dev libgeoip-dev libglib2.0-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-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 $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*
2017-06-08 21:00:30 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-06-08 21:00:31 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-06-08 21:00:44 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2017-06-08 21:43:01 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2017-06-08 21:43:02 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.1
2017-06-17 06:30:34 UTC/bin/sh -c set -ex && buildDeps=' dpkg-dev 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 -rf "$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 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" && make install && ldconfig && apt-get purge -y --auto-remove $buildDeps && find /usr/local -depth \( \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python
2017-06-17 06:30:48 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2017-06-17 06:30:48 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=9.0.1
2017-06-17 06:31:16 UTC/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; 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 '{}' +; rm -f get-pip.py
2017-06-17 06:31:39 UTC/bin/sh -c #(nop) CMD ["python3"]
2017-06-21 17:10:31 UTC/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <[email protected]>
2017-06-21 17:10:31 UTC/bin/sh -c #(nop) VOLUME [/config]
2017-06-21 17:10:32 UTC/bin/sh -c mkdir -p /usr/src/app
2017-06-21 17:10:32 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2017-06-21 17:10:32 UTC/bin/sh -c #(nop) COPY dir:98a5b53334ae2f7bcf8452109abe7f69844e333bf4bf03c8c3c32bd5fe85be0c in virtualization/Docker/
2017-06-21 17:22:31 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2017-06-21 17:22:32 UTC/bin/sh -c #(nop) COPY file:6c8eb936e692b9c3e7e233c769d069a8cfbf85ae81a8d07a776a4a5c03a8cc2f in requirements_all.txt
2017-06-21 17:45:50 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet
2017-06-21 17:45:53 UTC/bin/sh -c #(nop) COPY dir:7d335ee72720ed46e8db6a20772074ecd37a2fca04a1668f5a246d8e7176820a in .
2017-06-21 17:45:53 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.