Namespace
library
Image / Tag
python:3.5.4-windowsservercore-ltsc2016
Content Digest
sha256:490c2e2817f02e7a64e073fc7fa525e99120c2a6ae116123fb24928c5f9a7fd6
Details
Created

2018-01-05 17:39:33 UTC

Size

5.06 GB

Content Digest
Environment
PYTHON_PIP_VERSION

9.0.1

PYTHON_RELEASE

3.5.4

PYTHON_VERSION

3.5.4


Layers

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

[#001] sha256:449343c9d7e2919413898dc8a7e8780ef164b76a3b9dd19de104706edf05113a - 24.0% (1.21 GB)

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

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

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

[#005] sha256:44824c1a22dc2422e547147596fc94f5b22b5de800c7efaa5d9754383a571694 - 0.9% (46.7 MB)

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

[#007] sha256:a95826199aed7e77dc76b1a1bc14f17ec090d26c9c45cce9fe271731e1157f2d - 0.17% (8.98 MB)

[#008] sha256:c253b0a6351edb6ec9c3c43f24c87e93403b1ba8016ed65d30cba57218e9d94b - 0.0% (1.17 KB)


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

Apply image 10.0.14393.0

2018-01-04 20:07:32 UTC

Install update 10.0.14393.2007

2018-01-05 10:02:17 UTC

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

2018-01-05 17:35:19 UTC

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

2018-01-05 17:35:20 UTC

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

2018-01-05 17:37:58 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-01-05 17:37:59 UTC

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

2018-01-05 17:39:32 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-01-05 17:39:33 UTC

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