2017-08-26 06:26:52 UTC
519 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.67% (50.2 MB)
[#001] sha256:2b032b8bbe8bc215ad3337035d0183fc353841ec6478d1c481e6e13628ad9e00 - 3.54% (18.4 MB)
[#002] sha256:a9a5b35f6ead105e66a9af969454ac09b5772eeb0c6281972c48d2ce882e8eba - 7.94% (41.2 MB)
[#003] sha256:3245b5a1c52cbf0ae23d948fb94ef7b321e3dc54e13c3f6cf79951ed8237f03e - 24.23% (126 MB)
[#004] sha256:032924b710ba95b71e9a2d971e705bab895ddf7a219994c2cf8761f6959e62ed - 0.53% (2.76 MB)
[#005] sha256:0d7cffe4bfd71fa93d626a4a0761dc02083eda97bfc757feafdc168a9b24fbda - 3.55% (18.4 MB)
[#006] sha256:450f5ea3e7eafb6df380c997fa891c13693af5ef46eb7a8ac6c54b58d00fecbb - 0.0% (233 Bytes)
[#007] sha256:b1dca9769b8b2f680ff0ed0de230c1d8984715ea8608e8a7df08b44a982f1fb3 - 0.31% (1.58 MB)
[#008] sha256:5b9188163c9bd0906b8fd18d9653704c43034026a6ce05e4efca3bcd9275a717 - 0.0% (152 Bytes)
[#009] sha256:3d5eefebcb4afe01f4c5681c37c9d0a8f2ec964b92f4b704045175f72519aff0 - 0.0% (2.92 KB)
[#010] sha256:e43d42a3f85136387a91bc473d7a0f348face1d4acd7cb6b17ce7d0946f0e752 - 25.44% (132 MB)
[#011] sha256:1d5227e71e6e229b366d405809381d49a81d278f873e6dfe0a8c704ad3b77626 - 0.0% (5.64 KB)
[#012] sha256:a20b8d858972d2f6fbab615d34eb34204b1b29d8d4d9a854ff37270c33128df0 - 23.37% (121 MB)
[#013] sha256:5713ca2331d41bc8eb6deb6f2807add4e13dc3cf55d56417ea5a1641cf9f1f22 - 1.42% (7.39 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-26 05:50:56 UTC/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <[email protected]>
2017-08-26 05:50:56 UTC/bin/sh -c #(nop) VOLUME [/config]
2017-08-26 05:50:56 UTC/bin/sh -c mkdir -p /usr/src/app
2017-08-26 05:50:56 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2017-08-26 05:50:57 UTC/bin/sh -c #(nop) COPY dir:5d7c9cdf4947000262b6142c45bff52e44d91ffec94a2c5cd6206dd8ed1859b9 in virtualization/Docker/
2017-08-26 06:01:20 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2017-08-26 06:01:23 UTC/bin/sh -c #(nop) COPY file:86dbb788cd03da75009cab4af92504bc8bd5a2600fa2b767e2109d64a845a0d6 in requirements_all.txt
2017-08-26 06:26:48 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet
2017-08-26 06:26:52 UTC/bin/sh -c #(nop) COPY dir:4fe4677505037941d11fbf3c5309b3acbf1f343ca76ca07c9ff2f4319d585adc in .
2017-08-26 06:26:52 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.