Namespace
homeassistant
Image / Tag
home-assistant:0.52.1
Content Digest
sha256:13cca96ab7a72298c4d4bd8aca8a5410f545f1b03fb3b1d39089f30a78088e1d
Details
Created

2017-08-28 18:40:07 UTC

Size

519 MB

Content Digest
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.2


Layers

[#000] sha256:ad74af05f5a24bcf9459ae1cf7718628c2aeb6b587eb51b6eeaf639aca3e566f - 9.67% (50.2 MB)

[#001] sha256:2b032b8bbe8bc215ad3337035d0183fc353841ec6478d1c481e6e13628ad9e00 - 3.54% (18.4 MB)

[#002] sha256:a9a5b35f6ead105e66a9af969454ac09b5772eeb0c6281972c48d2ce882e8eba - 7.94% (41.2 MB)

[#003] sha256:3245b5a1c52cbf0ae23d948fb94ef7b321e3dc54e13c3f6cf79951ed8237f03e - 24.23% (126 MB)

[#004] sha256:032924b710ba95b71e9a2d971e705bab895ddf7a219994c2cf8761f6959e62ed - 0.53% (2.76 MB)

[#005] sha256:0d7cffe4bfd71fa93d626a4a0761dc02083eda97bfc757feafdc168a9b24fbda - 3.55% (18.4 MB)

[#006] sha256:450f5ea3e7eafb6df380c997fa891c13693af5ef46eb7a8ac6c54b58d00fecbb - 0.0% (233 Bytes)

[#007] sha256:b1dca9769b8b2f680ff0ed0de230c1d8984715ea8608e8a7df08b44a982f1fb3 - 0.31% (1.58 MB)

[#008] sha256:ec65b1ddd38ce8257d84f10f40d4a0efbb974ad67445d90e01dca1f30fcee873 - 0.0% (151 Bytes)

[#009] sha256:c1eb65e142b6882fbe0a6d851c60867d671de88f18d758f6253953047c82253e - 0.0% (2.92 KB)

[#010] sha256:828d778b5a192c3612badbda8e38e60eecc158b33c3a668b9179a5aa0c53de13 - 25.45% (132 MB)

[#011] sha256:729b3c1d1e33894eaf1f792cca77d8c7197e3b2c4b852e8f1ffaaee3cc2dc816 - 0.0% (5.65 KB)

[#012] sha256:1e2af276c27b9fcedaf03c7e82a7664272c43567148e3e81f8961c6afaf668ae - 23.36% (121 MB)

[#013] sha256:8d3211c740f224feefaeda8aed6d3ba7fe2a9e07f7a47266ff238e0c1552b9e7 - 1.43% (7.39 MB)


History
2017-07-24 16:51:25 UTC

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

2017-07-24 16:51:25 UTC

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

2017-07-24 17:24:28 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-07-24 17:24:29 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-07-24 17:25:00 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-07-24 17:26:05 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 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 libncurses-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-07-24 19:46:11 UTC

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

2017-07-24 19:46:11 UTC

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

2017-07-24 19:46:31 UTC

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

2017-07-24 19:46:31 UTC

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

2017-07-24 19:46:31 UTC

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

2017-07-24 19:48:25 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-07-24 19:48:25 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-07-24 19:48:25 UTC

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

2017-07-24 19:48:30 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-07-24 19:48:30 UTC

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

2017-08-28 18:05:17 UTC

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

2017-08-28 18:05:17 UTC

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

2017-08-28 18:05:17 UTC

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

2017-08-28 18:05:17 UTC

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

2017-08-28 18:05:17 UTC

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

2017-08-28 18:15:15 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2017-08-28 18:15:18 UTC

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

2017-08-28 18:40:02 UTC

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

2017-08-28 18:40:07 UTC

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

2017-08-28 18:40:07 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