2019-06-12 14:29:42 UTC
2.27 GB
19.1.1
PYTHON_RELEASE3.6.8
PYTHON_VERSION3.6.8
[#000] sha256:65014b3c312172f10bd6701a063f9b5aaf9a916c2d2cb843d406a6f77ded3f8d - 62.92% (1.43 GB)
[#001] sha256:266cffe9d908cf404f555fd6f60ff19167f6393ce6d42f4c9e6e4014cd04bccd - 34.91% (812 MB)
[#002] sha256:2c0c4ec7a15b931644ced0837c5a43642233d0cbdf67b1a3971033461576ee05 - 0.0% (1.18 KB)
[#003] sha256:6cd69ea31bfa6f84598504ac6d4e08c0c3b5f2eb5c2ac62270086ae9e906234a - 0.0% (1.16 KB)
[#004] sha256:e7da449a57897834c67a9053113adfd5c9105e20d1dbd1179ea271b54d7947f3 - 0.0% (1.16 KB)
[#005] sha256:441abe4142e4648612cc4f213673d8693be9dc9c7244b15f047701edb40dd60e - 1.96% (45.6 MB)
[#006] sha256:0923fca54dc9bf19c242806922fe854bd74e5f571ea89d433f5ef29e09e4379c - 0.0% (1.17 KB)
[#007] sha256:68bde11336bd0d9635c91a2076a16be5012daaaebbb351839a52d1eaaa47fc0c - 0.21% (4.94 MB)
[#008] sha256:716216d79d818c81bffd5af1f6884a05a416242157055f3ec6a04ea3d3c40514 - 0.0% (1.16 KB)
Apply image 1809-RTM-amd64
2019-06-08 04:13:36 UTCInstall update 1809-amd64
2019-06-12 12:57:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2019-06-12 14:26:28 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.6.8
2019-06-12 14:26:29 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=3.6.8
2019-06-12 14:28:37 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.';
2019-06-12 14:28:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=19.1.1
2019-06-12 14:29:41 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.';
2019-06-12 14:29:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]