2019-07-12 10:05:06 UTC
763 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION19.1.1
PYTHON_VERSION3.7.4
[#000] sha256:a4d8138d0f6b5a441aaa533faf5fe0c3996a6ca42643c46f4402c7e8bda53742 - 5.67% (43.2 MB)
[#001] sha256:dbdc36973392a980d56b8fab63383ae44582f6502001d8bbdd543aa3bf1d746e - 1.35% (10.3 MB)
[#002] sha256:f59d6d019dd5b8398eb8d794e3fafe31f9411cc99a71dabfa587bf732b4a7385 - 0.54% (4.14 MB)
[#003] sha256:aaef3e0262580b9032fc6741fb099c7313834c7cf332500901e87ceeb38ac153 - 6.26% (47.7 MB)
[#004] sha256:6e454d3b6c28c7fb982f4ecb3a0ecf6ab6b3fc31179b70fe38718c9b58fa65ee - 26.88% (205 MB)
[#005] sha256:47c95b44ab242bca0b4d65ada4a672c38dee846f20b818bed12aeea5330c535d - 0.73% (5.56 MB)
[#006] sha256:851fe6122247c921e0be38c8046bfb51421460d09cf0697d4199d60c15525131 - 2.81% (21.5 MB)
[#007] sha256:bb0f1aade26f7fde03124a6e1b51e830ebbec6d490e7be7efd0ed954fed1ee2e - 0.0% (241 Bytes)
[#008] sha256:be4166847f63a85906c10dd0c0e98939b55c90b3f38698c494f6f5879e659a87 - 0.23% (1.74 MB)
[#009] sha256:30b6d5a5a62c100c499fc4399198820845cecb99aee6bcedb6119992aab94b02 - 0.0% (131 Bytes)
[#010] sha256:c62a02a12da1cc57503fd1000c3220e996582cbe46231064de19b7d64eaf6bc2 - 0.0% (2.69 KB)
[#011] sha256:036562fc286fa700dd3dc7faa8aad36217f62b6313d07b8c03fc693c5ddd03e8 - 13.81% (105 MB)
[#012] sha256:f627ce635f687be36010534b17ec569693e110bdaded85e5000caf6f65d55882 - 0.0% (8.81 KB)
[#013] sha256:73f25bd02b359f4e095743f884b5b9c5977dee3794e917b29f3d2ddc081cbd19 - 41.2% (314 MB)
[#014] sha256:8cdcd5c7ef41658b8b30527f7051c0bb4451e99bf1fceb923945b16ff32cd1fa - 0.52% (3.98 MB)
/bin/sh -c #(nop) ADD file:f615b611820773fd6bdf2fda01a5b2f24ca2877bd63fa0abd274985bed212e67 in /
2019-07-09 21:31:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-07-10 02:30:58 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*
2019-07-10 02:31:05 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
2019-07-10 02:31:40 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/*
2019-07-10 02:33:48 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 libgmp-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 unzip 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/*
2019-07-12 01:07:28 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-07-12 01:07:28 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-07-12 01:07:43 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tk-dev uuid-dev && rm -rf /var/lib/apt/lists/*
2019-07-12 01:07:43 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-07-12 01:07:44 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.4
2019-07-12 01:12:20 UTC/bin/sh -c set -ex && 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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && 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 && 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 && python3 --version
2019-07-12 01:12: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
2019-07-12 01:12:21 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.1.1
2019-07-12 01:12:32 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
2019-07-12 01:12:32 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-07-12 08:53:00 UTC/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <[email protected]>
2019-07-12 08:53:00 UTC/bin/sh -c #(nop) VOLUME [/config]
2019-07-12 08:53:00 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2019-07-12 08:53:01 UTC/bin/sh -c #(nop) COPY dir:24ccc885a001e6736801ac92368a001a17e892791994c44065850fa71b6fbe04 in virtualization/Docker/
2019-07-12 09:38:36 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2019-07-12 09:38:37 UTC/bin/sh -c #(nop) COPY file:82ccb616fca72cfe3e33681079419a794e394c499ead404132d96215e2eada0c in requirements_all.txt
2019-07-12 10:04:51 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop==0.12.2 cchardet cython tensorflow
2019-07-12 10:05:05 UTC/bin/sh -c #(nop) COPY dir:0a6e51533c3507d08431b2127d60f532b0282e17296323c00811c4af0774d034 in .
2019-07-12 10:05:06 UTC/bin/sh -c #(nop) EXPOSE 8123
2019-07-12 10:05:06 UTC/bin/sh -c #(nop) EXPOSE 8300
2019-07-12 10:05:06 UTC/bin/sh -c #(nop) EXPOSE 51827
2019-07-12 10:05: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.