Namespace
homeassistant
Image / Tag
home-assistant:0.78.3
Content Digest
sha256:08da6c3026f8e825e7eaedbe0ed5b1dd0e49b66151d21dad2f2ea056dd25701e
Details
Created

2018-09-22 11:18:18 UTC

Size

593 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

18.0

PYTHON_VERSION

3.6.6


Layers

[#000] sha256:05d1a5232b461a4b35424129580054caa878cd56f100e34282510bd4b4082e4d - 7.29% (43.2 MB)

[#001] sha256:5cee356eda6bfe3a5a229cd3d964e722ade1da4381842b24e943b03a37aec1f2 - 1.73% (10.2 MB)

[#002] sha256:89d3385f0fd3c0c904ff6e87195bb46f5d9d309e8ddd91bc9b20855d103eeffb - 0.7% (4.14 MB)

[#003] sha256:80ae6b477848b6e03aad8ec9c74f1fb80364e5c8b5fe9ca3ec793df84247f027 - 8.05% (47.7 MB)

[#004] sha256:28bdf9e584cc733044425cc166ce90743b25f7003cb06408b905030f76200b2a - 34.3% (203 MB)

[#005] sha256:dec1a1f0462b7f6196e34158ea33f62e627aa9112ba7df908f85d7ce28f76953 - 0.92% (5.48 MB)

[#006] sha256:a4670d1256152857f43ddfce56437fefbbe6690f06ab507694015ef7c768ad17 - 3.37% (20 MB)

[#007] sha256:547b45a875f5754c2643bfebc7df6631b8935839531e4923c0e2b982bbe238ab - 0.0% (240 Bytes)

[#008] sha256:102a0247b45445b886d52a7590a5f6e08b69f6f0fe0668f71c63872f3a9d50f8 - 0.29% (1.71 MB)

[#009] sha256:1c6455c87d42bce626cac21792566d5ca48582dba3b886c07d379fe9423274eb - 0.0% (154 Bytes)

[#010] sha256:17387502259363017b31761707d0a8882b11b0318e7ca162101e90afb176c36c - 0.0% (2.62 KB)

[#011] sha256:ae6a4dc6746a79e54cc93617978d9d852ad461bf34616502842c1d380fe3bae5 - 16.74% (99.2 MB)

[#012] sha256:be0a5d8f432fe9993f79c611aca25ac99e9cc3ee75fa8e4ef33ee4cdc47c3a7a - 0.0% (7.44 KB)

[#013] sha256:91442611f69ad37de713cc67e1d1efc18e391506c2562770b0cbb61e1cdb3135 - 26.15% (155 MB)

[#014] sha256:fd8b1380fcffadf710ec49ed65b02ac8d142a91b63fcd36ff29963e8e11c5253 - 0.46% (2.74 MB)


History
2018-09-04 21:21:24 UTC

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

2018-09-04 21:21:24 UTC

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

2018-09-04 22:33:34 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-09-04 22:33:43 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-09-04 22:34:19 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-09-04 22:36:11 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-09-05 03:23:31 UTC

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

2018-09-05 03:23:31 UTC

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

2018-09-05 03:39:08 UTC

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

2018-09-05 03:39:08 UTC

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

2018-09-05 03:39:08 UTC

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

2018-09-05 03:42:10 UTC

/bin/sh -c set -ex && 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 && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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 && 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 && python3 --version

2018-09-05 03:42:11 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-09-05 03:42:12 UTC

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

2018-09-05 03:42:20 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-09-05 03:42:20 UTC

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

2018-09-22 10:44:18 UTC

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

2018-09-22 10:44:19 UTC

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

2018-09-22 10:44:21 UTC

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

2018-09-22 10:44:21 UTC

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

2018-09-22 10:44:22 UTC

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

2018-09-22 10:54:27 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2018-09-22 10:54:27 UTC

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

2018-09-22 11:18: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-09-22 11:18:16 UTC

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

2018-09-22 11:18:18 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