Namespace
homeassistant
Image / Tag
home-assistant:0.53
Content Digest
sha256:496740d2626c52abf497d2e7a2ecea46d5b267649957c5727482bc46c47f24f5
Details
Created

2017-09-09 09:03:06 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:7afdfb2c554c4f4f43369abf872aa78959bd954c402c32eee635ed1ccf19b7b3 - 0.0% (144 Bytes)

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

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

[#011] sha256:7a2395d0741fc16cadb3116ef55accae33722f811318ac9d296f86a5012487df - 0.0% (5.74 KB)

[#012] sha256:181e3348eaa3d6e33523ed4a6d0d670896e15c503367c15cd076a05cdfb7e347 - 23.49% (123 MB)

[#013] sha256:485d5f48cf56a4a7840613a191d4bcb6e93a854011dd321f0d7b33c9491b9f38 - 1.42% (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-09 08:27:06 UTC

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

2017-09-09 08:27:06 UTC

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

2017-09-09 08:27:06 UTC

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

2017-09-09 08:27:06 UTC

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

2017-09-09 08:27:06 UTC

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

2017-09-09 08:36:56 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2017-09-09 08:36:56 UTC

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

2017-09-09 09:03:03 UTC

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

2017-09-09 09:03:06 UTC

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

2017-09-09 09:03:06 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