Namespace
homeassistant
Image / Tag
home-assistant:0.48.1
Content Digest
sha256:93e4b0b630f1964e22fb15734c3e515f8298325e416293f46d3aa0778f09985c
Details
Created

2017-07-05 07:12:04 UTC

Size

512 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.1


Layers

[#000] sha256:9f0706ba7422412cd468804fee456786f88bed94bf9aea6dde2a47f770d19d27 - 9.81% (50.2 MB)

[#001] sha256:d3942a742d221ef22a0a335c4eebf09e15a36dcfb224b5a2d0cdcc405f374ccb - 3.59% (18.4 MB)

[#002] sha256:62b1123c88f67a9ad43d9bf3f552bbe3352696a674e82712fda785db4f71a655 - 8.06% (41.2 MB)

[#003] sha256:2dac6294ef18334118b559af1635702b07a71719c31cd022b7351f9392023a34 - 24.57% (126 MB)

[#004] sha256:a7bb658fb0990a639c73970536d0835a6ca0a5b0b1a3648e4dff1acbf04fe3da - 0.54% (2.76 MB)

[#005] sha256:a811de274338d32e061939cb5da027948d733fcc247c67de43c7b0c085dcafdb - 3.59% (18.4 MB)

[#006] sha256:771f11f32dc9d5e19445e007c367862c0cee9f6c3f4afbe4df81d84f4ee5dcb1 - 0.0% (232 Bytes)

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

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

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

[#010] sha256:5e6db2d0a4df87dc67ba230de45d8a96434dad40348e207a2c471e7bcc06e9e7 - 25.81% (132 MB)

[#011] sha256:c5f61d655a6f59a5f4b0574d85403e810e7a1a0a39685f6e8c3df084c2b9b23f - 0.0% (5.4 KB)

[#012] sha256:7fe5e67e83b9dc6d9f10cd0746052b7e3c58419cf4bef1d3e64627b60a007986 - 22.29% (114 MB)

[#013] sha256:73df52269ddb875a13fd5dcf7304aad54e8fa6b37bc24c6740b345a80b17fc2f - 1.43% (7.33 MB)


History
2017-06-20 20:13:32 UTC

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

2017-06-20 20:13:34 UTC

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

2017-06-20 21:03:33 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-06-20 21:06:21 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-06-20 21:09:42 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-06-21 18:13:10 UTC

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

2017-06-21 18:13:11 UTC

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

2017-06-21 18:13:24 UTC

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

2017-06-21 18:44:46 UTC

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

2017-06-21 18:44:47 UTC

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

2017-06-21 18:46:20 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-06-21 18:46:22 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-06-21 18:46:23 UTC

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

2017-06-21 18:46:28 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-06-21 18:46:28 UTC

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

2017-07-05 06:38:28 UTC

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

2017-07-05 06:38:28 UTC

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

2017-07-05 06:38:29 UTC

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

2017-07-05 06:38:29 UTC

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

2017-07-05 06:38:29 UTC

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

2017-07-05 06:48:24 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2017-07-05 06:48:24 UTC

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

2017-07-05 07:12:00 UTC

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

2017-07-05 07:12:04 UTC

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

2017-07-05 07:12:04 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