Namespace
library
Image / Tag
python:3.6.4-windowsservercore-1709
Content Digest
sha256:427a777f5f97962792fcec09e87b3df0f6124cfcc4bf9ea86e2488e86a9dd78d
Details
Created

2018-03-23 16:34:51 UTC

Size

2.86 GB

Content Digest
Environment
PYTHON_PIP_VERSION

9.0.3

PYTHON_RELEASE

3.6.4

PYTHON_VERSION

3.6.4


Layers

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

[#001] sha256:85f53e48ded4065a2dbea91a8444ffe14a44776674c9e437439702f9982f045f - 24.22% (710 MB)

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

[#003] sha256:8084da17f80705e9cddfd5bb4cf6a665c018b1e7d5aae00624083a22319f5d25 - 0.0% (1.13 KB)

[#004] sha256:3739512b031bde8c82864ede2dee3e1e60e51c8ebaab38b4481bd2cafb40259e - 0.0% (1.17 KB)

[#005] sha256:d7692244563a526a5b0f9bab3ab39873a82a590a428b49e9371c8040977518d8 - 1.54% (45.1 MB)

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

[#007] sha256:3fdbdd3a4b2f91ca8d0551db327563d07871eb402f47f9a45a560653c0d4def8 - 0.31% (9.01 MB)

[#008] sha256:b9d640f73460c95fc22e2139a512a88b975c9ecc56f9628c666db82346ac831f - 0.0% (1.16 KB)


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

Apply image 10.0.16299.15

2018-03-05 03:12:43 UTC

Install update 10.0.16299.309

2018-03-14 02:30:30 UTC

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

2018-03-14 16:40:09 UTC

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

2018-03-14 16:40:10 UTC

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

2018-03-14 16:42:31 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); 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-03-23 16:33:14 UTC

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

2018-03-23 16:34:49 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-03-23 16:34:51 UTC

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