Namespace
homeassistant
Image / Tag
home-assistant:0.57.3
Content Digest
sha256:d8a9ed72e0f4728bb9b6b589020ae9a2673d936af636a168db1d926813d80650
Details
Created

2017-11-11 23:48:16 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.52% (50.2 MB)

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

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

[#003] sha256:47cc0ed96dc3a88c79f26dc97950ec81a5c35699f48f07662f99c97412af6e95 - 24.41% (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:911e08f519a2571865a3b4eb338b25c31a565bad574840f07aa3b185abddf83f - 0.0% (143 Bytes)

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

[#010] sha256:f606ed0cee7b25a614e2c1f59901bde7170e6636938bb0f2d2ddfd943506fdf2 - 24.93% (131 MB)

[#011] sha256:f351eeacc99358a983dd0fc93d6ad3dc5353ee9e348a8e2d465590e06737eb9e - 0.0% (6.32 KB)

[#012] sha256:1543b48410ee52c300f916547de18dd6341d96d03266fbadf6319898ecf33137 - 25.0% (132 MB)

[#013] sha256:ccb1d192c3712ddf0584a7b9e73ffa852709e2674538a607c45ead15b69cb273 - 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-11 23:07:43 UTC

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

2017-11-11 23:07:43 UTC

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

2017-11-11 23:07:44 UTC

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

2017-11-11 23:07:45 UTC

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

2017-11-11 23:07:45 UTC

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

2017-11-11 23:20:33 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2017-11-11 23:20:37 UTC

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

2017-11-11 23:48:13 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-11 23:48:16 UTC

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

2017-11-11 23:48: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