Namespace
homeassistant
Image / Tag
home-assistant:0.89.0b2
Content Digest
sha256:a8d7fa905474b19364aaa3065e488bce18c14944f3430b5ad5c627de38e5341a
Details
Created

2019-03-05 02:58:16 UTC

Size

730 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

19.0.3

PYTHON_VERSION

3.7.2


Layers

[#000] sha256:741437d97401b83849ccbfe4ed8964049b752081647d7f1ea8aea29d989f8968 - 5.92% (43.2 MB)

[#001] sha256:34d8874714d74b636739b8a52204650a664fca8ff9741dd66810f30196f103e2 - 1.41% (10.3 MB)

[#002] sha256:0a108aa2667933b852b8d003f97b344d014fcd7e06a0c0e6e04f2d6906738388 - 0.57% (4.14 MB)

[#003] sha256:7f0334c36886bd4619e8d05ccf68003e53b0b6098b2166a216bd009dba678ed8 - 6.54% (47.7 MB)

[#004] sha256:49ea0d2b5c483667ad1bd27c524d3c0921c7634db0a1a7d3eb81d471a4247c8f - 28.81% (210 MB)

[#005] sha256:f70a6aa0163be1f311c0caffd6ecb1fd6314c9bd6a61291623581af536c0cad0 - 0.76% (5.56 MB)

[#006] sha256:4b9b78e41a03bcaac54d721043dff1b0fe8bd717842c0477215dcfe120ba87af - 2.93% (21.4 MB)

[#007] sha256:9e9b4c0fa8a2b29fb1b17b41749a374412c53fc06d0e82dfda950702d1c7eba2 - 0.0% (243 Bytes)

[#008] sha256:c55a3146e26179f6a0249ae4508923aaedd57051064dde6b472fde412f05f74b - 0.24% (1.73 MB)

[#009] sha256:2b6a8aff3d22412fd360ab6f2518ee859b1153dd8d2f710e75e5037f5385fce0 - 0.0% (133 Bytes)

[#010] sha256:2118a8342244085f8e8ebacb0cb53cd07f56458a72760205d83e644f676d39c1 - 0.0% (2.67 KB)

[#011] sha256:f92a184e99099c3981b23774a6ec2daf6545ef3e03aac114437dbcfa164689aa - 14.17% (103 MB)

[#012] sha256:1e32373de1ada64d62712e7ebe361aba2339936009d83c74c07b847a6a4d8ea6 - 0.0% (8.85 KB)

[#013] sha256:7f0f884c498d0fdcfd19615fdda9b62ab8e253ef3e7e7cf684a365726992c2f1 - 38.2% (279 MB)

[#014] sha256:e1beb32b4b47195486db4635a7df85fec986e524cbcc00112ea5404c5dc35014 - 0.46% (3.37 MB)


History
2019-02-06 03:30:01 UTC

/bin/sh -c #(nop) ADD file:4fec879fdca802d6920b8981b409b19ded75aff693eaaba1ba4cf5ecb7594fdb in /

2019-02-06 03:30:02 UTC

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

2019-02-06 05:51:03 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2019-02-06 05:51:14 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

2019-02-06 05:51:50 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/*

2019-03-02 01:39:52 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 libgmp-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 unzip 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/*

2019-03-02 05:34:37 UTC

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

2019-03-02 05:34:37 UTC

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

2019-03-02 05:34:50 UTC

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

2019-03-02 05:39:34 UTC

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

2019-03-02 05:39:34 UTC

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

2019-03-02 05:43:43 UTC

/bin/sh -c set -ex && 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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 && 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 && python3 --version

2019-03-02 05:43:44 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

2019-03-02 05:43:44 UTC

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

2019-03-02 05:43:53 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

2019-03-02 05:43:53 UTC

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

2019-03-05 01:47:41 UTC

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

2019-03-05 01:47:42 UTC

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

2019-03-05 01:47:42 UTC

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

2019-03-05 01:47:42 UTC

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

2019-03-05 02:29:19 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2019-03-05 02:29:20 UTC

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

2019-03-05 02:58:05 UTC

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

2019-03-05 02:58:16 UTC

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

2019-03-05 02:58:16 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