2018-09-30 12:44:39 UTC
591 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION18.0
PYTHON_VERSION3.6.6
[#000] sha256:05d1a5232b461a4b35424129580054caa878cd56f100e34282510bd4b4082e4d - 7.31% (43.2 MB)
[#001] sha256:5cee356eda6bfe3a5a229cd3d964e722ade1da4381842b24e943b03a37aec1f2 - 1.73% (10.2 MB)
[#002] sha256:89d3385f0fd3c0c904ff6e87195bb46f5d9d309e8ddd91bc9b20855d103eeffb - 0.7% (4.14 MB)
[#003] sha256:80ae6b477848b6e03aad8ec9c74f1fb80364e5c8b5fe9ca3ec793df84247f027 - 8.08% (47.7 MB)
[#004] sha256:28bdf9e584cc733044425cc166ce90743b25f7003cb06408b905030f76200b2a - 34.42% (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:102a0247b45445b886d52a7590a5f6e08b69f6f0fe0668f71c63872f3a9d50f8 - 0.29% (1.71 MB)
[#009] sha256:f88937b4817dc8142d62cee6a6b734d35d2fed39c36fc5191230365d9ee3722e - 0.0% (154 Bytes)
[#010] sha256:00411f155cd260049eaf60d9064749e21fc2b209fc8602de569f0378f8da4642 - 0.0% (2.61 KB)
[#011] sha256:d78ed4b5d47427e211d3e18127b723b7ea33d9acca09e55e817e9f0a832907a4 - 16.8% (99.2 MB)
[#012] sha256:a2e7e9f1b3307abc4df3c4f36539c49ce3847db5a527231f240a53448a62ee00 - 0.0% (7.56 KB)
[#013] sha256:0fda8cf87a8646e6a37991b9177a29ae4311ea79ebf49ba518dfcf17a1e8abdb - 25.88% (153 MB)
[#014] sha256:f61958c5b82bffe2c1370d8fe65b6267905a93831a047f08b7c65be4e92eff8d - 0.47% (2.78 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-09-05 03:42:12 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=18.0
2018-09-05 03:42:20 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-09-05 03:42:20 UTC/bin/sh -c #(nop) CMD ["python3"]
2018-09-30 12:10:08 UTC/bin/sh -c #(nop) LABEL maintainer=Paulus Schoutsen <[email protected]>
2018-09-30 12:10:08 UTC/bin/sh -c #(nop) VOLUME [/config]
2018-09-30 12:10:10 UTC/bin/sh -c mkdir -p /usr/src/app
2018-09-30 12:10:11 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2018-09-30 12:10:11 UTC/bin/sh -c #(nop) COPY dir:3b5f193049f8f12ba5974e711ec43d3d7531bac18cb8d9f3dca33b6734173184 in virtualization/Docker/
2018-09-30 12:20:11 UTC/bin/sh -c virtualization/Docker/setup_docker_prereqs
2018-09-30 12:20:11 UTC/bin/sh -c #(nop) COPY file:c751d17431a9cee6d093609318cca4a42e55eb95799a09ad0cc69dbfcd7b2b58 in requirements_all.txt
2018-09-30 12:44:31 UTC/bin/sh -c pip3 install --no-cache-dir -r requirements_all.txt && pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet cython
2018-09-30 12:44:39 UTC/bin/sh -c #(nop) COPY dir:654713c82e76f3e306999b2e095e7af6b74ddfcf20f1d0814dcf52c7278ca0fc in .
2018-09-30 12:44:39 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.