2019-04-10 18:58:57 UTC
730 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.92% (43.2 MB)
[#001] sha256:d4b7902036fe0cefdfe9ccf0404fe13322ecbd552f132be73d3e840f95538838 - 1.41% (10.3 MB)
[#002] sha256:1b2a72d4e03052566e99130108071fc4eca4942c62923e3e5cf19666a23088ef - 0.57% (4.14 MB)
[#003] sha256:d54db43011fd116b8cb6d9e49e268cee1fa6212f152b30cbfa7f3c4c684427c3 - 6.54% (47.7 MB)
[#004] sha256:69d473365bb390367b7a54a3e890ca28c4640a56dfe4f53a0036130c964a1e52 - 28.08% (205 MB)
[#005] sha256:7dc3a6a0e509ba4468dafa767116859fcfe1bfd8ad9101ec73691fbd6e1d314a - 0.76% (5.56 MB)
[#006] sha256:68cd774d085234073d4dfbb453d1e2f8cbc9005a1b40cd5cb8ef2375e1a820bc - 2.94% (21.4 MB)
[#007] sha256:2ef86095a118416412c6c7f36b3828c0a7f5a872da8dd179f09eef5613db5982 - 0.0% (240 Bytes)
[#008] sha256:42c091edeef0b5f4abd5ff739621b3168ec7e030f88ed16faebada0f1cc22833 - 0.24% (1.73 MB)
[#009] sha256:48437f471ad8cf2b358250294e88c06512186f17bc390d29355bc87438e71baf - 0.0% (133 Bytes)
[#010] sha256:7a85643664b7759688655bd889728e755f7b17dcd28c5a1436918cb0a44c2427 - 0.0% (2.72 KB)
[#011] sha256:780aa65610eac1cbf70162bbd014c12ad0d79fc8c6ef650ca8e2642cb52331e9 - 14.39% (105 MB)
[#012] sha256:f5213f9f6d4a40ca108b61b7db763bef5df8d44853d8d7eb7a323b24c6ddd7fa - 0.0% (8.95 KB)
[#013] sha256:100b2185e9f0398cad681906e443b75fc612de8019013e6f0766adf9680a3d45 - 38.67% (282 MB)
[#014] sha256:8b8a86677c649f72d2159b59f6d02873768953c47fa6b3b46aef555eccabfc98 - 0.49% (3.6 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-10 17:43:40 UTC/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <[email protected]>
2019-04-10 17:43:41 UTC/bin/sh -c #(nop) VOLUME [/config]
2019-04-10 17:43:41 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2019-04-10 17:43:41 UTC/bin/sh -c #(nop) COPY dir:49b952eaf59d8cd319a480b4b60ec607fe7cc036ae3db8a1ad4259e12874ce7d in virtualization/Docker/
2019-04-10 18:27:52 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2019-04-10 18:27:53 UTC/bin/sh -c #(nop) COPY file:8ebc00f0357bca554d5fcdb384f7b800bf3d66ed6fd4e2aac05e5e74d3ffa475 in requirements_all.txt
2019-04-10 18:58:46 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop==0.11.3 cchardet cython tensorflow
2019-04-10 18:58:57 UTC/bin/sh -c #(nop) COPY dir:69ecddf4ae85465b004b3bd5a224acc1a19a2935523bd626f23787fa9d17d59c in .
2019-04-10 18:58:57 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.