2019-03-20 09:31:47 UTC
2.15 GB
19.0.3
PYTHON_RELEASE3.8.0
PYTHON_VERSION3.8.0a2
[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 71.92% (1.55 GB)
[#001] sha256:be86bca8de59067e592a8becc2e83ed2465a6d9bce324043e434aa4a15493b00 - 25.71% (566 MB)
[#002] sha256:97db8a70a029fc0e25892873d5695bd2b9a1c93e4cd7dcd91fcddf338989a592 - 0.0% (1.18 KB)
[#003] sha256:cd7ed3d65547d4028cc73527349e3df5893fb8f53fb4147d1dd55ad7d07b9923 - 0.0% (1.18 KB)
[#004] sha256:1390f658abbdf7aa15a588eb3afdcc6a20760f2102274298071966169b0f5d6e - 0.0% (1.18 KB)
[#005] sha256:b43736597bdda0ea7f21d612e2c12c3dc47927e0c8923541c59f5f0210616690 - 2.15% (47.3 MB)
[#006] sha256:90b7b25a5e677e167e503b864bbe599e47a053a2b3cb7ee84cd44276a8ceb466 - 0.0% (1.18 KB)
[#007] sha256:d0605caf6bef0b41e1a23e33b63b26d2fd6e91cae640e1f8617ea4a5694c5886 - 0.22% (4.89 MB)
[#008] sha256:6c94c5603bd12a60bd498f9672a5c443de8a7e550768b87a516ac6e04744bad0 - 0.0% (1.17 KB)
Apply image 10.0.17134.1
2019-03-08 23:20:01 UTCInstall update 10.0.17134.648
2019-03-16 09:44:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2019-03-20 09:27:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.8.0a2
2019-03-20 09:27:43 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=3.8.0
2019-03-20 09:30:29 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-03-20 09:30:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=19.0.3
2019-03-20 09:31:45 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-03-20 09:31:47 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]