Namespace
homeassistant
Image / Tag
home-assistant:0.25.2
Content Digest
sha256:beed650d4a34ca6d8ca20ea6921f1b4945ab21827722341bde854b0d7da48df4
Details
Created

2016-08-02 05:41:29 UTC

Size

466 MB

Content Digest
Environment
GPG_KEY

97FC712E4C024BBEA48A61ED3A5CA953F73C700D

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

8.1.2

PYTHON_VERSION

3.4.5


Layers

[#000] sha256:357ea8c3d80bc25792e010facfc98aee5972ebc47e290eb0d5aea3671a901cab - 10.51% (49 MB)

[#001] sha256:52befadefd24601247558f63fcb2ccd96b79cbc447a148ea1d0aa2719a9ac3b1 - 3.79% (17.7 MB)

[#002] sha256:3c0732d5313c8ec8477e518f3e0af81796bdb047ed48cf256333785fc9916ba1 - 8.7% (40.5 MB)

[#003] sha256:ceb711c7e301352864df69931a5fa92b005f10713fa09c57ffe790f251234034 - 26.55% (124 MB)

[#004] sha256:2b5e123cc71cd3b4d168bfec44bf359a2de7bf1dc0a569cd60e0da8e65f865b7 - 0.36% (1.66 MB)

[#005] sha256:bbc3802fe6db7a5bbe2fc822f91831c87714befa41ab226fee6f41f0d089f60b - 4.46% (20.8 MB)

[#006] sha256:bf38bbff8c88394fb072f5d8f09eb798f0ab1781bc992d375a4c7d99289701e6 - 0.0% (269 Bytes)

[#007] sha256:88c144ff209eb99d7b83589c021cd44f05afec66ffcd8f9fb77484c76fcd2485 - 0.0% (154 Bytes)

[#008] sha256:3cd60da2ca25634b7d76efde99d9ae70551411aee16694c0efb300f76e67fa1d - 1.84% (8.56 MB)

[#009] sha256:b7e11f8741a7e45a4e9214e6c1f1842feb5f72ab1a289ee3ed39b3908eb2e0ce - 3.98% (18.5 MB)

[#010] sha256:8778da736e4530dbb763a3a33208615fbaf549ba8fa3449513516cadccad4d50 - 0.0% (535 Bytes)

[#011] sha256:21ef0fe6670f5bf6cf44259ff5063e18be29dfa3e4cd41cafb5b37a03ce1c723 - 30.16% (140 MB)

[#012] sha256:ebde87cfe2ada5debca737d619b8d54b49d7e46eb19bff01afe78b05d150e488 - 0.0% (3.26 KB)

[#013] sha256:28db862e0edf3b45fc68ff3538224c992d4378c1839c041ec8237c55fcf92086 - 6.66% (31 MB)

[#014] sha256:dd188269486955dcb54890a641499bcb6e9176fb387645c369e16e0de8663e39 - 2.99% (13.9 MB)


History
2016-07-28 17:47:54 UTC

/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-07-28 18:23:42 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 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-01 23:28:08 UTC

/bin/sh -c set -ex && for bits in /usr/bin/*2to3* /usr/bin/*python* /usr/bin/pdb* /usr/bin/py* ; do dpkg-divert --rename "$bits"; done

2016-08-01 23:28:09 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2016-08-01 23:59:03 UTC

/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D

2016-08-01 23:59:04 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.4.5

2016-08-01 23:59:05 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2

2016-08-02 00:03:23 UTC

/bin/sh -c set -ex && buildDeps=' tcl-dev tk-dev ' && runDeps=' tcl tk ' && apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 && pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION && [ "$(pip list | 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-02 00:03:26 UTC

/bin/sh -c cd /usr/local/bin && ln -s easy_install-3.4 easy_install && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config

2016-08-02 00:03:27 UTC

/bin/sh -c #(nop) CMD ["python3"]

2016-08-02 05:22:55 UTC

/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <[email protected]>

2016-08-02 05:22:59 UTC

/bin/sh -c #(nop) VOLUME [/config]

2016-08-02 05:23:04 UTC

/bin/sh -c mkdir -p /usr/src/app

2016-08-02 05:23:08 UTC

/bin/sh -c #(nop) WORKDIR /usr/src/app

2016-08-02 05:23:19 UTC

/bin/sh -c pip3 install --no-cache-dir colorlog cython

2016-08-02 05:24:02 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-08-02 05:24:07 UTC

/bin/sh -c #(nop) COPY file:084c2ba28d03340582bba8376d3e853f8972e2be0c393ab03676f4a8b0fffa22 in script/build_python_openzwave

2016-08-02 05:32:25 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-08-02 05:32:30 UTC

/bin/sh -c #(nop) COPY file:c0b1ddcb6b09d104ca25a20aa91bd114ac21eb10cc5b1b7a1dc756e77feb16ff in requirements_all.txt

2016-08-02 05:41:12 UTC

/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 uninstall -y certifi && pip3 install mysqlclient psycopg2

2016-08-02 05:41:21 UTC

/bin/sh -c #(nop) COPY dir:46e5180dfa13227d6b985b90b4f8fdf7bd73f4205fe108c4d753b1ce16017bd0 in .

2016-08-02 05:41:29 UTC

/bin/sh -c #(nop) CMD ["python" "-m" "homeassistant" "--config" "/config"]

Danger Zone
Delete Tag

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.

Delete