Namespace
homeassistant
Image / Tag
home-assistant:0.69.1
Content Digest
sha256:a39ed42c0b13497dc4f8307c79b0b95618285a82bfd89ff2b93caec5b70d082f
Details
Created

2018-05-12 17:13:13 UTC

Size

529 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

10.0.1

PYTHON_VERSION

3.6.5


Layers

[#000] sha256:3d77ce4481b119f00e53bee9b4a443469c42c224db954ddaa2e6b74cd73cd5d0 - 9.77% (51.7 MB)

[#001] sha256:534514c83d698ad8a2ef994eeedaed92738e401d735e453d47e635cca02901b6 - 3.17% (16.8 MB)

[#002] sha256:d562b1c3ac3f8e29c94c8c31142f96c548bada88cc683404805f5d81c3991f34 - 7.79% (41.2 MB)

[#003] sha256:4b85e68dc01d5ba298262148a77051ac4a8c8a1e138c678682a5dae241ae4db9 - 23.61% (125 MB)

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

[#005] sha256:ba209b7a72396942ea4551f8be6dc85321227147b969ba23c2dc1b2f15f8f5dd - 3.62% (19.2 MB)

[#006] sha256:235ce1ab73107845feb3d8d71d87675acfd11056dd94a3a770521397e6cbf695 - 0.0% (241 Bytes)

[#007] sha256:bd6e9cb6b441b4f0e2611b4e4cdeb8e7089dd84065f0fda8656785f8b862f712 - 0.32% (1.7 MB)

[#008] sha256:809026db7d59f0a8ccf211bb7f7e1345ebdd1179e4ec142ef000558c3205bce5 - 0.0% (147 Bytes)

[#009] sha256:2b0698f0e5655bcb810c25ac18ff60f425f604f8714f59a10f0756bfa8ac0d10 - 0.0% (2.72 KB)

[#010] sha256:d6dc25164e0bb91a01d809d91f533700df823a446b63b00d19aa5dff7baa318a - 25.09% (133 MB)

[#011] sha256:2f7304ca2517bf4ff08279d88570e6c0721b0eba21311e189ffc47bc42890701 - 0.0% (7.07 KB)

[#012] sha256:e649a3c7204a31bfcdfd99a5c0dd3fc1e717cbd6268a82fe1646bc3acd88b4c0 - 25.58% (135 MB)

[#013] sha256:8d102927cc55d7ab930dfb99d10f3002a5c7fe8ddccc1b326156ff64d0280271 - 0.47% (2.5 MB)


History
2018-04-28 06:44:15 UTC

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

2018-04-28 06:44:16 UTC

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

2018-05-04 17:35:08 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/*

2018-05-04 17:35:09 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-05-04 17:35:46 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-05-04 17:37:32 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-05-05 02:51:25 UTC

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

2018-05-05 02:51:25 UTC

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

2018-05-05 02:51:45 UTC

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

2018-05-05 03:08:29 UTC

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

2018-05-05 03:08:29 UTC

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

2018-05-05 03:10:17 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-05-05 03:10:18 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-05-05 03:10:18 UTC

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

2018-05-05 03:10:23 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-05-05 03:10:23 UTC

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

2018-05-12 16:26:56 UTC

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

2018-05-12 16:26:56 UTC

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

2018-05-12 16:26:57 UTC

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

2018-05-12 16:26:58 UTC

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

2018-05-12 16:26:58 UTC

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

2018-05-12 16:43:23 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2018-05-12 16:43:23 UTC

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

2018-05-12 17:13:10 UTC

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

2018-05-12 17:13:13 UTC

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

2018-05-12 17:13:13 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