Namespace
homeassistant
Image / Tag
home-assistant:0.57.2
Content Digest
sha256:84bd0c39c115f2c1b63b138fb7100c9f7fc4d2a1d2b0ce6156f397895d1892dc
Details
Created

2017-11-06 07:15:53 UTC

Size

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


Layers

[#000] sha256:85b1f47fba49da65256f07c8790542a3880e9216f9c491965040f35ce2c6ca7a - 9.51% (50.2 MB)

[#001] sha256:ba6bd283713a743ee651be9e0a833547e00c6f31584a948db2df96fded4def55 - 3.48% (18.4 MB)

[#002] sha256:817c8cd48a09f6f7d54fc509d1890d349d1ba1720848531ed8bcb19fccc42962 - 7.82% (41.2 MB)

[#003] sha256:47cc0ed96dc3a88c79f26dc97950ec81a5c35699f48f07662f99c97412af6e95 - 24.39% (129 MB)

[#004] sha256:4a36819a59dc98e75c3954e464f742a0da368c7496b59d71aa084d563cf97195 - 0.57% (3.02 MB)

[#005] sha256:db9a0221399f82c8c26cce34262d4a09560e7e1dea6b88f560c841e21b476429 - 3.55% (18.7 MB)

[#006] sha256:7a511a7689b6b1f691be5d3a4a9a86c822bb1fd37944943fee9f5612158b1987 - 0.0% (240 Bytes)

[#007] sha256:1223757f6914df2388aa90e4a1eabb5628154e6492c6103e624f460e2149cf87 - 0.3% (1.59 MB)

[#008] sha256:11d5e9138386d8f77d51a5cab1883bd07e8b99e2b4eedd7d3a38d464a3b72d1d - 0.0% (141 Bytes)

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

[#010] sha256:270657d93580ee315a67b76bfb097e1f5f5cc37d91f2216fe00dd6b59e48efb8 - 24.91% (131 MB)

[#011] sha256:eef87b0f7de4fedc10ca42c74b7dbe0b9ce476fe78f8de441e6400bf343f3707 - 0.0% (6.31 KB)

[#012] sha256:c72b4b8ca2c9c01c1b0f5c459d53938af9b35a9a291a7ddb6e9c76b1b3d61db6 - 25.05% (132 MB)

[#013] sha256:4ead8d8ad6d3030bee39ba3ee4410365a23fea8c262fd0a227c49c4fe0638bbe - 0.41% (2.18 MB)


History
2017-11-04 05:21:35 UTC

/bin/sh -c #(nop) ADD file:55b071e2cfc3ea2f4bbf048d7d676e3c06a77a9a98d63f7af291f3decb495ec8 in /

2017-11-04 05:21:36 UTC

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

2017-11-04 15:25:24 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-11-04 15:25:25 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-11-04 15:25:55 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-11-04 15:27:26 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-11-04 21:13:55 UTC

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

2017-11-04 21:13:55 UTC

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

2017-11-04 21:14:12 UTC

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

2017-11-04 22:15:57 UTC

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

2017-11-04 22:15:57 UTC

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

2017-11-04 22:17:55 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-11-04 22:17:55 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-11-04 22:17:58 UTC

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

2017-11-04 22:18:02 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-11-04 22:18:03 UTC

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

2017-11-06 06:34:14 UTC

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

2017-11-06 06:34:14 UTC

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

2017-11-06 06:34:15 UTC

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

2017-11-06 06:34:16 UTC

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

2017-11-06 06:34:16 UTC

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

2017-11-06 06:48:28 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2017-11-06 06:48:33 UTC

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

2017-11-06 07:15:51 UTC

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

2017-11-06 07:15:53 UTC

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

2017-11-06 07:15: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