Namespace
homeassistant
Image / Tag
home-assistant:0.66.1
Content Digest
sha256:446743fc3a7c150cc50f1afc3e365cadfb4975223c87a75dc14fc64d2e86a059
Details
Created

2018-04-03 20:47:55 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.3

PYTHON_VERSION

3.6.5


Layers

[#000] sha256:f2b6b4884fc8b2f1fcef843f92f7c82c9c149df85ac77e5f0de7a342ae442412 - 9.52% (50.2 MB)

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

[#002] sha256:74eaa8be7221e87fae8804464be5f691955f582b6b4efe703095a2c9b041696a - 7.82% (41.3 MB)

[#003] sha256:2d6e98fe4040daf34ac9d37d57abf4bb71644014dd4c27ca80c89198849cb242 - 23.71% (125 MB)

[#004] sha256:414666f7554d2dfc8dcaa8ce2c11bd2ad51341c492582e20158cc182e824f2d6 - 0.57% (3.02 MB)

[#005] sha256:7e765f6e07f89d33d38e8e2e564278e79d9cdb5274d164007f0936f685c647dd - 3.64% (19.2 MB)

[#006] sha256:6f02823cd02e37bf0d8ae1048ea5c94d4b0c834a3955bf72504d19ed3fb23558 - 0.0% (241 Bytes)

[#007] sha256:9239d3c3d426e9b3e25cbdf4d4ce0260b2823acbbc48a71f9aea4fcd3140e922 - 0.34% (1.8 MB)

[#008] sha256:c4588092e44e466d17274d974123c2cbfe00fce70cebae1cf880b8fb96f17cd0 - 0.0% (143 Bytes)

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

[#010] sha256:ec55ff9b9eba4e24d3a5582cc5f8fc267463b46411ea56fcc81cda04fe505c69 - 25.11% (132 MB)

[#011] sha256:4612542e1cd0f639020186db53004390097082c12887929f29c9bf94a4af9506 - 0.0% (6.9 KB)

[#012] sha256:d0adb9eb47e0e618501893c52957149997806ab510a5903f0079984771cb3aec - 25.35% (134 MB)

[#013] sha256:642ae52aad11fffde45e8ba58db93bc76df86c25ce7083522be75e948c8f88f2 - 0.46% (2.41 MB)


History
2018-03-13 21:57:21 UTC

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

2018-03-13 21:57:22 UTC

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

2018-03-13 23:39:20 UTC

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

2018-03-13 23:39:21 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

2018-03-13 23:40:06 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/*

2018-03-13 23:41:53 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/*

2018-03-14 17:07:14 UTC

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

2018-03-14 17:07:14 UTC

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

2018-03-14 17:07:35 UTC

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

2018-03-14 17:47:59 UTC

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

2018-03-31 01:14:49 UTC

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

2018-03-31 01:16:41 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

2018-03-31 01:16:42 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

2018-03-31 01:16:42 UTC

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

2018-03-31 01:16:46 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

2018-03-31 01:16:47 UTC

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

2018-04-03 20:04:30 UTC

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

2018-04-03 20:04:31 UTC

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

2018-04-03 20:04:32 UTC

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

2018-04-03 20:04:32 UTC

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

2018-04-03 20:04:33 UTC

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

2018-04-03 20:18:09 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2018-04-03 20:18:09 UTC

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

2018-04-03 20:47:52 UTC

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

2018-04-03 20:47:54 UTC

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

2018-04-03 20:47:55 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