Namespace
library
Image / Tag
python:3.6.5-windowsservercore-ltsc2016
Content Digest
sha256:f94b4fbb97c62d3f3ffb0040d0e16776bf948883b3d5f5396489b5a76a9e9615
Details
Created

2018-05-24 09:29:34 UTC

Size

5.15 GB

Content Digest
Environment
PYTHON_PIP_VERSION

10.0.1

PYTHON_RELEASE

3.6.5

PYTHON_VERSION

3.6.5


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 73.63% (3.79 GB)

[#001] sha256:ace98111594c5bc232640988045037489d2adc214b3a14e07a8a9e9d30442cef - 25.24% (1.3 GB)

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

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

[#004] sha256:0be6483f40c97ced8da645bf54531aabc41df2266e24d618d31a7d1b1be4f1c0 - 0.0% (1.15 KB)

[#005] sha256:4d4ac4931478c09b610a3b4a2954572a8661f80465d9a8e9799b4b9299bf0d7e - 0.95% (50.1 MB)

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

[#007] sha256:08853acb649fc056b864071eb6ed105292f632c1eabf915fed12b27a2942de3c - 0.18% (9.37 MB)

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


History
2016-12-13 10:53:31 UTC

Apply image 10.0.14393.0

2018-05-07 18:12:28 UTC

Install update 10.0.14393.2248

2018-05-10 09:39:25 UTC

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

2018-05-24 09:24:50 UTC

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

2018-05-24 09:24:52 UTC

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

2018-05-24 09:27:47 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-05-24 09:27:48 UTC

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

2018-05-24 09:29:33 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-05-24 09:29:34 UTC

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