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

2018-03-23 16:30:53 UTC

Size

2.87 GB

Content Digest
Environment
PYTHON_PIP_VERSION

9.0.3

PYTHON_RELEASE

3.7.0

PYTHON_VERSION

3.7.0b2


Layers

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

[#001] sha256:85f53e48ded4065a2dbea91a8444ffe14a44776674c9e437439702f9982f045f - 24.22% (710 MB)

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

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

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

[#005] sha256:e3f9b94a361f81628bbe7e6600811da1e3b5396686907bdb7be7d3b22d2b90f3 - 1.55% (45.4 MB)

[#006] sha256:3394c5786be6a6332a04e110569ba76961f9ead6888778e498c4513eab3893e0 - 0.0% (1.16 KB)

[#007] sha256:8d8c784718a6d9500cf2a030d5c17eedd6beed759000870c48890f5e0cd8a8fc - 0.31% (8.95 MB)

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


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

Apply image 10.0.16299.15

2018-03-05 03:12:43 UTC

Install update 10.0.16299.309

2018-03-14 02:30:30 UTC

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

2018-03-14 16:30:57 UTC

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

2018-03-14 16:30:58 UTC

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

2018-03-14 16:33:26 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-03-23 16:29:19 UTC

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

2018-03-23 16:30:52 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-03-23 16:30:53 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