Namespace
homeassistant
Image / Tag
home-assistant:0.53.1
Content Digest
sha256:74f43008414f7846902f67f5887b6115593b1f6093f71a6307e54599e5894a19
Details
Created

2017-09-14 07:02:57 UTC

Size

523 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:aa18ad1a0d334d80981104c599fa8cef9264552a265b1197af11274beba767cf - 9.59% (50.2 MB)

[#001] sha256:90f6d19ae3884936579f82aa8c7f23286d3070be2f628712fdf4ef9f93801272 - 3.51% (18.4 MB)

[#002] sha256:94273a890192de558e8478741d93affb933b77ec2dfd8c3c3c2b46c2d183d3ea - 7.88% (41.2 MB)

[#003] sha256:c9110c9043248c4f74eae4e013116ca8057a7653f87a2bfb268bf38ffe13b757 - 24.56% (128 MB)

[#004] sha256:0410355a85e9d2c1c804a4a92ab8264dccdb14716ec4d0dac82a728b32f37ddc - 0.53% (2.77 MB)

[#005] sha256:0929311880c857218ca621ef1a2fafa19cb1d15205c4944f6200b55c7896b958 - 3.52% (18.4 MB)

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

[#007] sha256:4aaac806063ead839c363bb0c052035892a7cfce3bf46cabd61a0b25706383eb - 0.3% (1.58 MB)

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

[#009] sha256:ac0aa29c5649f087274d3d9ca179305358337202dfc13b40750c1a0566f87e84 - 0.0% (2.91 KB)

[#010] sha256:be5419d40ce9f5e5fd030c952c75b133afa16892785edcb782b2f9e3e5f59bd3 - 25.2% (132 MB)

[#011] sha256:32a02bcbe7e151c857dc2d5f08fd287fe72333e4c09ca2291a1fee0589272f8f - 0.0% (5.74 KB)

[#012] sha256:2a296fb4a5bb098ac2d300a58b4e7ea82f3539c2ec008cce4d1ee378576034e4 - 23.48% (123 MB)

[#013] sha256:039a835a9c148a0df25bce463b198338c21db5df2f78bf1a458ba04217b52c5f - 1.43% (7.45 MB)


History
2017-09-07 23:04:40 UTC

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

2017-09-07 23:04:41 UTC

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

2017-09-07 23:20:18 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-09-07 23:20:19 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-09-07 23:20:57 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-09-07 23:22:41 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 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-09-08 06:12:25 UTC

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

2017-09-08 06:12:26 UTC

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

2017-09-08 06:13:01 UTC

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

2017-09-08 06:13:01 UTC

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

2017-09-08 06:13:02 UTC

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

2017-09-08 06:16:38 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-09-08 06:16:39 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-09-08 06:16:40 UTC

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

2017-09-08 06:16:48 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-09-08 06:16:48 UTC

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

2017-09-14 06:25:30 UTC

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

2017-09-14 06:25:30 UTC

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

2017-09-14 06:25:31 UTC

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

2017-09-14 06:25:31 UTC

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

2017-09-14 06:25:31 UTC

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

2017-09-14 06:35:52 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2017-09-14 06:35:53 UTC

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

2017-09-14 07:02:54 UTC

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

2017-09-14 07:02:57 UTC

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

2017-09-14 07:02:57 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