2021-01-12 21:47:51 UTC
44.5 MB
E3FF2839C048B25C084DEBE9B26995E310250568
HY_VERSION0.19.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.8.7
[#000] sha256:a5116b3c01b9daadc6c4605561821b0e7f908a2d339a79315de7651174cd76d7 - 59.55% (26.5 MB)
[#001] sha256:41e6dd5558f01ed37ef63799d940bfe20862dae284722d4e3d2ae1df993fb8e0 - 5.93% (2.64 MB)
[#002] sha256:098ad508711efe9051099a0c876e7f797fedd709c385be14b04296260fe2f6c8 - 23.15% (10.3 MB)
[#003] sha256:84c6748f48a44d8ebb581ae7a679b338b8ccaacde62ef4a7634d7146dbefe3c7 - 0.0% (233 Bytes)
[#004] sha256:329d9a0557c5498ebd15d7bb9eeafa41f168cd6ce7957a02af197f040576062f - 5.2% (2.31 MB)
[#005] sha256:c1ca2b54aa230ed3c8fab9dcf1c5c836bd61dad5537fbb80e08d280f7795f88e - 6.17% (2.74 MB)
/bin/sh -c #(nop) ADD file:601e9b729a871ae893eafa56eeac5d5d2c93a1bd60786560aae25b3644295a23 in /
2021-01-12 00:39:36 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 12:19:07 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 12:19:07 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 13:31:34 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2021-01-12 13:31:34 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-01-12 13:31:35 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-12 13:48:53 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && 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-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && python3 --version
2021-01-12 13:48: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
2021-01-12 13:48:55 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 13:48:55 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 13:48:56 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 13:49:20 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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 -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-01-12 13:49:20 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-12 21:47:44 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-12 21:47:50 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-12 21:47:51 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-01-14 01:20:31 UTC
5.48 GB
0.19.0
PYTHONIOENCODINGUTF-8
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_RELEASE3.8.7
PYTHON_VERSION3.8.7
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 69.22% (3.79 GB)
[#001] sha256:bd091f41e44cabc11504b7e130c74a7ef654f58840ba102e3507c4fdf2bae994 - 29.32% (1.61 GB)
[#002] sha256:51e9c5c519fdcd28aa0ed033a3cc16cf37dd76bea8ec06b2dc4a344415bdd224 - 0.0% (1.14 KB)
[#003] sha256:036493f24213085956c7e7402a5d91f9c1e8e833f024c212f39aee0efbe03044 - 0.0% (1.1 KB)
[#004] sha256:7107bdf3bcf9a7a35a53ed256de85bacaddc241e9a71339126ccc659477f50d9 - 0.0% (1.08 KB)
[#005] sha256:6f57f603b92c135199242bf2c1616447ef6fe33225acaae7edfc06bc4c22bc66 - 0.0% (1.08 KB)
[#006] sha256:97e8014b6920bed5a4a423d606a1fcc2c43ef18685538f21164858718655ba56 - 1.0% (56.3 MB)
[#007] sha256:1cb3047e77c0e3bec4a9aaa262c086aef10100f23f241cdfa0b892f18ba64d4b - 0.0% (1.13 KB)
[#008] sha256:54d49813a72120740beb04e6164f1a60be5ff5e09688b75a014caeb85cd2dfa0 - 0.0% (1.12 KB)
[#009] sha256:a1424195f0c8ec7311a3425db5598163850a93937f942ec7d4649ce483c4d651 - 0.0% (1.11 KB)
[#010] sha256:44b5fce65c80fcee80ee9d14d036447e55fcdee0fb41c5270c74254085a2fd8b - 0.27% (15 MB)
[#011] sha256:871e87f03ba33d0a9aa9e14a8ff925effe1b135c96e67eca1b0d2e99f498e177 - 0.0% (1.12 KB)
[#012] sha256:abe857f7c1a9890a473008079f1fc78a3dd514bc29400bddb40ae94079683684 - 0.0% (1.12 KB)
[#013] sha256:0f0d904780fe2c85aa4fe27893c483b04d880912ae0edbb6c6f02dd494f6dd10 - 0.19% (10.4 MB)
[#014] sha256:a4fe81e43b8bd122ba111b3a28daa97afaf92089236f71e2179df45b4a3be8ec - 0.0% (1.1 KB)
Apply image 1607-RTM-amd64
2021-01-07 11:30:00 UTCInstall update ltsc2016-amd64
2021-01-13 13:37:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-01-13 19:15:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHONIOENCODING=UTF-8
2021-01-13 19:29:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-13 19:29:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=3.8.7
2021-01-13 19:31:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); Write-Host ('Downloading {0} ...' -f $url); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $url -OutFile 'python.exe'; Write-Host 'Installing ...'; Start-Process python.exe -Wait -ArgumentList @( '/quiet', 'InstallAllUsers=1', 'TargetDir=C:\Python', 'PrependPath=1', 'Shortcuts=0', 'Include_doc=0', 'Include_pip=0', 'Include_test=0' ); $env:PATH = [Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' python --version'; python --version; Write-Host 'Removing ...'; Remove-Item python.exe -Force; Write-Host 'Complete.'
2021-01-13 19:31:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-13 19:31:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-13 19:31:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-13 19:33:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $env:PYTHON_GET_PIP_URL -OutFile 'get-pip.py'; Write-Host ('Verifying sha256 ({0}) ...' -f $env:PYTHON_GET_PIP_SHA256); if ((Get-FileHash 'get-pip.py' -Algorithm sha256).Hash -ne $env:PYTHON_GET_PIP_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); python get-pip.py --disable-pip-version-check --no-cache-dir ('pip=={0}' -f $env:PYTHON_PIP_VERSION) ; Remove-Item get-pip.py -Force; Write-Host 'Verifying pip install ...'; pip --version; Write-Host 'Complete.'
2021-01-13 19:33:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]
2021-01-14 01:18:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV HY_VERSION=0.19.0
2021-01-14 01:20:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pip install --no-cache-dir ('hy == {0}' -f $env:HY_VERSION)
2021-01-14 01:20:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["hy"]
2021-01-12 23:05:11 UTC
43.7 MB
E3FF2839C048B25C084DEBE9B26995E310250568
HY_VERSION0.19.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.8.7
[#000] sha256:a076a628af6f7dcabc536bee373c0d9b48d9f0516788e64080c4e841746e6ce6 - 59.13% (25.9 MB)
[#001] sha256:a36ca90be64c5f3c8c72bc27f50e550b97080affa4657a3c1cbbbb02a1c014f5 - 6.0% (2.62 MB)
[#002] sha256:44f7d13c37e7a15be5b086fbb34e20509ff373fbe1ac5c803c7383946a567413 - 23.3% (10.2 MB)
[#003] sha256:b0d4acfb9127afa5719ba03577ee8c88b34f8112cbb0748cc9ac6cb956d0e7ce - 0.0% (232 Bytes)
[#004] sha256:3c908eb8c37b3ffa345973e1b639f3a9098c882969311f747b5e4ff533540ece - 5.29% (2.31 MB)
[#005] sha256:711c5b74b0411e65f339be3b55ae6f68e8a94a36dd9e3d16a98dec39f6ac4d73 - 6.27% (2.74 MB)
/bin/sh -c #(nop) ADD file:422aca8901ae3d869a815051cea7f1e4c0204fad16884e7cd01da57d142f2e3a in /
2021-01-12 00:32:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 16:21:17 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 16:21:17 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 17:07:51 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2021-01-12 17:07:51 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-01-12 17:07:51 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-12 17:17:46 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && 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-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && python3 --version
2021-01-12 17:17:48 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
2021-01-12 17:17:48 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 17:17:48 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 17:17:48 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 17:18:04 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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 -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-01-12 17:18:04 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-12 23:05:06 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-12 23:05:11 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-12 23:05:11 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-01-14 01:18:42 UTC
2.34 GB
0.19.0
PYTHONIOENCODINGUTF-8
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_RELEASE3.8.7
PYTHON_VERSION3.8.7
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 68.46% (1.6 GB)
[#001] sha256:4dcc9a9b9e680514ef3fdfcc2ce08a3768f9e412703faa137f4a7c8297600052 - 28.58% (684 MB)
[#002] sha256:e00081a98bb2679c3c5f469e09d475980133a20987f9cae4cf4f7aedf59f9d8f - 0.0% (1.13 KB)
[#003] sha256:f229e126d7cfc5407c75c0703062a138f0024cbcf6a1b318a0c87ba901af90a5 - 0.0% (1.12 KB)
[#004] sha256:149436224fab0a1df709fd99c825b8e199abc84f739d09457dc5de68bdd0e4c5 - 0.0% (1.08 KB)
[#005] sha256:a4a6839d9d2d5211582624c51fccdaf52913b66c1d69a592867f6e470dc8e480 - 0.0% (1.07 KB)
[#006] sha256:f002852607392544cc038a6423b50988db3e500ed4c372f81bf308461b29b777 - 2.32% (55.6 MB)
[#007] sha256:0dc0c73ef7826b7a6e86333b192e1da4c0d802047b06a63039ad6bfeaa74fb74 - 0.0% (1.06 KB)
[#008] sha256:676bb0ccd357edeb9d9c2d0105645271fa6af219b81371c634c087b4593a7635 - 0.0% (1.06 KB)
[#009] sha256:4304cf5a2de52538dd5ab3741718e84abf5588d7a8e4dc39652747f50a70ed11 - 0.0% (1.06 KB)
[#010] sha256:80d93febb8333a795f0677ee58ce2fd09908273a680c2a9ec0a4e53eb2d8d096 - 0.41% (9.82 MB)
[#011] sha256:b78f46610c9a8c218ed44a911e09c43edca5632680c953a351d61aaf49606da3 - 0.0% (1.07 KB)
[#012] sha256:92552deabf0a7e46eaf03f9860efabe8229d69e7b6c0483741d13a02b192f24b - 0.0% (1.12 KB)
[#013] sha256:f18f925473d6d0a67af2b37b47d347a213c5438a297a54626badd86321e918f7 - 0.22% (5.26 MB)
[#014] sha256:1c89d2d9963152d6d4709c79e30fc3a7a43dd9c37ae3993ed2ecee5b94582ac2 - 0.0% (1.12 KB)
Apply image 1809-RTM-amd64
2021-01-08 08:50:52 UTCInstall update 1809-amd64
2021-01-13 13:13:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-01-13 19:12:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHONIOENCODING=UTF-8
2021-01-13 19:26:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-13 19:26:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=3.8.7
2021-01-13 19:28:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); Write-Host ('Downloading {0} ...' -f $url); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $url -OutFile 'python.exe'; Write-Host 'Installing ...'; Start-Process python.exe -Wait -ArgumentList @( '/quiet', 'InstallAllUsers=1', 'TargetDir=C:\Python', 'PrependPath=1', 'Shortcuts=0', 'Include_doc=0', 'Include_pip=0', 'Include_test=0' ); $env:PATH = [Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' python --version'; python --version; Write-Host 'Removing ...'; Remove-Item python.exe -Force; Write-Host 'Complete.'
2021-01-13 19:28:13 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-13 19:28:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-13 19:28:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-13 19:28:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $env:PYTHON_GET_PIP_URL -OutFile 'get-pip.py'; Write-Host ('Verifying sha256 ({0}) ...' -f $env:PYTHON_GET_PIP_SHA256); if ((Get-FileHash 'get-pip.py' -Algorithm sha256).Hash -ne $env:PYTHON_GET_PIP_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); python get-pip.py --disable-pip-version-check --no-cache-dir ('pip=={0}' -f $env:PYTHON_PIP_VERSION) ; Remove-Item get-pip.py -Force; Write-Host 'Verifying pip install ...'; pip --version; Write-Host 'Complete.'
2021-01-13 19:28:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]
2021-01-14 01:18:02 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV HY_VERSION=0.19.0
2021-01-14 01:18:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pip install --no-cache-dir ('hy == {0}' -f $env:HY_VERSION)
2021-01-14 01:18:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["hy"]
2021-01-12 13:31:46 UTC
41 MB
E3FF2839C048B25C084DEBE9B26995E310250568
HY_VERSION0.19.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.8.7
[#000] sha256:2e2535e18472e7491a1d935b1f44ac842e4cc5c4d3de40cecb77b56b44515910 - 57.86% (23.7 MB)
[#001] sha256:31cb158c95ae512140b7b2d66c1d395d32ee0af0f54b955bd7a9d36b437f3479 - 5.7% (2.34 MB)
[#002] sha256:3d5329a8e0c9206e34ab128d86ed2a8910560fd15614454792ccfadc2082cb4c - 24.09% (9.87 MB)
[#003] sha256:ad99d988d083f4eb5a4b7265a6db8aeb9122438391baedc7b023b266afd36a4b - 0.0% (231 Bytes)
[#004] sha256:9c8fa1d635de690be7309fdedc5415f3d4fd18657915735d52ad9380f865fc1a - 5.65% (2.31 MB)
[#005] sha256:7744f621d756cd4a76ebd8a99879a423a835cd8ac9b83c9a811b00c9799d2dc3 - 6.7% (2.74 MB)
/bin/sh -c #(nop) ADD file:57136a762436a5d41e60c61db0d89baea17a289845ea55565e45cc79a9e81e23 in /
2021-01-12 00:51:37 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 05:39:44 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 05:39:45 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 06:31:26 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2021-01-12 06:31:27 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-01-12 06:31:27 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-12 06:44:14 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && 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-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && python3 --version
2021-01-12 06:44:17 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
2021-01-12 06:44:17 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 06:44:18 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 06:44:19 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 06:44:47 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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 -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-01-12 06:44:48 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-12 13:31:34 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-12 13:31:46 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-12 13:31:46 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-01-12 22:13:03 UTC
38.4 MB
E3FF2839C048B25C084DEBE9B26995E310250568
HY_VERSION0.19.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.8.7
[#000] sha256:be493c6a598447fe5f46a390f3bee10f2d2ba2215d39829fe84eb40a7add18fc - 56.43% (21.7 MB)
[#001] sha256:bfeb15d1de80a8aef96a26c9125ac0169fb1a574799580884a5c6843ce973909 - 5.83% (2.24 MB)
[#002] sha256:5c5fa18be98198dead5830403fa1cdf6052776e38df9df2f118f71c96c2f6738 - 24.56% (9.43 MB)
[#003] sha256:8b7fd014bb77c5ccd82f75ce69fb1e1e116d61a1b244624a68fe8fa71c0dc455 - 0.0% (233 Bytes)
[#004] sha256:c3cfcb9109fbc7c409575e1aee80910b79719acd0ee1e2d396c341cbe7fcfa62 - 6.03% (2.31 MB)
[#005] sha256:740eb6323d87dcae4f881eb1984a5522089017887566b87980387a551652611e - 7.14% (2.74 MB)
/bin/sh -c #(nop) ADD file:1db27e410cc7caf4a97a7313c57260fd01aa134b84306914ef0948dcca27372d in /
2021-01-12 00:01:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 11:36:56 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 11:36:57 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 12:34:12 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2021-01-12 12:34:13 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-01-12 12:34:14 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-12 12:47:37 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && 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-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && python3 --version
2021-01-12 12:47:40 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
2021-01-12 12:47:40 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 12:47:41 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 12:47:42 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 12:48:05 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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 -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-01-12 12:48:06 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-12 22:12:53 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-12 22:13:02 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-12 22:13:03 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-01-13 00:00:29 UTC
42.4 MB
E3FF2839C048B25C084DEBE9B26995E310250568
HY_VERSION0.19.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.8.7
[#000] sha256:f8be76fcf2062bd14a3a78f858da701db8bcd907a2d0f33716d89d9329df2b1f - 58.14% (24.7 MB)
[#001] sha256:f65997ec3aaec0e6fc5698f3082d334e593094b4357c94874bf4a60693ed1ab1 - 5.9% (2.5 MB)
[#002] sha256:f1775f84716aa8ac17b7062828d17c2f7cbe80c4cec2fb32dce267111fd5b9a4 - 24.04% (10.2 MB)
[#003] sha256:c0e815283771b7eb1a22d120f199066ddc5dfcb3a7ce52dfeeef6df9f9d66c06 - 0.0% (234 Bytes)
[#004] sha256:b65460bb5103f481abcfd6750d4a93841e052397473d240a7354dc58e0deabfe - 5.46% (2.31 MB)
[#005] sha256:326713d7a7d205b7addf996b1c269b112c6ef92a0513c6f9e5546a6b36d8d0c4 - 6.46% (2.74 MB)
/bin/sh -c #(nop) ADD file:0252dccbbfb76766e0e189783d38f6a6afd13f44daa7c5370ffd094adea0f583 in /
2021-01-12 00:41:21 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 12:54:48 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 12:54:49 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 13:35:05 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2021-01-12 13:35:06 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-01-12 13:35:07 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-12 13:45:06 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && 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-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && python3 --version
2021-01-12 13:45:10 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
2021-01-12 13:45:11 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 13:45:12 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 13:45:13 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 13:45:39 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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 -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-01-12 13:45:40 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-13 00:00:17 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-13 00:00:28 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-13 00:00:29 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-01-12 20:11:20 UTC
41.9 MB
E3FF2839C048B25C084DEBE9B26995E310250568
HY_VERSION0.19.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.8.7
[#000] sha256:c8d46df0b1a64c5ee6879aa09ea5818b36bcae5d39b941d7262bcff617be9873 - 58.63% (24.6 MB)
[#001] sha256:efddbd15a38e8fa62192e2c81b4ae5740890165f310802c23be82a5d3daec65b - 5.25% (2.2 MB)
[#002] sha256:7078afaeea9598b55a7e71c913257c8fe041821ce0069c428157efa2c26ef360 - 24.06% (10.1 MB)
[#003] sha256:8de7ce544943361bfa0a62f90b42fa150fda551adde7d7c7854004f06f1f1281 - 0.0% (234 Bytes)
[#004] sha256:131fadb8191f594079d2eb7e46bc0ec77014be41a15cd984190416ff3c307136 - 5.52% (2.31 MB)
[#005] sha256:bb0c511df46def374f03458e984daf883fedb73477415852ce88c805fca164ea - 6.54% (2.74 MB)
/bin/sh -c #(nop) ADD file:e75a4429a4b3b0f7a646f85af88d412a98006cdf44ea6744b90fea7419840831 in /
2021-01-12 01:16:22 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 08:45:06 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 08:45:06 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 11:32:18 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2021-01-12 11:32:18 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-01-12 11:32:19 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-12 12:12:03 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && 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-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && python3 --version
2021-01-12 12:12:05 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
2021-01-12 12:12:05 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 12:12:06 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 12:12:06 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 12:12:44 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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 -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-01-12 12:12:45 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-12 20:11:06 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-12 20:11:20 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-12 20:11:20 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-01-13 07:35:44 UTC
47.9 MB
E3FF2839C048B25C084DEBE9B26995E310250568
HY_VERSION0.19.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.8.7
[#000] sha256:cb701c1e59a3b25dcb09b089f31d61af3065659cd29a7c748f66f3e3c8a96d58 - 60.84% (29.1 MB)
[#001] sha256:a1dd21b48396b76ae7cca2cfd7308c69ce82fec9dec5d227af15d48aa1560709 - 5.72% (2.74 MB)
[#002] sha256:d2762ccb70429de5cb08b58196176bc4230b3c2959d2b204ac800a5b07f8fc69 - 22.87% (10.9 MB)
[#003] sha256:83caef93fa3805d4c6e46e21acf9d88318c0ae19a125eb55be45a171c8fa2491 - 0.0% (232 Bytes)
[#004] sha256:d0bef1f069926ea85cd094a71e763fce6b15a7ea332bc709b3a4e0b73c3209e2 - 4.84% (2.32 MB)
[#005] sha256:fe51b61e1cde0ac73a4e44e6d2bca7206561001f0565b1b6d8edac4f2ae99a29 - 5.73% (2.74 MB)
/bin/sh -c #(nop) ADD file:9d7252c169da9a089a0caa2f26cea24678267c15c0e129e7320d4defe0d4637b in /
2021-01-12 00:25:16 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 09:47:21 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 09:47:24 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 10:45:35 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2021-01-12 10:45:40 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-01-12 10:45:44 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-12 11:03:51 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && 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-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && python3 --version
2021-01-12 11:04:04 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
2021-01-12 11:04:09 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 11:04:14 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 11:04:20 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 11:05:41 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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 -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-01-12 11:05:46 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-13 07:34:50 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-13 07:35:37 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-13 07:35:44 UTC/bin/sh -c #(nop) CMD ["hy"]
2021-01-12 23:06:16 UTC
42 MB
E3FF2839C048B25C084DEBE9B26995E310250568
HY_VERSION0.19.0
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.8.7
[#000] sha256:a0e3e06c0bd0347fefe8bde60780e7e551c0cdf1cbcf40be3d052e823d5ec118 - 58.46% (24.5 MB)
[#001] sha256:4e4b2605ad4f217f798ac3a2cdc3796279f886f1b3400e72c47495a1af22402c - 5.55% (2.33 MB)
[#002] sha256:f1bbe5efa64079d89f7243cb1fe508a7bc75e60fdccb77fc2ae18a3c5aef6017 - 23.94% (10 MB)
[#003] sha256:7517e41ef356403f532df81a47df3a61f5cb8d3347233a5d2ce44aff22cfb7c6 - 0.0% (232 Bytes)
[#004] sha256:507557cbb1c91adfd7862a19a510c5d79e4ba761b72f443e21818e818b195e72 - 5.51% (2.31 MB)
[#005] sha256:6d479e654e927cce629ffadbe8ba541dba46829e796e00c8b0c4e53ac8cc2682 - 6.53% (2.74 MB)
/bin/sh -c #(nop) ADD file:c01d899d503187f788db0a7d658bf3f2b6541026a4c654707d3272f6d3ffaf58 in /
2021-01-12 00:42:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-01-12 07:25:56 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-12 07:25:56 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-01-12 07:48:52 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase ; rm -rf /var/lib/apt/lists/*
2021-01-12 07:48:52 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-01-12 07:48:52 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.7
2021-01-12 07:55:32 UTC/bin/sh -c set -ex && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends dpkg-dev gcc libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev $(command -v gpg > /dev/null || echo 'gnupg dirmngr') && 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-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && apt-mark auto '.*' > /dev/null && apt-mark manual $savedAptMark && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* && python3 --version
2021-01-12 07:55:33 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
2021-01-12 07:55:33 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2021-01-12 07:55:33 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2021-01-12 07:55:33 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2021-01-12 07:55:55 UTC/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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 -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-01-12 07:55:55 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-12 23:06:04 UTC/bin/sh -c #(nop) ENV HY_VERSION=0.19.0
2021-01-12 23:06:16 UTC/bin/sh -c pip install --no-cache-dir "hy == $HY_VERSION"
2021-01-12 23:06:16 UTC/bin/sh -c #(nop) CMD ["hy"]
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.