2019-02-28 03:36:17 UTC
725 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.2
[#000] sha256:741437d97401b83849ccbfe4ed8964049b752081647d7f1ea8aea29d989f8968 - 5.97% (43.2 MB)
[#001] sha256:34d8874714d74b636739b8a52204650a664fca8ff9741dd66810f30196f103e2 - 1.42% (10.3 MB)
[#002] sha256:0a108aa2667933b852b8d003f97b344d014fcd7e06a0c0e6e04f2d6906738388 - 0.57% (4.14 MB)
[#003] sha256:7f0334c36886bd4619e8d05ccf68003e53b0b6098b2166a216bd009dba678ed8 - 6.59% (47.7 MB)
[#004] sha256:65c95cb8b3be70ecc403d2622ee4098d481d1b95c0e6ed70fa0582cf31a961d1 - 28.19% (204 MB)
[#005] sha256:9107d7193263113e6dd3fc145884f6598683ee54ec538aaaa72f655fe72f60d9 - 0.77% (5.56 MB)
[#006] sha256:dd6f212ec9843df7e1b2132ebc8183a74aac3a2d23480575e53e489898e63dd3 - 2.95% (21.4 MB)
[#007] sha256:43288b101abf985efb20760b29943dd08866c7ec054dd64bf4fd442b44b5622e - 0.0% (241 Bytes)
[#008] sha256:89dd65885f1619349387d7b6c88fb626537bccc5f6f35c4018512369c7876d3b - 0.24% (1.73 MB)
[#009] sha256:48e0055b357dd311da3b8929c1f4c20a885de4f577acdd73de51e8c7a9cc2a8e - 0.0% (132 Bytes)
[#010] sha256:68f3d4fd639586d3f08f710029b64b7c93309dd401c170dcefb639348e9760e8 - 0.0% (2.67 KB)
[#011] sha256:15337d5461a717bc86c761c21b5e057374f5f214f627a2132f858d55fb12df83 - 14.51% (105 MB)
[#012] sha256:cda5543ff9267fd50bbafc0722b927a789983cacb94afcf306471faa5dcb9acc - 0.0% (8.73 KB)
[#013] sha256:3c7d45a97b6d6c709092a2322162e27e88fa84c7585f28cd3b7cf95688a2fd48 - 38.34% (278 MB)
[#014] sha256:ee29924646a4156e03440f73c2ab58a596bf27f8ba4d6cf1ed0b85af6a8420a8 - 0.45% (3.3 MB)
/bin/sh -c #(nop) ADD file:4fec879fdca802d6920b8981b409b19ded75aff693eaaba1ba4cf5ecb7594fdb in /
2019-02-06 03:30:02 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-02-06 05:51:03 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-02-06 05:51:14 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-02-06 05:51:50 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-02-06 05:53:42 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-02-06 12:02:34 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-02-06 12:02:34 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-02-06 12:02:44 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-02-06 12:02:45 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-02-06 12:02:45 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.2
2019-02-06 12:05:36 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-02-06 12:05:37 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-02-22 00:46:21 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.0.3
2019-02-22 00:46:27 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-02-22 00:46:27 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-02-28 02:22:12 UTC/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <[email protected]>
2019-02-28 02:22:13 UTC/bin/sh -c #(nop) VOLUME [/config]
2019-02-28 02:22:13 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2019-02-28 02:22:13 UTC/bin/sh -c #(nop) COPY dir:d0302186f37f702fddadaf61c32060668468bf58e9e22759428904ae8d04bf97 in virtualization/Docker/
2019-02-28 03:07:11 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2019-02-28 03:07:12 UTC/bin/sh -c #(nop) COPY file:23c93a3f7ee60d8fec64c8c5345c21533ff6ca173e6cbbcf2bbcac75fd5f7219 in requirements_all.txt
2019-02-28 03:36:08 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-02-28 03:36:17 UTC/bin/sh -c #(nop) COPY dir:c30cd3b5408ea2a2fff26161fe804cb85a714aaced0c656eeb7856dccf351efb in .
2019-02-28 03:36:17 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.