2017-08-14 06:53:36 UTC
517 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.2
[#000] sha256:ad74af05f5a24bcf9459ae1cf7718628c2aeb6b587eb51b6eeaf639aca3e566f - 9.7% (50.2 MB)
[#001] sha256:2b032b8bbe8bc215ad3337035d0183fc353841ec6478d1c481e6e13628ad9e00 - 3.55% (18.4 MB)
[#002] sha256:a9a5b35f6ead105e66a9af969454ac09b5772eeb0c6281972c48d2ce882e8eba - 7.97% (41.2 MB)
[#003] sha256:3245b5a1c52cbf0ae23d948fb94ef7b321e3dc54e13c3f6cf79951ed8237f03e - 24.33% (126 MB)
[#004] sha256:032924b710ba95b71e9a2d971e705bab895ddf7a219994c2cf8761f6959e62ed - 0.53% (2.76 MB)
[#005] sha256:0d7cffe4bfd71fa93d626a4a0761dc02083eda97bfc757feafdc168a9b24fbda - 3.56% (18.4 MB)
[#006] sha256:450f5ea3e7eafb6df380c997fa891c13693af5ef46eb7a8ac6c54b58d00fecbb - 0.0% (233 Bytes)
[#007] sha256:b1dca9769b8b2f680ff0ed0de230c1d8984715ea8608e8a7df08b44a982f1fb3 - 0.31% (1.58 MB)
[#008] sha256:be58f3d2429de1b576c62dad8c17bad3486242f7646debfb5628bef7ee814368 - 0.0% (153 Bytes)
[#009] sha256:40a990a4c2111b3918205189c96d2a41614f77996a26fbc5b8f7d1895c8bc526 - 0.0% (2.9 KB)
[#010] sha256:5dcd961c1b66dce32871c721ad68a0efced2e0381cf7d6953485a67b401d3eb7 - 25.54% (132 MB)
[#011] sha256:4998442be8b510c63e3d09cd20f2a97e317b1817d36cf5d57e065a1e2f17725d - 0.0% (5.65 KB)
[#012] sha256:bef23996a33ed0081474e5de2550ca6f70e73724ac46a5c08da360bf3288032a - 23.07% (119 MB)
[#013] sha256:498400b0e8285598c40fe2aa18458e2483e9e5d6ab096d266a87bf9cb73fd6e8 - 1.42% (7.36 MB)
/bin/sh -c #(nop) ADD file:a023a99f7d01868b164d63bfaf8aabc7f271659c69939c3854f041f5a3217428 in /
2017-07-24 16:51:25 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-07-24 17:24:28 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-24 17:24:29 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-24 17:25:00 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-24 17:26:05 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-24 19:46: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-24 19:46:11 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-07-24 19:46:31 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2017-07-24 19:46:31 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2017-07-24 19:46:31 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.2
2017-07-24 19:48:25 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-24 19:48:25 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-24 19:48:25 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=9.0.1
2017-07-24 19:48:30 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-24 19:48:30 UTC/bin/sh -c #(nop) CMD ["python3"]
2017-08-14 06:18:12 UTC/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <[email protected]>
2017-08-14 06:18:12 UTC/bin/sh -c #(nop) VOLUME [/config]
2017-08-14 06:18:13 UTC/bin/sh -c mkdir -p /usr/src/app
2017-08-14 06:18:13 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2017-08-14 06:18:13 UTC/bin/sh -c #(nop) COPY dir:636d960f8bc68b15c144352584e1cd02d2ad2e16f11d61fbb950dbcdd1dbd92e in virtualization/Docker/
2017-08-14 06:28:09 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2017-08-14 06:28:12 UTC/bin/sh -c #(nop) COPY file:019874124c6806ca6ab20e4fd9b55b9532bed41abd9aeed23a9bd7e9cd0ac8d3 in requirements_all.txt
2017-08-14 06:53:28 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet
2017-08-14 06:53:36 UTC/bin/sh -c #(nop) COPY dir:34007bd15f27326959fa11b7f7b91d2780006346a7a8cfb05aecdd72ea56037d in .
2017-08-14 06:53:36 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.