Namespace
homeassistant
Image / Tag
home-assistant:0.67.1
Content Digest
sha256:ebb6bae45860b10e4a7e2f120b2e12693edc73aedd84809f8787e510ff20e8bc
Details
Created

2018-04-18 06:09:43 UTC

Size

529 MB

Content Digest
Labels

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.3

PYTHON_VERSION

3.6.5


Layers

[#000] sha256:f2b6b4884fc8b2f1fcef843f92f7c82c9c149df85ac77e5f0de7a342ae442412 - 9.48% (50.2 MB)

[#001] sha256:4fb899b4df216ab398fb05547f86dc371db944cf53dea7913d2f4261ed09e2be - 3.47% (18.4 MB)

[#002] sha256:74eaa8be7221e87fae8804464be5f691955f582b6b4efe703095a2c9b041696a - 7.79% (41.3 MB)

[#003] sha256:2d6e98fe4040daf34ac9d37d57abf4bb71644014dd4c27ca80c89198849cb242 - 23.62% (125 MB)

[#004] sha256:414666f7554d2dfc8dcaa8ce2c11bd2ad51341c492582e20158cc182e824f2d6 - 0.57% (3.02 MB)

[#005] sha256:7e765f6e07f89d33d38e8e2e564278e79d9cdb5274d164007f0936f685c647dd - 3.62% (19.2 MB)

[#006] sha256:6f02823cd02e37bf0d8ae1048ea5c94d4b0c834a3955bf72504d19ed3fb23558 - 0.0% (241 Bytes)

[#007] sha256:9239d3c3d426e9b3e25cbdf4d4ce0260b2823acbbc48a71f9aea4fcd3140e922 - 0.34% (1.8 MB)

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

[#009] sha256:2a4bc54d0fe5118c0461bc0456132888f46c971e9c16d5f98f7da3551ab2c32b - 0.0% (2.69 KB)

[#010] sha256:18f7c87086a7455e81004eda80f2a0886e7450947d332e4dfd943c4a52fc7f57 - 25.01% (132 MB)

[#011] sha256:280e67c64e17dcda3b79ef9fb60b2d49968d20a0d009746e474b2e862fbb7440 - 0.0% (6.96 KB)

[#012] sha256:bf13ecbba75fc6fe45f6cfb01c700407e3fa707a2b4798c12424d6f478adf19c - 25.63% (136 MB)

[#013] sha256:0dbdda8dc808a05086a47b6976dbd710a717013d83901a3d100383e747184fbc - 0.46% (2.42 MB)


History
2018-03-13 21:57:21 UTC

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

2018-03-13 21:57:22 UTC

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

2018-03-13 23:39:20 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2018-03-13 23:39:21 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-03-13 23:40:06 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-03-13 23:41:53 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-03-14 17:07:14 UTC

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

2018-03-14 17:07:14 UTC

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

2018-03-14 17:07:35 UTC

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

2018-03-14 17:47:59 UTC

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

2018-03-31 01:14:49 UTC

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

2018-03-31 01:16:41 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

2018-03-31 01:16:42 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-03-31 01:16:42 UTC

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

2018-03-31 01:16:46 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-03-31 01:16:47 UTC

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

2018-04-18 05:23:22 UTC

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

2018-04-18 05:23:23 UTC

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

2018-04-18 05:23:23 UTC

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

2018-04-18 05:23:24 UTC

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

2018-04-18 05:23:24 UTC

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

2018-04-18 05:38:52 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2018-04-18 05:38:55 UTC

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

2018-04-18 06:09:40 UTC

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

2018-04-18 06:09:43 UTC

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

2018-04-18 06:09:43 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