2019-04-25 01:28:28 UTC
723 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION19.0.3
PYTHON_VERSION3.7.3
[#000] sha256:e79bb959ec00faf01da52437df4fad4537ec669f60455a38ad583ec2b8f00498 - 5.98% (43.2 MB)
[#001] sha256:d4b7902036fe0cefdfe9ccf0404fe13322ecbd552f132be73d3e840f95538838 - 1.42% (10.3 MB)
[#002] sha256:1b2a72d4e03052566e99130108071fc4eca4942c62923e3e5cf19666a23088ef - 0.57% (4.14 MB)
[#003] sha256:d54db43011fd116b8cb6d9e49e268cee1fa6212f152b30cbfa7f3c4c684427c3 - 6.61% (47.7 MB)
[#004] sha256:69d473365bb390367b7a54a3e890ca28c4640a56dfe4f53a0036130c964a1e52 - 28.38% (205 MB)
[#005] sha256:7dc3a6a0e509ba4468dafa767116859fcfe1bfd8ad9101ec73691fbd6e1d314a - 0.77% (5.56 MB)
[#006] sha256:68cd774d085234073d4dfbb453d1e2f8cbc9005a1b40cd5cb8ef2375e1a820bc - 2.97% (21.4 MB)
[#007] sha256:2ef86095a118416412c6c7f36b3828c0a7f5a872da8dd179f09eef5613db5982 - 0.0% (240 Bytes)
[#008] sha256:42c091edeef0b5f4abd5ff739621b3168ec7e030f88ed16faebada0f1cc22833 - 0.24% (1.73 MB)
[#009] sha256:ce5863fa0cf1b37ee34a19b52f21d1e1264f97a84fd0b17a3c6bc57649587855 - 0.0% (132 Bytes)
[#010] sha256:a8c7522120c4365e1c8f0412ce4e000dddf40b9286428f142101a32d18637a6e - 0.0% (2.72 KB)
[#011] sha256:e29e297c6aa4662261049b1a433590195f1495f6953b08dff6469e567743b96d - 14.55% (105 MB)
[#012] sha256:4de3a3a445b802ffd2a0c19aac4799aba4d43d8e5d01c3a256fa62d8721c3014 - 0.0% (8.34 KB)
[#013] sha256:527aecf01c4fa3a548e15dc0f6f46fbd5b188b2faa8ab734c352505d54c74a0b - 37.99% (275 MB)
[#014] sha256:cc49525c700c7b1285284f9e1a462938061f409130b382720942940bb892be76 - 0.52% (3.73 MB)
/bin/sh -c #(nop) ADD file:843b8a2a9df1a07305ff3d02484d4be7f769057c6d2e311d52d59e00deb917c6 in /
2019-03-26 22:41:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-03-26 23:26:30 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-03-26 23:26:40 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-03-26 23:27:04 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-03-26 23:28:20 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-03-27 08:29:41 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-03-27 08:29:41 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-03-27 08:30:32 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-03-27 08:40:00 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-03-27 23:38:10 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.3
2019-03-27 23:42:18 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-03-27 23:42:20 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-03-27 23:42:21 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.0.3
2019-03-27 23:42:28 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-03-27 23:42:28 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-04-25 00:08:58 UTC/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <[email protected]>
2019-04-25 00:08:59 UTC/bin/sh -c #(nop) VOLUME [/config]
2019-04-25 00:08:59 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2019-04-25 00:09:00 UTC/bin/sh -c #(nop) COPY dir:863ca88058a22c09abc39f77c6256dd54a37d9b203fba10d35e90e0bc74a6069 in virtualization/Docker/
2019-04-25 00:55:43 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2019-04-25 00:55:44 UTC/bin/sh -c #(nop) COPY file:fb01b499fc439a6eef9b9cfc2d550ae264b8217ae387aa0048d761df7cb66492 in requirements_all.txt
2019-04-25 01:28:12 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-04-25 01:28:27 UTC/bin/sh -c #(nop) COPY dir:8b7912689aef855eacc89a347a7c7e013924a02457fbfed810dd081c15213c20 in .
2019-04-25 01:28:28 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.