Namespace
library
Image / Tag
python:3.7.0b5-windowsservercore-ltsc2016
Content Digest
sha256:b1ee33832d7eb13090bdb8bd3079514752450479c3aafab0b707bffb754d6a36
Details
Created

2018-06-28 10:45:41 UTC

Size

5.17 GB

Content Digest
Environment
PYTHON_PIP_VERSION

10.0.1

PYTHON_RELEASE

3.7.0

PYTHON_VERSION

3.7.0b5


Layers

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

[#001] sha256:8e9da9bbe3af2118a0b5eef7a3d649367557d0d3992ed0213c79857b23b4140e - 25.5% (1.32 GB)

[#002] sha256:2f081cda9e78f379ae3f7a2238f310ca91bbbac2c32d6e990eb6b15df6c2df4b - 0.0% (1.16 KB)

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

[#004] sha256:c6c16e02f6f50e0b6b35c1e059913a1a2c84b28592a5fafd1f85fc960219e5ff - 0.0% (1.14 KB)

[#005] sha256:d47a3a6a885a1d83167e03e97ddf09b4578f53d9c09de34aafa79a93387b84f9 - 0.95% (50.5 MB)

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

[#007] sha256:acbfa6bb9d9186d8aa7227d9bccc12efb6469c07bf20c19157f99b137ddf667b - 0.18% (9.32 MB)

[#008] sha256:95f21d5ae9baaa0d50d5297eb67a9b7e7845c275a057648289849bfe91881d9b - 0.0% (1.15 KB)


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

Apply image 10.0.14393.0

2018-06-13 00:36:30 UTC

Install update 10.0.14393.2312

2018-06-16 10:18:58 UTC

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

2018-06-28 10:39:10 UTC

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

2018-06-28 10:39:11 UTC

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

2018-06-28 10:43:50 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-06-28 10:43:51 UTC

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

2018-06-28 10:45:40 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-06-28 10:45:41 UTC

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