Namespace
homeassistant
Image / Tag
home-assistant:0.69.0b0
Content Digest
sha256:fed2e815b17f531fc32ce287a6494392b3dc59da30e036096a516801472bcaf3
Details
Created

2018-05-05 17:41:38 UTC

Size

530 MB

Content Digest
Labels
  • maintainer
    Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>

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.76% (51.7 MB)

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

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

[#003] sha256:4b85e68dc01d5ba298262148a77051ac4a8c8a1e138c678682a5dae241ae4db9 - 23.58% (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:fc42d97ac0a589e3ba70cee468b58ef79e29000b3e43748e928cf05e947d6ff5 - 0.0% (143 Bytes)

[#009] sha256:705c87e9ceddd506b2df5c86bfa65492916759514b8a2feadb1d5ff79d8db504 - 0.0% (2.71 KB)

[#010] sha256:8536ab509ba7381e54d73418eb4ee48d017a59b7794d9aa94146b08d5d5a4328 - 25.06% (133 MB)

[#011] sha256:507fe71c66b0e0653ff8fa69663c16b0d03f7692d71efd84db464a718684845a - 0.0% (7.09 KB)

[#012] sha256:2cddf07b2c508614234b0cf44c0a684b61867592e722e41bfbf527f76dce12f4 - 25.68% (136 MB)

[#013] sha256:44ddb6a0973382f02adbede527be63b25768058197ee81ed237fd4ca7463975a - 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-05 16:51:36 UTC

/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>

2018-05-05 16:51:36 UTC

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

2018-05-05 16:51:37 UTC

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

2018-05-05 16:51:38 UTC

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

2018-05-05 16:51:38 UTC

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

2018-05-05 17:09:17 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2018-05-05 17:09:19 UTC

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

2018-05-05 17:41:34 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-05 17:41:37 UTC

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

2018-05-05 17:41:38 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