2017-03-11 20:37:37 UTC
681 MB
97FC712E4C024BBEA48A61ED3A5CA953F73C700D
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.5.3
[#000] sha256:693502eb7dfbc6b94964ae66ebc72d3e32facd981c72995b09794f1e87bac184 - 7.2% (49 MB)
[#001] sha256:081cd4bfd5210ff69949cc356db9693d11d103cd2380117cff7d4be6966eafdf - 2.6% (17.7 MB)
[#002] sha256:5d2dc01312f3714eed4630a1317629f9131f307b3fc6d83506444d3eeebc0e41 - 5.96% (40.5 MB)
[#003] sha256:54a5f7da9a4f2853a0078d1926f7dbd4d12d09b01b13da4aa808d015024419c8 - 18.2% (124 MB)
[#004] sha256:25b1aaa33436bc8ec5cd081e2105a6c2ff96b8f2d901048ef5a945d35b662744 - 0.4% (2.76 MB)
[#005] sha256:283f2d0b162d7f36db90dce37c65e8ef4caedd78a85cd3462a18325ac6073066 - 2.88% (19.6 MB)
[#006] sha256:b8fb92cfe3f9cfa32c666b8a09525cfd42ebaa0391a8d6c68dceaaaa4640e9ff - 0.0% (267 Bytes)
[#007] sha256:d655a6574278160f432415d48d3643c07c5cd4392040014ee7951149cb2799a2 - 0.0% (154 Bytes)
[#008] sha256:ca65523deb2d71a0f1a63af31ad7a7b9a0f9b1eb1efa592c6f656666a715eec5 - 0.0% (2.77 KB)
[#009] sha256:3ee91414372e9b7d7e38bec4873609f35512326f367b21370d2da2fc1d9c5b75 - 47.35% (322 MB)
[#010] sha256:51068fc6dd1a2f3b67b83ae49d1cb731f32fb6be02f69b97d622818992b9ae03 - 0.0% (4.93 KB)
[#011] sha256:0ee6cf265ef1c37770e6838b5bcb920a04c3f13fef63eacb8451acb4e086ea70 - 14.41% (98 MB)
[#012] sha256:2a4608a0d37bf9cd9c4287880e6813beaf6fcb16d68fe62b54e642ddece1de18 - 1.01% (6.88 MB)
/bin/sh -c #(nop) ADD file:41ac8d85ee35954bf6c8353d9681a045ba260aa9a96dbbded7bcd6e37ee49bea in /
2017-02-27 20:34:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-02-27 21:14:01 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-02-27 21:14:17 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-02-27 21:15:04 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-02-28 20:39:36 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-02-28 20:39:37 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-02-28 20:39:48 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2017-02-28 22:29:14 UTC/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2017-02-28 22:35:20 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.5.3
2017-02-28 22:35:20 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=9.0.1
2017-02-28 22:36:53 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
2017-02-28 22:36:54 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
2017-02-28 22:36:54 UTC/bin/sh -c #(nop) CMD ["python3"]
2017-03-11 20:04:33 UTC/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <[email protected]>
2017-03-11 20:04:38 UTC/bin/sh -c #(nop) VOLUME [/config]
2017-03-11 20:04:42 UTC/bin/sh -c mkdir -p /usr/src/app
2017-03-11 20:04:46 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2017-03-11 20:04:50 UTC/bin/sh -c #(nop) COPY dir:2a66966307990a2f80e0f67fc930aeb3b610628a271a396f6b491830daf5363f in virtualization/Docker/
2017-03-11 20:18:48 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2017-03-11 20:18:54 UTC/bin/sh -c #(nop) COPY file:95c2b5f0b0059e5817bb69c6e0083b323862df2894e2e4332b73c24f5ae67c09 in requirements_all.txt
2017-03-11 20:37:16 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop
2017-03-11 20:37:28 UTC/bin/sh -c #(nop) COPY dir:65b063d61e49f90508627ef4a4f961131a0d6d9c05f2e10d6cf78944f4ab54ab in .
2017-03-11 20:37:37 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.