2021-02-01 22:16:40 UTC
5.47 GB
UTF-8
PYTHON_GET_PIP_SHA2568006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d4
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/4be3fe44ad9dedc028629ed1497052d65d281b8e/get-pip.py
PYTHON_PIP_VERSION21.0.1
PYTHON_RELEASE3.10.0
PYTHON_VERSION3.10.0a4
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 69.35% (3.79 GB)
[#001] sha256:bd091f41e44cabc11504b7e130c74a7ef654f58840ba102e3507c4fdf2bae994 - 29.37% (1.61 GB)
[#002] sha256:51e9c5c519fdcd28aa0ed033a3cc16cf37dd76bea8ec06b2dc4a344415bdd224 - 0.0% (1.14 KB)
[#003] sha256:036493f24213085956c7e7402a5d91f9c1e8e833f024c212f39aee0efbe03044 - 0.0% (1.1 KB)
[#004] sha256:4c2bb8a57d7c34dc8c9b6befa712ae7b6f188403af41f34ffb4ab0a99eaae8bb - 0.0% (1.1 KB)
[#005] sha256:67a0ea6dfa02cf653b385bd3cadc49cb5a54cb21141819bddeeeb943b64901ee - 0.0% (1.09 KB)
[#006] sha256:e742185268e5741a31855f69572902d939658deb1b9c8cb7e806989caab9ada5 - 1.01% (56.6 MB)
[#007] sha256:ef6f362367d012ed6db1a586b120a30059e1831a55e20ccb3ead672ab1cb07f0 - 0.0% (1.32 KB)
[#008] sha256:99acad2ee056eb14c5e65c4b3f3f183b941b43185cb8c138c801cb0a5c35b46f - 0.0% (1.36 KB)
[#009] sha256:a687280bea76d0607f49973428dbed4e7a11f83c1046d70d505ef22c59d2ec12 - 0.0% (1.39 KB)
[#010] sha256:3bc07e17950a7441d1773573a0da15e98cef7c2e6f1894af1db54e02f671451a - 0.27% (15 MB)
[#011] sha256:76dfb4a3515ad36afb5e63696f914efddc1ead067d9d603c39701ebd3bb27354 - 0.0% (1.4 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:15:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.10.0a4
2021-01-13 19:15:15 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=3.10.0
2021-01-13 19:17:38 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-02-01 22:14:55 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=21.0.1
2021-02-01 22:14:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/4be3fe44ad9dedc028629ed1497052d65d281b8e/get-pip.py
2021-02-01 22:14:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_SHA256=8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d4
2021-02-01 22:16:39 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-02-01 22:16:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]