Namespace
homeassistant
Image / Tag
home-assistant:0.39
Content Digest
sha256:b988e932f4097910b54dd7d1c92ac5ce97ebecf6384b03b4b88d57f1d3aea7b6
Details
Created

2017-02-26 01:51:50 UTC

Size

679 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.3


Layers

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

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

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

[#003] sha256:9c1bc3c30371bbb5ffb75b052221ce88a1c89f78187e7a2596c2d3fdd5f2043a - 18.43% (125 MB)

[#004] sha256:e4b99677d00501ae5d33b455b23200c918f9101f77292424302423a3279f1a7a - 0.41% (2.76 MB)

[#005] sha256:639fdf1f74a84f5367c9de7cd2a1ea88e0d3072b88c1f5297a96d41f3787fccf - 2.88% (19.6 MB)

[#006] sha256:17fa6c425d9b1ce560a77750f2f9675af85f07f34eb4062110a1d811ec90426b - 0.0% (266 Bytes)

[#007] sha256:17f8c40f30f89236428e60a64756653242dca0a1c3c19d774bbbfe1b6f588d09 - 0.0% (154 Bytes)

[#008] sha256:fbaed6c4920f2ec224a2b948c0316014ef6f810febc9dd2c3a3e6ecf14aeeb40 - 0.0% (2.78 KB)

[#009] sha256:5ba6547a03e49661ba8545e85edc5f3301566e2a4e83e5c4ae413715d7c38243 - 47.48% (322 MB)

[#010] sha256:0f3e5fd18cbca82fdfd64c3927c97ecd802a1d42658ec92f39d29d9471d0f044 - 0.0% (4.82 KB)

[#011] sha256:c28e45fbebab5ddf353cf1424f5f9b19315af818a676118c5cc8fa97d8341561 - 14.0% (95 MB)

[#012] sha256:e2bfbdee3c00a406620e0f14afb8c05483c4776cef9d58123df57d7a9c105d52 - 1.01% (6.84 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-02-09 18:35:36 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-10 01:55:39 UTC

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

2017-02-10 01:55:39 UTC

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

2017-02-10 01:55:47 UTC

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

2017-02-10 02:05:27 UTC

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

2017-02-10 02:09:03 UTC

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

2017-02-10 02:09:03 UTC

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

2017-02-10 02:10:36 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-10 02:10:37 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-10 02:10:37 UTC

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

2017-02-26 01:18:24 UTC

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

2017-02-26 01:18:29 UTC

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

2017-02-26 01:18:33 UTC

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

2017-02-26 01:18:37 UTC

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

2017-02-26 01:18:42 UTC

/bin/sh -c #(nop) COPY dir:fbd7b9b2a185178eeae3746d5520bae389a93ebfd393eeb10c04687cb81f1359 in virtualization/Docker/

2017-02-26 01:33:05 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2017-02-26 01:33:12 UTC

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

2017-02-26 01:51:29 UTC

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

2017-02-26 01:51:41 UTC

/bin/sh -c #(nop) COPY dir:0aa030754ea7ba199219b60a4c1671f891c77ef83ff4a26e538d1ac6be3654c3 in .

2017-02-26 01:51:50 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