Namespace
library
Image / Tag
python:3.6.3-windowsservercore-1709
Content Digest
sha256:e33691bd9179092da681da15e694b79e0e0fe2e5c1d191e955e4a3306840c02a
Details
Created

2017-12-19 17:41:39 UTC

Size

2.72 GB

Content Digest
Environment
PYTHON_PIP_VERSION

9.0.1

PYTHON_RELEASE

3.6.3

PYTHON_VERSION

3.6.3


Layers

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

[#001] sha256:e50cc21fbc56936f06a5d9dfe4559b7108a89064fcb39dfbe14150d5cfeb912b - 20.19% (562 MB)

[#002] sha256:da9070a4da21ca9a4ce14f2c4d0f840c44addcfa4b5c90c421df47e49151d7e6 - 0.0% (1.15 KB)

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

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

[#005] sha256:8284fed5d0504227ab8da9106714cd69b70357603541487db81cd7ad09a356f1 - 1.61% (44.8 MB)

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

[#007] sha256:49a66733469a10f99e2ed58fd1de70c8adfcb8763882d5ffc846ff41dccd56c5 - 0.3% (8.44 MB)

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


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

Apply image 10.0.16299.15

2017-12-09 18:00:03 UTC

Install update 10.0.16299.125

2017-12-14 01:07:58 UTC

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

2017-12-19 17:38:06 UTC

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

2017-12-19 17:38:07 UTC

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

2017-12-19 17:40:18 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.';

2017-12-19 17:40:19 UTC

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

2017-12-19 17:41:38 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.';

2017-12-19 17:41:39 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete