2017-05-08 06:35:35 UTC
704 MB
97FC712E4C024BBEA48A61ED3A5CA953F73C700D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION9.0.1
PYTHON_VERSION3.5.3
[#000] sha256:cd0a524342efac6edff500c17e625735bbe479c926439b263bbe3c8518a0849c - 7.12% (50.1 MB)
[#001] sha256:e39c3ffe41332a7a3c7f85f57e547361ec90b6e0091dd6058e06acccde2217d4 - 2.61% (18.4 MB)
[#002] sha256:85334a7c200103c122f3cbf56460f28fe688abc52655dc714afa939e49848ba8 - 5.86% (41.2 MB)
[#003] sha256:4c546d9d6a84ca2a1b7459a47978abe757bf67096d9dd704a9a5a0a786d2d325 - 17.86% (126 MB)
[#004] sha256:a2eb12d55dae45affbf26acf2312ce43b372d901adbe39df0a0d565a4ded93be - 0.39% (2.77 MB)
[#005] sha256:0e01666b5e9dcb7e50c8a858bcd9c320ee8539a66d47ba3e66d73c982747d3cb - 2.6% (18.3 MB)
[#006] sha256:2e6e16db3cb4656ac1db62a241253ce3043b4c0e0444c2ff3072e583e4f7afa9 - 0.0% (233 Bytes)
[#007] sha256:40dfa86a1e4c543a4cdd1cfb80a7a1105529e1a690f2b560ac70cb673cd9192f - 0.23% (1.59 MB)
[#008] sha256:f672bed1fa7f7bb13f38bbd961095c9b3673147c9cd0871cec45b6304c8d21c8 - 0.0% (149 Bytes)
[#009] sha256:427588d8ec49e803ff66b400077d8ed70cd534e99607108e9abab204d06a46ef - 0.0% (2.97 KB)
[#010] sha256:14faf53de5953acba492e15f26cf51a49501f9250771c2bd0cb298c26ed9a32f - 48.12% (339 MB)
[#011] sha256:b98f3b680499b5b7863b135382c34a59788388a7757cdc56ebc80e82fc27101b - 0.0% (5.3 KB)
[#012] sha256:9141bc5605257e144adf0c06660b690c4d9224a9c611c185bc6fa4d81d0734cd - 14.21% (100 MB)
[#013] sha256:69aeed15493eed382f58e859a298d595068742a514f883659c80ae9817679e0d - 1.02% (7.15 MB)
/bin/sh -c #(nop) ADD file:712c48086043553b85ffb031d8f6c5de857a2e53974df30cdfbc1e85c1b00a25 in /
2017-04-24 19:20:42 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-04-24 19:54:25 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-04-24 19:55:32 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-04-24 22:15:00 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-04-25 04:45:00 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-04-25 04:45:00 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-04-25 04:45:16 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2017-04-25 04:56:11 UTC/bin/sh -c #(nop) ENV GPG_KEY=97FC712E4C024BBEA48A61ED3A5CA953F73C700D
2017-04-25 05:01:42 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.5.3
2017-05-01 23:24:49 UTC/bin/sh -c set -ex && buildDeps=' 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 -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 --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-05-01 23:24:51 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-05-01 23:24:52 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=9.0.1
2017-05-01 23:24:58 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-05-01 23:24:59 UTC/bin/sh -c #(nop) CMD ["python3"]
2017-05-08 05:55:50 UTC/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <[email protected]>
2017-05-08 05:55:57 UTC/bin/sh -c #(nop) VOLUME [/config]
2017-05-08 05:56:01 UTC/bin/sh -c mkdir -p /usr/src/app
2017-05-08 05:56:05 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2017-05-08 05:56:09 UTC/bin/sh -c #(nop) COPY dir:2e3db63829d0fd280cfbe52145e5face791f5a6de77300351c37b34e4f06018d in virtualization/Docker/
2017-05-08 06:14:01 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2017-05-08 06:14:08 UTC/bin/sh -c #(nop) COPY file:5e30a0d0d630f7e5967e3818f44825813357a8b082fe86f35bcaf167202a97a2 in requirements_all.txt
2017-05-08 06:35:15 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet
2017-05-08 06:35:27 UTC/bin/sh -c #(nop) COPY dir:a94d34f89a48ed9e1f963d2bd90edc2e76f9d4de787079587a0960a5391636c0 in .
2017-05-08 06:35:35 UTC/bin/sh -c #(nop) CMD ["python" "-m" "homeassistant" "--config" "/config"]
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.