Namespace
homeassistant
Image / Tag
home-assistant:0.87.0b0
Content Digest
sha256:7f7568dfd50da616afa022001b2d200ba8a8f9e9eb7576feb6bb8caae769420a
Details
Created

2019-01-31 06:18:22 UTC

Size

707 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

19.0.1

PYTHON_VERSION

3.6.8


Layers

[#000] sha256:ab1fc7e4bf9195e554669fafa47f69befe22053d7100f5f7002cb9254a36f37c - 6.12% (43.2 MB)

[#001] sha256:35fba333ff5209042e8925a73f3cbabf00ba725257bdba38ec3b415e5d7e6cc7 - 1.45% (10.3 MB)

[#002] sha256:f0cb1fa13079687d5118e5cd7e3ce3c09dc483fa44f0577eca349de8d76e4e8c - 0.59% (4.14 MB)

[#003] sha256:3d1dd648b5ade2bbdfe77fa94424b0314100b58fb5f6a98486538c2126e08e2f - 6.75% (47.7 MB)

[#004] sha256:49f7a0920ce12498040091232541e5f75306c09564f092b55c539d66b93aee7c - 28.9% (204 MB)

[#005] sha256:4709e515313d2b9d58e3519c2602e459db19e118a51b60a309a1c13738e25b3c - 0.77% (5.48 MB)

[#006] sha256:9f1758f5a166fa3c2aa8c42492bc8f25fc608964d583ac9e90f4e838cbe0dfd2 - 2.83% (20 MB)

[#007] sha256:bbccfd3ef033837280f6354928d3eae77e61390d8fdf7fba02fba44e19cdd44e - 0.0% (239 Bytes)

[#008] sha256:0752403d51fb29d888fa54f56cca7bb8400fe4433f9ce168f5eaa089d62517bc - 0.24% (1.73 MB)

[#009] sha256:e66a3053086083943b49f48d1071ecbec595212db44bd733436bf17479f18c69 - 0.0% (131 Bytes)

[#010] sha256:51b4a9571b0d8c58d3932798c46340b0b29ed08d2f6d7cd384260c868f217e7d - 0.0% (2.66 KB)

[#011] sha256:1bf82952ab11c77d61a809f45f6e288885ccc654300f1f38ac538b95ca3a2f9d - 14.72% (104 MB)

[#012] sha256:263332898714b56a68523f09fed23d8240e52627822e03f71b7835b755aacbdf - 0.0% (8.64 KB)

[#013] sha256:c409f7f3050e3e096e425f1925dcfe074979ff034e90000c55c405ce59e468d5 - 37.17% (263 MB)

[#014] sha256:3cc6dcbab38280e1d662fed2d3c7eaf907956c0a1fc5966668688b78a385c3e2 - 0.46% (3.23 MB)


History
2019-01-22 19:30:03 UTC

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

2019-01-22 19:30:04 UTC

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

2019-01-22 20:05:43 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/*

2019-01-22 20:05:48 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

2019-01-22 20:06:13 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/*

2019-01-22 20:07:29 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 unzip 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/*

2019-01-23 02:30:42 UTC

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

2019-01-23 02:30:42 UTC

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

2019-01-23 02:37:15 UTC

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

2019-01-23 02:37:16 UTC

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

2019-01-23 02:37:16 UTC

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

2019-01-23 02:38:54 UTC

/bin/sh -c set -ex && 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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 && 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 && python3 --version

2019-01-23 02:38:55 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

2019-01-26 01:33:56 UTC

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

2019-01-26 01:34:02 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

2019-01-26 01:34:02 UTC

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

2019-01-31 05:07:19 UTC

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

2019-01-31 05:07:20 UTC

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

2019-01-31 05:07:20 UTC

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

2019-01-31 05:07:21 UTC

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

2019-01-31 05:50:21 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2019-01-31 05:50:21 UTC

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

2019-01-31 06:18:14 UTC

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

2019-01-31 06:18:22 UTC

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

2019-01-31 06:18:22 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