Namespace
homeassistant
Image / Tag
home-assistant:0.69.0b3
Content Digest
sha256:f2df54666ffa96725827042fa51b70c68be8fa29435f010736a131cfbc799826
Details
Created

2018-05-09 04:09:00 UTC

Size

530 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

10.0.1

PYTHON_VERSION

3.6.5


Layers

[#000] sha256:3d77ce4481b119f00e53bee9b4a443469c42c224db954ddaa2e6b74cd73cd5d0 - 9.76% (51.7 MB)

[#001] sha256:534514c83d698ad8a2ef994eeedaed92738e401d735e453d47e635cca02901b6 - 3.16% (16.8 MB)

[#002] sha256:d562b1c3ac3f8e29c94c8c31142f96c548bada88cc683404805f5d81c3991f34 - 7.78% (41.2 MB)

[#003] sha256:4b85e68dc01d5ba298262148a77051ac4a8c8a1e138c678682a5dae241ae4db9 - 23.58% (125 MB)

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

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

[#006] sha256:235ce1ab73107845feb3d8d71d87675acfd11056dd94a3a770521397e6cbf695 - 0.0% (241 Bytes)

[#007] sha256:bd6e9cb6b441b4f0e2611b4e4cdeb8e7089dd84065f0fda8656785f8b862f712 - 0.32% (1.7 MB)

[#008] sha256:48900c0f366e3febd69a87bc1b2e1844f5027f59fd16627227f43f0cb14f3c2c - 0.0% (144 Bytes)

[#009] sha256:6253aa313d21e3accb4deb20e4da92dd8e68d583d51f199035fc14534c0b43fe - 0.0% (2.72 KB)

[#010] sha256:06ff1489038272024b6b4cb795d1f8f941694dd6eaf59d45f43b4da9f6db425c - 25.05% (133 MB)

[#011] sha256:fd93e8b8c9ee96693d3d87c3ea6d9497953d2d8410e376bc63650da5601da70e - 0.0% (7.09 KB)

[#012] sha256:2f8cf84d6589caca9ddcea8ac0a500239d2b4ddf740793f44e9d7605d53b83cd - 25.69% (136 MB)

[#013] sha256:54d293320fd8aeb687e8a8a3a4012b8c8828cc1789a1c1d58b588998cb790bbe - 0.47% (2.5 MB)


History
2018-04-28 06:44:15 UTC

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

2018-04-28 06:44:16 UTC

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

2018-05-04 17:35:08 UTC

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

2018-05-04 17:35:09 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-05-04 17:35:46 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-05-04 17:37:32 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-05-05 02:51:25 UTC

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

2018-05-05 02:51:25 UTC

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

2018-05-05 02:51:45 UTC

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

2018-05-05 03:08:29 UTC

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

2018-05-05 03:08:29 UTC

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

2018-05-05 03:10:17 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-05-05 03:10:18 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-05-05 03:10:18 UTC

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

2018-05-05 03:10:23 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-05-05 03:10:23 UTC

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

2018-05-09 03:24:25 UTC

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

2018-05-09 03:24:26 UTC

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

2018-05-09 03:24:27 UTC

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

2018-05-09 03:24:27 UTC

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

2018-05-09 03:24:28 UTC

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

2018-05-09 03:40:14 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2018-05-09 03:40:14 UTC

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

2018-05-09 04:08:55 UTC

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

2018-05-09 04:09:00 UTC

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

2018-05-09 04:09:00 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