2018-01-08 17:41:43 UTC
2.81 GB
9.0.1
PYTHON_RELEASE3.7.0
PYTHON_VERSION3.7.0a3
[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 75.32% (2.12 GB)
[#001] sha256:9f887ccb8077bdc1f1fedd2da6066bb3542c528f5d103b40659ac25785ba4b9b - 22.84% (658 MB)
[#002] sha256:189c9822c1fc60043703fa16f44b1cab80d3a786d35bd6b61628d2b3f1fb9635 - 0.0% (1.17 KB)
[#003] sha256:e7234dc3ccff26eca6f5cc2c8f2219fa5e1461ff329d7b65f5d26f809745d4e9 - 0.0% (1.16 KB)
[#004] sha256:ca0e11e82205b6e5c48d2867ad0102d21cd53c499e45e6c6815461c58c81dee1 - 0.0% (1.17 KB)
[#005] sha256:589f8f3b1d45ab9922299182718b12a360eca79f8f2b512288a074e820ea4171 - 1.54% (44.5 MB)
[#006] sha256:6238e50f9c4949dd845d0c7a6729c4307a772e426115c4e0725799749e8c9259 - 0.0% (1.17 KB)
[#007] sha256:87c96012caa013d71564f8aed0741fef4db0a76b92163086e4d8624822289878 - 0.3% (8.58 MB)
[#008] sha256:0dc81e330b861741bf74fbec22cfa960d9640cc6a3edc547cddfc0adf6da060e - 0.0% (1.16 KB)
Apply image 10.0.16299.15
2018-01-03 04:46:54 UTCInstall update 10.0.16299.192
2018-01-08 17:27:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2018-01-08 17:37:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.7.0a3
2018-01-08 17:37:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=3.7.0
2018-01-08 17:40:15 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); 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.';
2018-01-08 17:40:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=9.0.1
2018-01-08 17:41:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri 'https://bootstrap.pypa.io/get-pip.py' -OutFile 'get-pip.py'; 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.';
2018-01-08 17:41:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]