2018-04-27 09:49:35 UTC
5.08 GB
10.0.1
PYTHON_RELEASE2.7.14
PYTHON_VERSION2.7.14
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 74.68% (3.79 GB)
[#001] sha256:8f3369c32b2e3183340664c2bd4babb9c71cedc116fba70fda326df3ef9e48cc - 24.3% (1.23 GB)
[#002] sha256:a34e69c38a84789216f85ca14f1cd2fd80f3bf47f351a2a3130f2b3241a8db39 - 0.0% (1.17 KB)
[#003] sha256:1f9be72ea87a7ae1b2b9bd4c39f5a35ac2aa83115818d3f4931ae57c60a64724 - 0.0% (1.17 KB)
[#004] sha256:73181f65e2a5595ea972cfd8a12a66615de23c57d263238ad225fd74bcac10c9 - 0.0% (1.17 KB)
[#005] sha256:55c86964cda993a2ef8b0f8c19759987a14fce6f1eda914dd2aa3f60e710b514 - 0.71% (36.7 MB)
[#006] sha256:f6c9ffdccdf138ad8295e4861bfad57f71888a51da5875cc7eabda9829c75026 - 0.0% (1.17 KB)
[#007] sha256:edd8fa4a777ffdce887c6036131037e8872c1e322344006cf35a17b7562225cc - 0.17% (9.01 MB)
[#008] sha256:828abf284b4f1e07a765dc5cf0a0cf3916ff7cdbf62c52f72293d03b3e5b6fe1 - 0.14% (7.28 MB)
[#009] sha256:3cecf37170fc9e78444ab68cb0f9cc6bc459f84d2c1cd063f184bfc4237c72f1 - 0.0% (1.17 KB)
Apply image 10.0.14393.0
2018-04-06 21:38:52 UTCInstall update 10.0.14393.2189
2018-04-27 09:14:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2018-04-27 09:44:41 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=2.7.14
2018-04-27 09:44:42 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=2.7.14
2018-04-27 09:46:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -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.msi'; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'python.msi', '/quiet', '/qn', 'TARGETDIR=C:\Python', 'ALLUSERS=1', 'ADDLOCAL=DefaultFeature,Extensions,TclTk,Tools,PrependPath' ); $env:PATH = [Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' python --version'; python --version; Write-Host 'Removing ...'; Remove-Item python.msi -Force; Write-Host 'Complete.';
2018-04-27 09:46:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=10.0.1
2018-04-27 09:48:32 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-04-27 09:49:34 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pip install --no-cache-dir virtualenv
2018-04-27 09:49:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]