2018-04-13 23:41:43 UTC
529 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION9.0.3
PYTHON_VERSION3.6.5
[#000] sha256:f2b6b4884fc8b2f1fcef843f92f7c82c9c149df85ac77e5f0de7a342ae442412 - 9.49% (50.2 MB)
[#001] sha256:4fb899b4df216ab398fb05547f86dc371db944cf53dea7913d2f4261ed09e2be - 3.48% (18.4 MB)
[#002] sha256:74eaa8be7221e87fae8804464be5f691955f582b6b4efe703095a2c9b041696a - 7.8% (41.3 MB)
[#003] sha256:2d6e98fe4040daf34ac9d37d57abf4bb71644014dd4c27ca80c89198849cb242 - 23.65% (125 MB)
[#004] sha256:414666f7554d2dfc8dcaa8ce2c11bd2ad51341c492582e20158cc182e824f2d6 - 0.57% (3.02 MB)
[#005] sha256:7e765f6e07f89d33d38e8e2e564278e79d9cdb5274d164007f0936f685c647dd - 3.63% (19.2 MB)
[#006] sha256:6f02823cd02e37bf0d8ae1048ea5c94d4b0c834a3955bf72504d19ed3fb23558 - 0.0% (241 Bytes)
[#007] sha256:9239d3c3d426e9b3e25cbdf4d4ce0260b2823acbbc48a71f9aea4fcd3140e922 - 0.34% (1.8 MB)
[#008] sha256:e815c9fa8b6d17b370abd68dc27767676a01fe637fb27020064d1b34c9144c4a - 0.0% (144 Bytes)
[#009] sha256:b9858a966565a2b2ce7a84a520a1c344d4ec67b01cdbf937ce194eae63ec671b - 0.0% (2.69 KB)
[#010] sha256:a323616c10942434ae7ba73451ff838831cdadf8759811a4f327fa04e41947c8 - 25.05% (132 MB)
[#011] sha256:bf776929b887540861d9147b20a8cb2795febb4027e1171b52ef9decef9cb5f2 - 0.0% (6.96 KB)
[#012] sha256:843a6d9667881f06d8c065375dcadca1ab5d7abb657712dc34ab41831a8acfb0 - 25.53% (135 MB)
[#013] sha256:4deac8e0f60290639130612f4fb7890171a951fff83722ceab6857e8504e9064 - 0.46% (2.42 MB)
/bin/sh -c #(nop) ADD file:bc844c4763367b5f0ac7b9aebf7d43900d98f2aca101b886f185347b24973dbe in /
2018-03-13 21:57:22 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-03-13 23:39:20 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2018-03-13 23:39:21 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
2018-03-13 23:40:06 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/*
2018-03-13 23:41:53 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 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/*
2018-03-14 17:07:14 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-03-14 17:07:14 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-03-14 17:07:35 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tcl tk && rm -rf /var/lib/apt/lists/*
2018-03-14 17:47:59 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2018-03-31 01:14:49 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.5
2018-03-31 01:16:41 UTC/bin/sh -c set -ex && buildDeps=' dpkg-dev tcl-dev tk-dev ' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && 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 --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && 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 && apt-get purge -y --auto-remove $buildDeps && 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
2018-03-31 01:16:42 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
2018-03-31 01:16:42 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=9.0.3
2018-03-31 01:16:46 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
2018-03-31 01:16:47 UTC/bin/sh -c #(nop) CMD ["python3"]
2018-04-13 22:54:56 UTC/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <[email protected]>
2018-04-13 22:54:56 UTC/bin/sh -c #(nop) VOLUME [/config]
2018-04-13 22:54:58 UTC/bin/sh -c mkdir -p /usr/src/app
2018-04-13 22:54:58 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2018-04-13 22:54:59 UTC/bin/sh -c #(nop) COPY dir:f8f45c75afac08dbd0019ee5cf6f9f0b06f234c0fa1a38b34fd488211a96d52b in virtualization/Docker/
2018-04-13 23:10:56 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2018-04-13 23:10:59 UTC/bin/sh -c #(nop) COPY file:1a29856fcf94084d1ed9c7ae152e7615ea2641af6d0a6cb4bed37c79e5cbf1e9 in requirements_all.txt
2018-04-13 23:41:40 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet cython
2018-04-13 23:41:42 UTC/bin/sh -c #(nop) COPY dir:8e471cde946f8b59c49c52b876fe087c58d383eae695c18738d483a4eb01f545 in .
2018-04-13 23:41:43 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.