Namespace
library
Image / Tag
python:2.7.16-windowsservercore-1709
Content Digest
sha256:450ba8e3147493faf4964e807d427a64f4f49b771a628304314f0987447188dc
Details
Created

2019-04-11 23:53:05 UTC

Size

3.03 GB

Content Digest
Environment
PYTHON_PIP_VERSION

19.0.3

PYTHON_RELEASE

2.7.16

PYTHON_VERSION

2.7.16


Layers

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

[#001] sha256:8c7d1531260f1f41cc711bfb3c8ab8efac981758fd7943518b863803f0b31552 - 28.46% (884 MB)

[#002] sha256:59e24a9056c00889763abd79b000344468ace59ae58ae7d17acdfcbaadd1f6e8 - 0.0% (1.18 KB)

[#003] sha256:24fb8e058b5a97483a1d4302b738413f7ef60f23a5f8d5788bed6fec27a0f112 - 0.0% (1.17 KB)

[#004] sha256:36aadc3de1d042ab366e7d1146abf9b52d80aa4017c893a6203bb92837130379 - 0.0% (1.18 KB)

[#005] sha256:cfd3c866bdbc0388edaf3e900a16255a110269447aa5600037cce08dd0f3c920 - 1.19% (37 MB)

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

[#007] sha256:79c7daffb810f3b97a3bd9c717a2c0f0096c3fd04f23add9f18abce633625008 - 0.29% (8.9 MB)

[#008] sha256:cc7636c4e5e7ab4e1f99971fefc74b412359a05f4d8b0b7de601bc98585bed06 - 0.21% (6.53 MB)

[#009] sha256:2336ec8ec565087232c6d4229f711cbc5b910a02db86a02a93b3a0c4a753d39b - 0.0% (1.17 KB)


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

Apply image 1709-RTM-amd64

2019-04-04 00:21:24 UTC

Install update 1709-amd64

2019-04-11 22:58:27 UTC

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

2019-04-11 23:48:41 UTC

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

2019-04-11 23:48:42 UTC

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

2019-04-11 23:50:44 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('https://www.python.org/ftp/python/{0}/python-{1}.amd64.msi' -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.msi'; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'python.msi', '/quiet', '/qn', 'TARGETDIR=C:\Python', 'ALLUSERS=1', 'ADDLOCAL=DefaultFeature,Extensions,TclTk,Tools,PrependPath' ); $env:PATH = [Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' python --version'; python --version; Write-Host 'Removing ...'; Remove-Item python.msi -Force; Write-Host 'Complete.';

2019-04-11 23:50:45 UTC

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

2019-04-11 23:52:12 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.';

2019-04-11 23:53:03 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pip install --no-cache-dir virtualenv

2019-04-11 23:53:05 UTC

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