2017-12-17 16:22:06 UTC
556 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
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.6.3
[#000] sha256:f49cf87b52c10aa83b4f4405800527a74400fb19ea1821d209293bc4d53966aa - 9.02% (50.2 MB)
[#001] sha256:7b491c575b06601bb07a2d88bfc3ace6c6005edc1b4d8da3ba6e37e04e9592d6 - 3.3% (18.4 MB)
[#002] sha256:b313b08bab3b8bbcf0de4171a2a80a01e67fab094f272819b76a58705d21ab28 - 7.42% (41.2 MB)
[#003] sha256:51d6678c3f0e0c6e2b58b51ad100912b7c0e4dfedf98a1808417216fd5d948e5 - 23.15% (129 MB)
[#004] sha256:09f35bd58db288964a8bb8698b5f41bfb05df1758e54c2aad2f3fda3c38b240a - 0.54% (3.02 MB)
[#005] sha256:1bda3d37eead5e3a8b3108e4919722b929effecffcc766ba2b556ad692f18924 - 3.37% (18.7 MB)
[#006] sha256:9f47966d4de23abca0eea995fcbe0b4460f5e6ebf64a675a7f03f4696cfafcbd - 0.0% (241 Bytes)
[#007] sha256:9fd775bfe531c080bbcd1704edde5018277a8a055369d4dfea8006909a7fb6ed - 0.29% (1.59 MB)
[#008] sha256:05c771c8c1f61b957043bda4c354f01a0f445d37a77a00fa3f088f4d1a42841e - 0.0% (144 Bytes)
[#009] sha256:8a280d3b20c09b1bd57a81e2945c17584d765930bae3b709b80ce73097a5ad82 - 0.0% (2.69 KB)
[#010] sha256:331ce7e3219af6cce5c3b184672227da1840cae3c0f429796d482727efbad4a1 - 23.63% (131 MB)
[#011] sha256:6b76e982904fb79e90a08d3a999f046fbdd4ef4cdf09376a3ba28a479c5f993c - 0.0% (6.47 KB)
[#012] sha256:9c0f74554e73ac964ce421259fe7e975ea175732dc09d82cedaf30f1a33c0488 - 28.89% (161 MB)
[#013] sha256:f1a2adbffbaaaefd80fed78dc0fb2a478be47965a42603ceaaeb4da3cc4f5b36 - 0.4% (2.2 MB)
/bin/sh -c #(nop) ADD file:1dd78a123212328bdc72ef7888024ea27fe141a72e24e0ea7c3c92b63b73d8d1 in /
2017-12-12 01:41:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-12-12 07:49:00 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-12-12 07:49:01 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
2017-12-12 07:49:30 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-12-12 07:50:30 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/*
2017-12-12 16:26:10 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-12-12 16:26:11 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-12-12 16:26:26 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2017-12-12 16:39:21 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2017-12-12 16:39:21 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.3
2017-12-12 16:41:47 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-12-12 16:41:48 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-12-12 16:41:48 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=9.0.1
2017-12-12 16:41:54 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-12-12 16:41:55 UTC/bin/sh -c #(nop) CMD ["python3"]
2017-12-17 15:38:24 UTC/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <[email protected]>
2017-12-17 15:38:24 UTC/bin/sh -c #(nop) VOLUME [/config]
2017-12-17 15:38:25 UTC/bin/sh -c mkdir -p /usr/src/app
2017-12-17 15:38:26 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2017-12-17 15:38:26 UTC/bin/sh -c #(nop) COPY dir:73464478f6201edcb34228ce4862ab817b53b20419953b0a6574c00903dc906c in virtualization/Docker/
2017-12-17 15:53:28 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2017-12-17 15:53:28 UTC/bin/sh -c #(nop) COPY file:a3d096b578d2994e769afebda5d80dec573e55e3856d5d18b9ffc12d24627e42 in requirements_all.txt
2017-12-17 16:22:03 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet cython
2017-12-17 16:22:06 UTC/bin/sh -c #(nop) COPY dir:3f350f3a38f689e4f3c5d37128526f6eed9df6dd30792fb0869c24a6dc88580d in .
2017-12-17 16:22:06 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.