2017-10-21 23:54:45 UTC
527 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:85b1f47fba49da65256f07c8790542a3880e9216f9c491965040f35ce2c6ca7a - 9.52% (50.2 MB)
[#001] sha256:5409e9a7fa9eab9287c6992a75dc9b70811a01e96a24872a02ad07bad557b20a - 3.49% (18.4 MB)
[#002] sha256:661393707836d5196874d18a5d89808079f01cb4376800584bfc1f7b33dd0852 - 7.83% (41.2 MB)
[#003] sha256:1bb98c08d57eb9aa8b8a810bcee569cbeab2e6828840f36deb1ef485b3ae16b2 - 24.38% (128 MB)
[#004] sha256:c842a08369e2b03637ee98013843a8c973e8736d9fcc8999e73acd8d3dee1ff1 - 0.57% (3.02 MB)
[#005] sha256:85dae9ff820c01e11b3ba11a457142205080c8f4fb8713f18dfba53971f11437 - 3.55% (18.7 MB)
[#006] sha256:86149ff515a26477752748914449cf0afaab6a0beec7f40f113ad70fbd3c97b5 - 0.0% (239 Bytes)
[#007] sha256:4aaec9c0a093ee78238fce05924a5ace95687368cc3bdd82557fd2afc387637d - 0.3% (1.58 MB)
[#008] sha256:3d89e1e53755af9e07ec64aa6cbf12075ad8527cbff37fabcbe06398da7f4c71 - 0.0% (144 Bytes)
[#009] sha256:fd307a884ab0171a3b337f22218b89a2218d0b461eae1814e89feeb445cab55a - 0.0% (2.69 KB)
[#010] sha256:e691a39028009e1ca05b0b7688996c4bde3483deb651befb55561263c947d5a3 - 24.94% (131 MB)
[#011] sha256:80c6623e048bca22e751aa8df0394726e87600e916f230afe57bf4b14144590e - 0.0% (6.07 KB)
[#012] sha256:37480a3c3a77ff08e28709e9356bdd907c4c4c10f0a51f4c01565877314397a5 - 23.98% (126 MB)
[#013] sha256:6db28e700a7fce91b8e26efa34ffd17a912b08f8fef5aa50751ba755320afcc8 - 1.44% (7.57 MB)
/bin/sh -c #(nop) ADD file:55b071e2cfc3ea2f4bbf048d7d676e3c06a77a9a98d63f7af291f3decb495ec8 in /
2017-10-09 21:30:05 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-10-09 22:28:20 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-10-09 22:28:20 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-10-09 22:29:05 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-10-09 22:30:40 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 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-10-10 02:01:46 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-10-10 02:01:46 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-10-10 02:02:07 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2017-10-10 02:27:23 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2017-10-10 02:27:23 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.3
2017-10-10 02:30:16 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-10-10 02:30:17 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-10-10 02:30:17 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=9.0.1
2017-10-10 02:30:21 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-10-10 02:30:21 UTC/bin/sh -c #(nop) CMD ["python3"]
2017-10-21 23:18:25 UTC/bin/sh -c #(nop) MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
2017-10-21 23:18:25 UTC/bin/sh -c #(nop) VOLUME [/config]
2017-10-21 23:18:26 UTC/bin/sh -c mkdir -p /usr/src/app
2017-10-21 23:18:26 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2017-10-21 23:18:26 UTC/bin/sh -c #(nop) COPY dir:464cd1ee2a7e993cc7610543729bf040610a877a84dc5d0a1b71a1b4b0b578cb in virtualization/Docker/
2017-10-21 23:27:46 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2017-10-21 23:27:46 UTC/bin/sh -c #(nop) COPY file:b421363e35def75f1f9395e4a89a8c401d29e44124856136af1c835c421c3d45 in requirements_all.txt
2017-10-21 23:54:41 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet cython
2017-10-21 23:54:45 UTC/bin/sh -c #(nop) COPY dir:b4290f70576487a3bbdd11f3c7f643f73aebc4e8f6956bea6f56ba60c77b80aa in .
2017-10-21 23:54:45 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.