Namespace
library
Image / Tag
python:3.6.0b3-windowsservercore
Content Digest
sha256:79a5d31ab7c132c70c58d42c2e94bf36432bb9b01a4be159720237c21d0236ba
Details
Created

2016-11-17 23:10:45 UTC

Size

4.35 GB

Content Digest
Environment
PYTHON_PIP_VERSION

9.0.1

PYTHON_RELEASE

3.6.0

PYTHON_VERSION

3.6.0b3


Layers

[#000] sha256:9c7f9c7d9bc2915388ecc5d08e89a7583658285469d7325281f95d8ee279cc60 - 79.99% (3.48 GB)

[#001] sha256:d33fff6043a134da85e10360f9932543f1dfc0c3a22e1edd062aa9b088a86c5b - 18.81% (838 MB)

[#002] sha256:f24cd6bb1240a6a8641fa44a4bbea3e59d3729b9e1513ca48370c4576b6fddea - 0.0% (1.19 KB)

[#003] sha256:7de0bebd88210a4e22b7cba4b1a520d3176eb37d75bd5e13da1ef76ce65f7535 - 0.0% (1.18 KB)

[#004] sha256:8bd12893ea8fb43deb3d02e502f6cf8a404767bf86458f95a1cc0aeeb0c91bf7 - 0.0% (1.18 KB)

[#005] sha256:36c00302aa744c87d703fb40781d4de350941f67df85c2722b8a85ec6d02f880 - 0.0% (1.18 KB)

[#006] sha256:6bdca961ea75653ee04820f57466d6149c3db92db69158936a014f2ce8c30429 - 1.2% (53.5 MB)

[#007] sha256:beb440e7e73e90ed1988060ffc0408dc9c0d1c7d4fc250669c25f47c031681a5 - 0.0% (1.18 KB)


History
2016-11-15 00:01:58 UTC

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

2016-11-17 23:08:08 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV PYTHON_VERSION=3.6.0b3

2016-11-17 23:08:11 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV PYTHON_RELEASE=3.6.0

2016-11-17 23:08:14 UTC

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

2016-11-17 23:10:42 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $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); (New-Object System.Net.WebClient).DownloadFile($url, '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_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; $pipInstall = ('pip=={0}' -f $env:PYTHON_PIP_VERSION); Write-Host ('Installing {0} ...' -f $pipInstall); pip install --no-cache-dir --upgrade --force-reinstall $pipInstall; Write-Host 'Verifying pip install ...'; pip --version; Write-Host 'Complete.';

2016-11-17 23:10:45 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(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