2019-01-29 10:13:34 UTC
708 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.1
PYTHON_VERSION3.6.8
[#000] sha256:ab1fc7e4bf9195e554669fafa47f69befe22053d7100f5f7002cb9254a36f37c - 6.11% (43.2 MB)
[#001] sha256:35fba333ff5209042e8925a73f3cbabf00ba725257bdba38ec3b415e5d7e6cc7 - 1.45% (10.3 MB)
[#002] sha256:f0cb1fa13079687d5118e5cd7e3ce3c09dc483fa44f0577eca349de8d76e4e8c - 0.58% (4.14 MB)
[#003] sha256:3d1dd648b5ade2bbdfe77fa94424b0314100b58fb5f6a98486538c2126e08e2f - 6.74% (47.7 MB)
[#004] sha256:49f7a0920ce12498040091232541e5f75306c09564f092b55c539d66b93aee7c - 28.85% (204 MB)
[#005] sha256:4709e515313d2b9d58e3519c2602e459db19e118a51b60a309a1c13738e25b3c - 0.77% (5.48 MB)
[#006] sha256:9f1758f5a166fa3c2aa8c42492bc8f25fc608964d583ac9e90f4e838cbe0dfd2 - 2.83% (20 MB)
[#007] sha256:bbccfd3ef033837280f6354928d3eae77e61390d8fdf7fba02fba44e19cdd44e - 0.0% (239 Bytes)
[#008] sha256:0752403d51fb29d888fa54f56cca7bb8400fe4433f9ce168f5eaa089d62517bc - 0.24% (1.73 MB)
[#009] sha256:ab579c9d877537ca0ede0111ae0694814863651f959a8d0fc63105924380b664 - 0.0% (132 Bytes)
[#010] sha256:b4abf8a1063eb1cf728905458d6b5b24ada457693a317a730b1ce44c1677e91e - 0.0% (2.65 KB)
[#011] sha256:60a5af2fbd2d685fcf5f4c291b6d9bd24dfe69fa27a44cc44ead257d2d00e6d4 - 14.69% (104 MB)
[#012] sha256:7c9d18d80f456847b043695216fdff51cdd3283920615b0e4b004cf39c69e1f6 - 0.0% (8.48 KB)
[#013] sha256:8a0dfdda28ea040ab8f8b6a957215af35e8a9e5e8ce5e268fe0888a2cb1c9972 - 37.28% (264 MB)
[#014] sha256:daa2862ce2ff682c440b28d1a2813915f41232a26319dcaf30bf1a8556765451 - 0.45% (3.17 MB)
/bin/sh -c #(nop) ADD file:feb9fd29475961253e3449db036bbf56bf6f4d02f2df1202209e393a9e7e95f5 in /
2019-01-22 19:30:04 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-01-22 20:05:43 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-01-22 20:05:48 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-01-22 20:06:13 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-01-22 20:07:29 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 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-01-23 02:30:42 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-01-23 02:30:42 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-01-23 02:37:15 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tk-dev && rm -rf /var/lib/apt/lists/*
2019-01-23 02:37:16 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-01-23 02:37:16 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.8
2019-01-23 02:38:54 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-01-23 02:38:55 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-01-26 01:33:56 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.0.1
2019-01-26 01:34:02 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-01-26 01:34:02 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-01-29 09:01:19 UTC/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <[email protected]>
2019-01-29 09:01:19 UTC/bin/sh -c #(nop) VOLUME [/config]
2019-01-29 09:01:20 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2019-01-29 09:01:20 UTC/bin/sh -c #(nop) COPY dir:0f7f12c96ea713ac5654ef56e62b6f7f6231eed1b7ecfbb48b888530e27be944 in virtualization/Docker/
2019-01-29 09:45:06 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2019-01-29 09:45:06 UTC/bin/sh -c #(nop) COPY file:2c17fd0159bf31799b54bb7dde385aca4b7e2d739ed701226cfe61e4c5c5b48a in requirements_all.txt
2019-01-29 10:13:26 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet cython tensorflow
2019-01-29 10:13:34 UTC/bin/sh -c #(nop) COPY dir:5604c8ba77a6ee45fcfc7764e094a5cb01f08b37d5b2efee1bc25577cbd4660d in .
2019-01-29 10:13:34 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.