Namespace
homeassistant
Image / Tag
home-assistant:0.49.1
Content Digest
sha256:6e38ed346382c1cb3e2503a65d6f303bebb0d961cd5bee7947a6da175d25072a
Details
Created

2017-07-24 15:54:40 UTC

Size

516 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:9f0706ba7422412cd468804fee456786f88bed94bf9aea6dde2a47f770d19d27 - 9.72% (50.2 MB)

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

[#002] sha256:c6575234aef399808d6e3b63e57255301698ec6b1d5e62994f2df6605eed4e24 - 7.99% (41.2 MB)

[#003] sha256:8af5f3519ed25221b1b1ebd27ca51b29c699bccc4404f8866c6de452a2d06301 - 24.37% (126 MB)

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

[#005] sha256:950451fe7eebb6b2100d12dec62b269702b860212f5eaa2da0bd962ae507dc3d - 3.57% (18.4 MB)

[#006] sha256:14a848c2c9be72155189a10281cf715eb355a15e12855cf87fb356c9941fa1d4 - 0.0% (232 Bytes)

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

[#008] sha256:e06efd60887fcf015d438e251f7c1dc0542534cd0980e33676fa3777b56f1a0f - 0.0% (149 Bytes)

[#009] sha256:7dad4211c7036791e66db14df3e77a3bb770d2bf7428ade17dc4a1614d5c787d - 0.0% (2.91 KB)

[#010] sha256:ea5965f8ed826923143308228133f0ca64be4433c131971ceef9c339ccc87b79 - 25.59% (132 MB)

[#011] sha256:a783ba63b16df11db47b2b1c8f7edf399a0a6ee801592f2c96f48e9cd67c5902 - 0.0% (5.46 KB)

[#012] sha256:787e14c74a677c765af2336af4b4e2d7c2f44aab0508bb8c49ad32825c353aa6 - 22.94% (118 MB)

[#013] sha256:40c88ae27404925066b7838419d044685f1fe71a8de802bba1cf514874f19e99 - 1.43% (7.37 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-07-06 22:11:14 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-07-06 22:12:05 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-07-06 22:14:32 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-07-08 04:54:11 UTC

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

2017-07-08 04:54:11 UTC

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

2017-07-08 04:54:21 UTC

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

2017-07-08 04:59:26 UTC

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

2017-07-18 22:58:34 UTC

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

2017-07-18 23:00:27 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-07-18 23:00:32 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-07-18 23:00:32 UTC

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

2017-07-18 23:00:37 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-07-18 23:00:37 UTC

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

2017-07-24 15:21:18 UTC

/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>

2017-07-24 15:21:18 UTC

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

2017-07-24 15:21:19 UTC

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

2017-07-24 15:21:19 UTC

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

2017-07-24 15:21:19 UTC

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

2017-07-24 15:31:01 UTC

/bin/sh -c virtualization/Docker/setup_docker_prereqs

2017-07-24 15:31:04 UTC

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

2017-07-24 15:54:36 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-24 15:54:40 UTC

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

2017-07-24 15:54:40 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