Namespace
library
Image / Tag
python:3.14.0a6-windowsservercore-1809
Content Digest
sha256:9632be335bfa93e971e6b7c69976b0c619b676a5288b334dd5080d2eef4c5151
Details
Created

2025-03-17 18:01:35 UTC

Size

2.06 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

17fa8fabd7d926ffd634f48c40050ff3b0d61364a1719150ccbb45b732fd7afd

PYTHON_VERSION

3.14.0a6


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 77.83% (1.6 GB)

[#001] sha256:c77bec5e4bac3c7f6dc5d56da5ffc11e72881485b3a55330c17c915ad653f955 - 19.52% (411 MB)

[#002] sha256:b8095fdd8e2b678914d2425d85b98c4a8c0c6152312442de5a6cd30f27d738fa - 0.0% (1.26 KB)

[#003] sha256:5f69286de8b2ac423e951435d5ae957fd4f1ef6dfc34988073bcb1f2bf20e85f - 0.0% (1.26 KB)

[#004] sha256:8c6cb17716cefd6ccd1c44e31fe7f1d0a91b8f15ec9851c40e9153bedc89e157 - 0.0% (1.3 KB)

[#005] sha256:a0699b3f01ac02d45b95b4d1ce41bc417d457140a44e6447df02743910dff177 - 0.0% (1.27 KB)

[#006] sha256:761f6d8c03d47ed06394ed9b607c9fdce5b6a702c7872c4466fecad080621552 - 2.65% (55.8 MB)

[#007] sha256:3677e8ceeac7b7dc1509121ec18156522fcb1f1a873d34c8a801e39b0ceaed78 - 0.0% (1.26 KB)


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2025-03-05 22:09:20 UTC

Install update 10.0.17763.7009

2025-03-17 17:59:44 UTC

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

2025-03-17 17:59:47 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHONIOENCODING=UTF-8

2025-03-17 17:59:48 UTC

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

2025-03-17 17:59:49 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_SHA256=17fa8fabd7d926ffd634f48c40050ff3b0d61364a1719150ccbb45b732fd7afd

2025-03-17 18:01:35 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f ($env:PYTHON_VERSION -replace '[a-z]+[0-9]*$', ''), $env:PYTHON_VERSION); Write-Host ('Downloading {0} ...' -f $url); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $url -OutFile 'python.exe'; Write-Host ('Verifying sha256 ({0}) ...' -f $env:PYTHON_SHA256); if ((Get-FileHash python.exe -Algorithm sha256).Hash -ne $env:PYTHON_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Installing ...'; $exitCode = (Start-Process python.exe -Wait -NoNewWindow -PassThru -ArgumentList @( '/quiet', 'InstallAllUsers=1', 'TargetDir=C:\Python', 'PrependPath=1', 'Shortcuts=0', 'Include_doc=0', 'Include_pip=1', 'Include_test=0' ) ).ExitCode; if ($exitCode -ne 0) { Write-Host ('Running python installer failed with exit code: {0}' -f $exitCode); Get-ChildItem $env:TEMP | Sort-Object -Descending -Property LastWriteTime | Select-Object -First 1 | Get-Content; exit $exitCode; } $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; Remove-Item $env:TEMP/Python*.log -Force; $env:PYTHONDONTWRITEBYTECODE = '1'; Write-Host 'Verifying pip install ...'; pip --version; Write-Host 'Complete.'

2025-03-17 18:01:35 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