Namespace
homeassistant
Image / Tag
home-assistant:0.36.1
Content Digest
sha256:408f0430d23021ba5ba2c61fb44bf694f2faa2c72eabd9141b02aea7619ec1b2
Details
Created

2017-01-19 17:34:52 UTC

Size

410 MB

Content Digest
Environment
GPG_KEY

97FC712E4C024BBEA48A61ED3A5CA953F73C700D

LANG

C.UTF-8

PATH

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

PYTHON_PIP_VERSION

9.0.1

PYTHON_VERSION

3.5.2


Layers

[#000] sha256:5040bd2983909aa8896b9932438c3f1479d25ae837a5f6220242a264d0221f2d - 11.95% (49 MB)

[#001] sha256:fce5728aad85a763fe3c419db16885eb6f7a670a42824ea618414b8fb309ccde - 4.31% (17.7 MB)

[#002] sha256:76610ec20bf5892e24cebd4153c7668284aa1d1151b7c3b0c7d50c579aa5ce75 - 9.89% (40.5 MB)

[#003] sha256:52f3db4b5710849a53bc2eea0b6f0895c494d751c38c597404d805da82b3f37c - 30.22% (124 MB)

[#004] sha256:45b2a7e03e44b5ea7fad081537134c9cc725bddf94f9093b00e1fa8d8ebbcda1 - 0.67% (2.76 MB)

[#005] sha256:3117a9af679637eb8a320fddda212b3e82b36ad3be09b26944460ca8584e77b4 - 4.77% (19.5 MB)

[#006] sha256:76ec9d6ced3b3254003d383835283dcc6bdf6c91f73170a492b45fb6fc8166de - 0.0% (267 Bytes)

[#007] sha256:189983e80d4756c3657afbbfda50787cba9dd51e09c4a620d0e72216548804e5 - 0.0% (156 Bytes)

[#008] sha256:b80f700d07eef9d8c102da62e865c6fba8cf07b9e095e6c22f76d81c7c924c27 - 0.0% (1.66 KB)

[#009] sha256:576312ac5f7f654a04d73bbd8341738ca4af46ab495a20279bad7923f406e6b9 - 18.86% (77.3 MB)

[#010] sha256:42906d2073be280d326674ec28e97ed59299b8cb11845a9100b0dbe6e3725121 - 0.0% (4.45 KB)

[#011] sha256:fe3680ea7c0750413221824f1c4427c8022118a25fcf3a33766b479bfb1cc19a - 17.68% (72.5 MB)

[#012] sha256:c4f1c93b6ba63c86bfaed12412a3735206c946f4ebd720fe97af500af08b0d71 - 1.64% (6.71 MB)


History
2017-01-16 20:35:09 UTC

/bin/sh -c #(nop) ADD file:89ecb642d662ee7edbb868340551106d51336c7e589fdaca4111725ec64da957 in /

2017-01-16 20:35:16 UTC

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

2017-01-17 00:00:45 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-01-17 00:01:07 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-01-17 00:04:35 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 libgdbm-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/*

2017-01-18 02:33:43 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2017-01-18 02:33:43 UTC

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

2017-01-18 02:33:55 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*

2017-01-18 02:43:34 UTC

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

2017-01-18 02:48:25 UTC

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

2017-01-18 02:48:25 UTC

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

2017-01-18 02:50:39 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-01-18 02:50:40 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-01-18 02:50:40 UTC

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

2017-01-19 17:06:51 UTC

/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>

2017-01-19 17:06:57 UTC

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

2017-01-19 17:07:03 UTC

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

2017-01-19 17:07:08 UTC

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

2017-01-19 17:07:16 UTC

/bin/sh -c #(nop) COPY multi:af766972343c98d9135dc3366173b577a4d615db84dc8817cc77e86e97866f88 in script/

2017-01-19 17:20:05 UTC

/bin/sh -c script/setup_docker_prereqs

2017-01-19 17:20:10 UTC

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

2017-01-19 17:34:32 UTC

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

2017-01-19 17:34:44 UTC

/bin/sh -c #(nop) COPY dir:77f6698173ac8fb53032db1d318016c403b1311580fac48671c2917eba26d83b in .

2017-01-19 17:34:52 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