Namespace
homeassistant
Image / Tag
home-assistant:0.63.2
Content Digest
sha256:94145338a8cf9f31c6a99fd84c44ee93520099cf28de9b2f49a230536907b01f
Details
Created

2018-02-14 09:29:53 UTC

Size

532 MB

Content Digest
Labels

Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

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.6.4


Layers

[#000] sha256:f49cf87b52c10aa83b4f4405800527a74400fb19ea1821d209293bc4d53966aa - 9.42% (50.2 MB)

[#001] sha256:7b491c575b06601bb07a2d88bfc3ace6c6005edc1b4d8da3ba6e37e04e9592d6 - 3.45% (18.4 MB)

[#002] sha256:b313b08bab3b8bbcf0de4171a2a80a01e67fab094f272819b76a58705d21ab28 - 7.75% (41.2 MB)

[#003] sha256:51d6678c3f0e0c6e2b58b51ad100912b7c0e4dfedf98a1808417216fd5d948e5 - 24.18% (129 MB)

[#004] sha256:09f35bd58db288964a8bb8698b5f41bfb05df1758e54c2aad2f3fda3c38b240a - 0.57% (3.02 MB)

[#005] sha256:0f9de702e22255ec7a88c3e41c0a4e51ed00ba2fb91f5e106bcda1358e4a7743 - 3.52% (18.8 MB)

[#006] sha256:73911d37fcde0a506cee3ee29d522eb2805d016902f42a699df136820fec04f9 - 0.0% (240 Bytes)

[#007] sha256:99a87e214c92dac634f282d7d27b7d846ae9b8947b98144a29fe528c4098a61d - 0.3% (1.59 MB)

[#008] sha256:26601473ed907b6a784f6793d84ea63b940c5157c960fd23f46fc0e7bbaa3b20 - 0.0% (144 Bytes)

[#009] sha256:0432c95c1f00191299314cf220330ceb27a1154914e883792a5bdd0afedf89ae - 0.0% (2.69 KB)

[#010] sha256:a1247f075429ab3bc444c88f741691084f1643bc3d130667460c49b35aba0c6b - 24.86% (132 MB)

[#011] sha256:f6a2ab219058b5913668c0b9f8292b87ce976463e82a58c4441c644060c403b4 - 0.0% (6.77 KB)

[#012] sha256:299f509893d3e959a89a51571be03a756ca1e0168d4c0a3832bcf403b1cc514a - 25.51% (136 MB)

[#013] sha256:cd9eec07e9b626b1a4f63be44033e33ccae07b4da3935836dd05acfeafa5a771 - 0.43% (2.29 MB)


History
2017-12-12 01:41:12 UTC

/bin/sh -c #(nop) ADD file:1dd78a123212328bdc72ef7888024ea27fe141a72e24e0ea7c3c92b63b73d8d1 in /

2017-12-12 01:41:12 UTC

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

2017-12-12 07:49:00 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-12-12 07:49:01 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-12-12 07:49:30 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-12-12 07:50:30 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev 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 libncurses5-dev libncursesw5-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-12-12 16:26:10 UTC

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

2017-12-12 16:26:11 UTC

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

2017-12-12 16:26:26 UTC

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

2017-12-12 16:39:21 UTC

/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

2017-12-21 01:34:08 UTC

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

2017-12-21 01:35:57 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-12-21 01:35:58 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-12-21 01:35:58 UTC

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

2017-12-21 01:36:03 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-12-21 01:36:08 UTC

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

2018-02-14 08:44:41 UTC

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

2018-02-14 08:44:41 UTC

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

2018-02-14 08:44:42 UTC

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

2018-02-14 08:44:43 UTC

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

2018-02-14 08:44:43 UTC

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

2018-02-14 09:00:48 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2018-02-14 09:00:51 UTC

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

2018-02-14 09:29:49 UTC

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

2018-02-14 09:29:53 UTC

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

2018-02-14 09:29:53 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