Namespace
homeassistant
Image / Tag
home-assistant:0.25.1
Content Digest
sha256:9d9fb353c470fd0c151e854a3cddd1d29a91d9b51706b2d96bdfa024576d9e82
Details
Created

2016-08-01 01:18:52 UTC

Size

477 MB

Content Digest
Environment
GPG_KEY

97FC712E4C024BBEA48A61ED3A5CA953F73C700D

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

8.1.2

PYTHON_VERSION

3.4.5


Layers

[#000] sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b - 10.27% (49 MB)

[#001] sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437 - 3.71% (17.7 MB)

[#002] sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33 - 8.5% (40.6 MB)

[#003] sha256:abb742d515b4cf197291ef3132f11462aaadc5cfbbe362f4ae4f6f7dcdb6453e - 25.94% (124 MB)

[#004] sha256:7663bd2e167e1baec490bc208bdf854dae81b324bed9595edecc9136f06da7fe - 0.05% (237 KB)

[#005] sha256:db2bd34048ff680edd3c7e8e42b2b7a6d8db46d79eeb991ecef6916d827f6515 - 4.36% (20.8 MB)

[#006] sha256:247d62217c1c43db236ae2c765f82e51bc08cd65e2c602901e06a1231a3f900c - 0.0% (266 Bytes)

[#007] sha256:46aae63fbbea9638ab23978b55d5828847f52da1a22ea881c4f31f62fa7d9f9c - 0.0% (154 Bytes)

[#008] sha256:c2e5e53bd44e31e63cab0fdbd8b804585ca0178d2e3cfaf9a54f77495833cae2 - 1.79% (8.56 MB)

[#009] sha256:007fd61281b7c53916ab56b52887c8d810451e77d2df8606a23666207488406e - 6.48% (30.9 MB)

[#010] sha256:6df892ac5e11844344a7ba9438cb206978329a4ff7531556e8b8664f0de1b75b - 0.0% (532 Bytes)

[#011] sha256:92e16a7c1362ae5254995eed289521c721206f91c520a302fc23dec7db35621c - 29.46% (141 MB)

[#012] sha256:beffc49bd1de3b3fd0ce7ff42f3feb7935014f88c5815ad11db6cb484964da73 - 0.0% (3.26 KB)

[#013] sha256:46fd3a5ec97c170c77a964c59d8ac6a697de22f2e01b3654002c4e703ace45c0 - 6.51% (31 MB)

[#014] sha256:ea0c1f9b3dbe64244107da69b6e49f95d699a2e32363e34242ca14ba6812c43c - 2.92% (13.9 MB)


History
2016-06-09 21:28:42 UTC

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

2016-06-09 21:28:43 UTC

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

2016-06-09 21:35:50 UTC

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

2016-06-09 21:37:09 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/*

2016-06-09 21:39:19 UTC

/bin/sh -c 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 libgeoip-dev libglib2.0-dev libjpeg-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmysqlclient-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 && rm -rf /var/lib/apt/lists/*

2016-06-10 20:09:38 UTC

/bin/sh -c apt-get purge -y python.*

2016-06-10 20:09:38 UTC

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

2016-06-10 20:44:44 UTC

/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D

2016-06-28 23:10:00 UTC

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

2016-06-28 23:10:00 UTC

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

2016-07-19 20:51:16 UTC

/bin/sh -c set -ex && buildDeps=' tcl-dev tk-dev ' && runDeps=' tcl tk ' && apt-get update && apt-get install -y $runDeps $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz && curl -fSL "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" -o python.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 -r "$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 && ./configure --enable-loadable-sqlite-extensions --enable-shared && make -j$(nproc) && make install && ldconfig && pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION && [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_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 '{}' + && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/python ~/.cache

2016-07-19 20:51:18 UTC

/bin/sh -c cd /usr/local/bin && ln -s easy_install-3.4 easy_install && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config

2016-07-19 20:51:19 UTC

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

2016-08-01 01:00:46 UTC

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

2016-08-01 01:00:50 UTC

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

2016-08-01 01:00:53 UTC

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

2016-08-01 01:00:56 UTC

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

2016-08-01 01:01:06 UTC

/bin/sh -c pip3 install --no-cache-dir colorlog cython

2016-08-01 01:02:07 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends nmap net-tools cython3 libudev-dev sudo libglib2.0-dev && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

2016-08-01 01:02:11 UTC

/bin/sh -c #(nop) COPY file:084c2ba28d03340582bba8376d3e853f8972e2be0c393ab03676f4a8b0fffa22 in script/build_python_openzwave

2016-08-01 01:10:10 UTC

/bin/sh -c script/build_python_openzwave && mkdir -p /usr/local/share/python-openzwave && ln -sf /usr/src/app/build/python-openzwave/openzwave/config /usr/local/share/python-openzwave/config

2016-08-01 01:10:14 UTC

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

2016-08-01 01:18:37 UTC

/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 uninstall -y certifi && pip3 install mysqlclient psycopg2

2016-08-01 01:18:46 UTC

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

2016-08-01 01:18:52 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