2018-10-15 16:09:22 UTC
592 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION18.1
PYTHON_VERSION3.6.6
[#000] sha256:05d1a5232b461a4b35424129580054caa878cd56f100e34282510bd4b4082e4d - 7.3% (43.2 MB)
[#001] sha256:5cee356eda6bfe3a5a229cd3d964e722ade1da4381842b24e943b03a37aec1f2 - 1.73% (10.2 MB)
[#002] sha256:89d3385f0fd3c0c904ff6e87195bb46f5d9d309e8ddd91bc9b20855d103eeffb - 0.7% (4.14 MB)
[#003] sha256:80ae6b477848b6e03aad8ec9c74f1fb80364e5c8b5fe9ca3ec793df84247f027 - 8.07% (47.7 MB)
[#004] sha256:28bdf9e584cc733044425cc166ce90743b25f7003cb06408b905030f76200b2a - 34.36% (203 MB)
[#005] sha256:dec1a1f0462b7f6196e34158ea33f62e627aa9112ba7df908f85d7ce28f76953 - 0.93% (5.48 MB)
[#006] sha256:a4670d1256152857f43ddfce56437fefbbe6690f06ab507694015ef7c768ad17 - 3.38% (20 MB)
[#007] sha256:547b45a875f5754c2643bfebc7df6631b8935839531e4923c0e2b982bbe238ab - 0.0% (240 Bytes)
[#008] sha256:ee15e3195a8ddfa72303679bc36cad6b6737ee5e1c9b33f91deaf6bb48a04308 - 0.29% (1.7 MB)
[#009] sha256:94d5191fad8d4f92f67849801f14c52ce0dea1e9cfd9f9c6012664c0a876da4f - 0.0% (153 Bytes)
[#010] sha256:36de707f584ff6d02b4b7e1bfad0ae56c66b52c160d397f94ee044955a4e14fe - 0.0% (2.61 KB)
[#011] sha256:f06021145a739660267467073b9980248cdd4fd5f8ccd550998e873d544b6c5a - 16.77% (99.2 MB)
[#012] sha256:86facf41e044661860b91156ea12d46e4bc37886152e25410b55fa6e8cd23901 - 0.0% (7.58 KB)
[#013] sha256:1a5fb3e5618792cd2957d1e2e096a5dbc55201b5408a253a5905559c31f990a9 - 26.0% (154 MB)
[#014] sha256:ff61d49cbe68ff5cd77eeb4e0464ee4b6d8e3685865a5a14c81227490926e906 - 0.48% (2.84 MB)
/bin/sh -c #(nop) ADD file:58d5c21fcabcf1eec94e8676a3b1e51c5fdc2db5c7b866a761f907fa30ede4d8 in /
2018-09-04 21:21:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-04 22:33:34 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/*
2018-09-04 22:33:43 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-09-04 22:34:19 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-09-04 22:36:11 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-09-05 03:23:31 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-09-05 03:23:31 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-05 03:39:08 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends tk-dev && rm -rf /var/lib/apt/lists/*
2018-09-05 03:39:08 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2018-09-05 03:39:08 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.6
2018-09-05 03:42:10 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 --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
2018-09-05 03:42:11 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-10-09 22:28:35 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=18.1
2018-10-09 22:28:41 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-10-09 22:28:43 UTC/bin/sh -c #(nop) CMD ["python3"]
2018-10-15 15:35:27 UTC/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <[email protected]>
2018-10-15 15:35:27 UTC/bin/sh -c #(nop) VOLUME [/config]
2018-10-15 15:35:29 UTC/bin/sh -c mkdir -p /usr/src/app
2018-10-15 15:35:30 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2018-10-15 15:35:31 UTC/bin/sh -c #(nop) COPY dir:3b5f193049f8f12ba5974e711ec43d3d7531bac18cb8d9f3dca33b6734173184 in virtualization/Docker/
2018-10-15 15:45:17 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2018-10-15 15:45:18 UTC/bin/sh -c #(nop) COPY file:767c5eee94766e022d6112507c4a2e5fa2532e5442caa4211da3e4c9adef93cd in requirements_all.txt
2018-10-15 16:09:14 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet cython
2018-10-15 16:09:21 UTC/bin/sh -c #(nop) COPY dir:4c4703ca5379abe0d3afe105aa315996f9d1a3ee9e1c3eb677853eadfab0d6b2 in .
2018-10-15 16:09:22 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.