Namespace
library
Image / Tag
python:3.6.6-windowsservercore-1709
Content Digest
sha256:e9fc61a7ad4c8a88c8dc756ad8ac3f833be2f00db0759ca72662a2d64614dd97
Details
Created

2018-10-10 09:56:21 UTC

Size

2.98 GB

Content Digest
Environment
PYTHON_PIP_VERSION

18.1

PYTHON_RELEASE

3.6.6

PYTHON_VERSION

3.6.6


Layers

[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 71.11% (2.12 GB)

[#001] sha256:ddd7a4737dfbb59b49c30480146e7f0a61842409755bd479b63004c5643d0ed3 - 27.09% (826 MB)

[#002] sha256:cf0d3e1d36b0cda001b50a29a3b2898c0f456696a4491b2d5536e4af41eed468 - 0.0% (1.17 KB)

[#003] sha256:dcbe406c53e77d4681511048f181850c99f562804f0101cf584cefbba23dc82d - 0.0% (1.17 KB)

[#004] sha256:9c7c96c66ee24f14cc7143d9f980bf0c363202357c8d3d154ab141ddc17344c6 - 0.0% (1.16 KB)

[#005] sha256:14feee90eb99b2e4c5439be977f22bdca71729c1e6f490e35e6afc6fce0ee78f - 1.49% (45.6 MB)

[#006] sha256:d46e29ba890e4683af083e0c8cae9b3d5708718b0574c8bdf5521e9e3f16fbc5 - 0.0% (1.17 KB)

[#007] sha256:49472317f62d4f73fcb5a5566a510f750dc1f656f43afda68653f74c44c31ae5 - 0.3% (9.11 MB)

[#008] sha256:0aafe42c4456913f1b71db62a1d497cb7639798cb649774e63321b4584306765 - 0.0% (1.17 KB)


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2018-10-01 22:02:14 UTC

Install update 10.0.16299.726

2018-10-10 09:42:08 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2018-10-10 09:52:04 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.6.6

2018-10-10 09:52:05 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_RELEASE=3.6.6

2018-10-10 09:54:40 UTC

powershell -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.';

2018-10-10 09:54:41 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_PIP_VERSION=18.1

2018-10-10 09:56:20 UTC

powershell -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-10-10 09:56:21 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]