2018-03-09 20:00:25 UTC
572 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.4
[#000] sha256:4176fe04cefee66d80f83003fd4166373f83cb552d1d01bb3b29a0ac45a48c50 - 8.77% (50.2 MB)
[#001] sha256:851356ecf618f41550b3b8696fb9aad7925f72929c8345453107cce510437608 - 3.21% (18.4 MB)
[#002] sha256:6115379c7b49daf7b059dd310633130d93a983b52ee50146295b3963a6c30f11 - 7.21% (41.3 MB)
[#003] sha256:aaf7d781d6016dbad458f06bc6caae035c792278a8ccddbf7f0234621f1ef476 - 22.49% (129 MB)
[#004] sha256:40cf661a3cc4f2977407d1441b0f4b9ff98871c3edfef46db85f595cc5664147 - 0.53% (3.02 MB)
[#005] sha256:975fe2fd635fe551e01a1857cdace7aa49fa2c3dcc03a74c24fc82765a5314f0 - 3.28% (18.8 MB)
[#006] sha256:bf4db784e7fd416bffea8ff9a1749bfb3aaabe607e5ae6bf8f889543e2d6eb68 - 0.0% (239 Bytes)
[#007] sha256:0491f7e9426b1d6b624158639b46e0d317387e8d4192296285841251e8c2eb26 - 0.28% (1.59 MB)
[#008] sha256:79856a3217a2ee695ac00581f79c6c9d68df695985cc1eeec8a4567585edd319 - 0.0% (147 Bytes)
[#009] sha256:807e0f575a39c4a6a42051a7132f52a78b763743196bc58f96f32a7bbb30966a - 0.0% (2.69 KB)
[#010] sha256:0e033e93a58e1bd4238f57a7058e445366a75fb4a950dc337bdfedb67175a868 - 29.8% (171 MB)
[#011] sha256:0bdf786b4199e59db6cd83b2ba3c5dfbadc0b1ef07360a9c3a9f51f3150eba2c - 0.0% (6.83 KB)
[#012] sha256:25d9d36de1b1e71d52cd7ef71cfdd9130281f39634eb7e39a89257f9798c9102 - 24.02% (137 MB)
[#013] sha256:ddeda27ee83e8ea602d05172b4c50a8af01c7db21232396d9b31803d52ccaf17 - 0.41% (2.37 MB)
/bin/sh -c #(nop) ADD file:f1509ab9c2cd3810736e26739fa0f78ee1ba942e14498ba5f266d8a78e664acc in /
2018-02-15 01:42:14 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-02-17 07:01:41 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2018-02-17 07:01:43 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
2018-02-17 07:02:38 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/*
2018-02-17 07:04:38 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/*
2018-02-17 09:31:14 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-02-17 09:31:15 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-02-17 09:31:28 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2018-02-17 09:31:30 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2018-02-17 09:31:30 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.4
2018-02-17 09:33:17 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
2018-02-17 09:35:21 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
2018-02-17 09:35:21 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=9.0.1
2018-02-17 09:35:25 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
2018-02-17 09:35:35 UTC/bin/sh -c #(nop) CMD ["python3"]
2018-03-09 19:18:43 UTC/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <[email protected]>
2018-03-09 19:18:43 UTC/bin/sh -c #(nop) VOLUME [/config]
2018-03-09 19:18:44 UTC/bin/sh -c mkdir -p /usr/src/app
2018-03-09 19:18:44 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2018-03-09 19:18:45 UTC/bin/sh -c #(nop) COPY dir:f8f45c75afac08dbd0019ee5cf6f9f0b06f234c0fa1a38b34fd488211a96d52b in virtualization/Docker/
2018-03-09 19:30:56 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2018-03-09 19:30:57 UTC/bin/sh -c #(nop) COPY file:b42a017897086ebadc55f4cc633a2118dca420b81397c875c4cd1aa34c9f64a2 in requirements_all.txt
2018-03-09 20:00:23 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet cython
2018-03-09 20:00:25 UTC/bin/sh -c #(nop) COPY dir:f8374db935808a7487176cb8606c48447a74787daa352897e5ea34d3ef3a17be in .
2018-03-09 20:00:25 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.