2021-03-10 17:13:45 UTC
2.36 GB
UTF-8
PYTHON_GET_PIP_SHA256c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/b60e2320d9e8d02348525bd74e871e466afdf77c/get-pip.py
PYTHON_PIP_VERSION21.0.1
PYTHON_RELEASE3.9.2
PYTHON_VERSION3.9.2
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 67.89% (1.6 GB)
[#001] sha256:5ff1512f88ecd4ff0a91ade34d43733c48834433e35f062f80e6e70d706f8d73 - 29.37% (709 MB)
[#002] sha256:ebe61daec6d671bc2c1c6fe61ac9825fb552e9cef3672d0a7dbec719d125ae64 - 0.0% (1.4 KB)
[#003] sha256:f065958960304cba475fb20d779c909f51b0fd4cd8898b3b32e3a57ff66a4170 - 0.0% (1.4 KB)
[#004] sha256:f419097bf38c392546f7473fff3ef4bef857c2dd326a59e5a1b3f27003962138 - 0.0% (1.4 KB)
[#005] sha256:a37ad21c96936c92cef209684ae9c62dc0b5270208801e1dba6f67d728062d5f - 0.0% (1.36 KB)
[#006] sha256:98d18657e6eb1d7ef660459bfa48a10749861bafe39a369ea9fe6692ae7b7e04 - 2.33% (56.3 MB)
[#007] sha256:d3ca5f081210afe7540eafddedb64191fca1cc8b3e04d01543e033aa9eb3529c - 0.0% (1.38 KB)
[#008] sha256:daf17a21afb65d55d9d955212ddfe7a3be823b747f501872c0f3528bef68a747 - 0.0% (1.36 KB)
[#009] sha256:b22b76e8edbfe7b923a39a32ff1ec7fbdcc3d178be13e3f9a0802b5b76a50a7c - 0.0% (1.4 KB)
[#010] sha256:281a46d3598ec2e0fc07cb20bceef10534ba388066f14e1453b3bb48f9210dce - 0.41% (9.82 MB)
[#011] sha256:6ef5280b2ab166d7a378395edc349d1bfddd9033858cca13c2b1ef22f94cd7f5 - 0.0% (1.33 KB)
Apply image 1809-RTM-amd64
2021-02-27 09:32:06 UTCInstall update 1809-amd64
2021-03-10 13:08:20 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-03-10 13:15:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHONIOENCODING=UTF-8
2021-03-10 17:11:06 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.9.2
2021-03-10 17:11:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=3.9.2
2021-03-10 17:12:51 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-03-10 17:12:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=21.0.1
2021-03-10 17:12:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/b60e2320d9e8d02348525bd74e871e466afdf77c/get-pip.py
2021-03-10 17:12:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_SHA256=c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565
2021-03-10 17:13:44 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-03-10 17:13:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]
2021-03-10 17:18:34 UTC
5.47 GB
UTF-8
PYTHON_GET_PIP_SHA256c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/b60e2320d9e8d02348525bd74e871e466afdf77c/get-pip.py
PYTHON_PIP_VERSION21.0.1
PYTHON_RELEASE3.9.2
PYTHON_VERSION3.9.2
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 69.31% (3.79 GB)
[#001] sha256:30bda99601c5cbd3b2118409f401852ea648e2319bd81518723e476b28d764c5 - 29.41% (1.61 GB)
[#002] sha256:76680da9dc6db108ddf2e353c494b45e8486a6751619a13ed8fb3ad64b9a16e9 - 0.0% (1.3 KB)
[#003] sha256:d125fe0eea998b84d015b04287600700e6c6b273702461066209a3d1b9df51d0 - 0.0% (1.4 KB)
[#004] sha256:0ed2e9a44384a6d453a04b3313aaa12467471d177d8c0ed4980d82be57c4ea15 - 0.0% (1.37 KB)
[#005] sha256:bdbad875fe96756c8299fe929c78e5423c7a400ef49b1dee295f5df8c019e439 - 0.0% (1.4 KB)
[#006] sha256:1b403c9d04546f8c300967f024060d3996779400e3a50bf9e74b22e3ee575e80 - 1.02% (56.9 MB)
[#007] sha256:b295d07e874de0e134b80bb9067428afad98fac5f8a3882694e66b4b0dce4d1b - 0.0% (1.41 KB)
[#008] sha256:d2bfe82913f6294c6f655377f2dc26edc587734a94fb83783ad92a0d7ea3d325 - 0.0% (1.4 KB)
[#009] sha256:b0e45e00b9ab192f80d299a33a043e4a4e933540f39f05bdace8e89878dd48bd - 0.0% (1.38 KB)
[#010] sha256:b82f656531e8942eb7a4967bf407d1b5a97212554388f0ef8549caf41f1181df - 0.27% (15 MB)
[#011] sha256:70e1ed09d483a2ef163c76967626b23ae6432b2c12f9ed8ffe74b0eba7525fef - 0.0% (1.39 KB)
Apply image 1607-RTM-amd64
2021-03-03 18:02:00 UTCInstall update ltsc2016-amd64
2021-03-10 13:42:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-03-10 17:06:22 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHONIOENCODING=UTF-8
2021-03-10 17:14:04 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.9.2
2021-03-10 17:14:05 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=3.9.2
2021-03-10 17:16:33 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-03-10 17:16:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=21.0.1
2021-03-10 17:16:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/b60e2320d9e8d02348525bd74e871e466afdf77c/get-pip.py
2021-03-10 17:16:36 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_SHA256=c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565
2021-03-10 17:18:33 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-03-10 17:18:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]