Namespace
library
Image / Tag
python:3.7.0b2-windowsservercore-ltsc2016
Content Digest
sha256:5abf9b23c2e21340432b4cd3983536e4efd03e7b0205332c14283bb350e5cf4f
Details
Created

2018-03-23 16:29:03 UTC

Size

5.08 GB

Content Digest
Environment
PYTHON_PIP_VERSION

9.0.3

PYTHON_RELEASE

3.7.0

PYTHON_VERSION

3.7.0b2


Layers

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

[#001] sha256:133e38d368dd63f5c9da410ed1656fa9c1f3322a661906f3c2a86b4cd3ff292b - 24.2% (1.23 GB)

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

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

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

[#005] sha256:7aa1b128c0334a8785fa73e0b73d07950ef96dfb6d9ceed88dddbfff14bb281f - 0.96% (50 MB)

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

[#007] sha256:00680c10e651f0d62495730131fdee69295478dfc0a4f4af4bbf7fc865ee5061 - 0.18% (9.3 MB)

[#008] sha256:49ab073f595f66b090d582c94d269e3da1915fb144e79ce0622e61ec5970403f - 0.0% (1.15 KB)


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

Apply image 10.0.14393.0

2018-03-13 00:53:23 UTC

Install update 10.0.14393.2125

2018-03-14 02:24:59 UTC

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

2018-03-14 16:25:58 UTC

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

2018-03-14 16:25:59 UTC

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

2018-03-14 16:29:03 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:27:05 UTC

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

2018-03-23 16:29:02 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:29:03 UTC

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