Namespace
library
Image / Tag
python:3.6.0b4-windowsservercore
Content Digest
sha256:e96ef63cb73449910829d58ad23183e1b8721c0911580b914ac850efbcd21708
Details
Created

2016-11-23 21:03:15 UTC

Size

4.35 GB

Content Digest
Environment
PYTHON_PIP_VERSION

9.0.1

PYTHON_RELEASE

3.6.0

PYTHON_VERSION

3.6.0b4


Layers

[#000] sha256:9c7f9c7d9bc2915388ecc5d08e89a7583658285469d7325281f95d8ee279cc60 - 79.99% (3.48 GB)

[#001] sha256:d33fff6043a134da85e10360f9932543f1dfc0c3a22e1edd062aa9b088a86c5b - 18.81% (838 MB)

[#002] sha256:f24cd6bb1240a6a8641fa44a4bbea3e59d3729b9e1513ca48370c4576b6fddea - 0.0% (1.19 KB)

[#003] sha256:f71aea2fb34ee637aa4292133b29a0babfc35a30f5565b4c1dd755cbae259554 - 0.0% (1.19 KB)

[#004] sha256:b3a9f0becc68f0d8db473748448427b8d7630a7e9825a1fcb616b57f25b01633 - 0.0% (1.19 KB)

[#005] sha256:2f3ed5ee1ed8cabec3bebe6d2ceacc7a88c4d2d68a5c781d9ee76dd56787f40c - 0.0% (1.18 KB)

[#006] sha256:2cd4be169ea2192f52dccf008775279a7f50b9a7f78c56795fedd04f5f52e1fc - 1.21% (53.7 MB)

[#007] sha256:2e57d520266a2f0de1c37ea39a04c604220b39e73913f3a3071b3d3a7c23b30e - 0.0% (1.19 KB)


History
2016-11-15 00:01:58 UTC

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

2016-11-23 21:00:37 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV PYTHON_VERSION=3.6.0b4

2016-11-23 21:00:40 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV PYTHON_RELEASE=3.6.0

2016-11-23 21:00:43 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV PYTHON_PIP_VERSION=9.0.1

2016-11-23 21:03:12 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $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); (New-Object System.Net.WebClient).DownloadFile($url, '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_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; $pipInstall = ('pip=={0}' -f $env:PYTHON_PIP_VERSION); Write-Host ('Installing {0} ...' -f $pipInstall); pip install --no-cache-dir --upgrade --force-reinstall $pipInstall; Write-Host 'Verifying pip install ...'; pip --version; Write-Host 'Complete.';

2016-11-23 21:03:15 UTC

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