Namespace
library
Image / Tag
python:3.6-windowsservercore-1803
Content Digest
sha256:5d6e7f77fefa1c847c6fcc562758e692c7ae8ffd19ffafa7fc07c27ecc70687b
Details
Created

2019-06-12 14:26:16 UTC

Size

2.2 GB

Content Digest
Environment
PYTHON_PIP_VERSION

19.1.1

PYTHON_RELEASE

3.6.8

PYTHON_VERSION

3.6.8


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 70.28% (1.55 GB)

[#001] sha256:2de32ee3b543cb2d1e3b6dd5d2578256c4bde975bc92e959325ff83ae8ed617b - 27.46% (618 MB)

[#002] sha256:206778a210152eae038ff9a90449b1070a39e0fb0f5ae857ae539e996315adec - 0.0% (1.12 KB)

[#003] sha256:39169665915220a67dd1d41f662bd7f6b2772d6693479a5c809ba3e8ed2e17f8 - 0.0% (1.16 KB)

[#004] sha256:ffd52eaf3e67caba1678f3cf97a2722343c16f3374ea7eda6426907ae6f8262e - 0.0% (1.16 KB)

[#005] sha256:2ea5da428bbc86c392764fdf7cde505c2f0f87a69f5c5d6336eb71ad920f6d8b - 2.04% (46 MB)

[#006] sha256:9fbd77482b4e82e4b9798f369882257d1356502fb9e8eb1306ef07b2d7f15036 - 0.0% (1.15 KB)

[#007] sha256:48b7e3d478d4fcc6cb5398b1a1b723bf012fee303c17b4d5519d9011c5ad1dcc - 0.22% (4.95 MB)

[#008] sha256:9099ac55f5648de9a573e8d9f79f1d3878a57f1fa5482c527154b07ce633b347 - 0.0% (1.12 KB)


History
2018-04-12 09:20:54 UTC

Apply image 1803-RTM-amd64

2019-06-08 17:13:11 UTC

Install update 1803-amd64

2019-06-12 12:50:31 UTC

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

2019-06-12 14:22:59 UTC

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

2019-06-12 14:23:01 UTC

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

2019-06-12 14:25:14 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.';

2019-06-12 14:25:15 UTC

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

2019-06-12 14:26:15 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-06-12 14:26:16 UTC

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