Namespace
library
Image / Tag
python:3.7.0a2-windowsservercore-1709
Content Digest
sha256:fdcef5b2431cb31d638b5acc25f981676b8980a015062936e5e920433aa1e761
Details
Created

2017-11-23 17:29:05 UTC

Size

2.54 GB

Content Digest
Environment
PYTHON_PIP_VERSION

9.0.1

PYTHON_RELEASE

3.7.0

PYTHON_VERSION

3.7.0a2


Layers

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

[#001] sha256:0e0a3062a7ac7e07eda6c54e1ddfafc80550c98dd5e1933799f934bc4bdcf0ab - 14.71% (383 MB)

[#002] sha256:72ebc5a9d332e2a64fb3a65257e303100db8bcd07f6ccb562e3dc2e77f2cd3c5 - 0.0% (1.13 KB)

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

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

[#005] sha256:73bb25ea8463c219ab05d6faa8f920ff2a614cb2846ff978197a1e6923a5c3e9 - 1.69% (44.1 MB)

[#006] sha256:36be7c792a8a031ef6c060019bd030629abe0258583a7097583dc48cb635ebd6 - 0.0% (1.14 KB)

[#007] sha256:2e637261caaaa125f699cf1db5431d33456b8f1675f0746453d85bb4c9215242 - 0.32% (8.35 MB)

[#008] sha256:500e5388f7638926424520a67acb96de2711b5bc6848663d3d5e35ad05d24174 - 0.0% (1.15 KB)


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

Apply image 10.0.16299.15

2017-11-02 14:03:00 UTC

Install update 10.0.16299.64

2017-11-23 03:14:48 UTC

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

2017-11-23 17:25:46 UTC

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

2017-11-23 17:25:47 UTC

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

2017-11-23 17:27:53 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-11-23 17:27:54 UTC

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

2017-11-23 17:29:04 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-11-23 17:29:05 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