Namespace
library
Image / Tag
python:3.15.0b1-windowsservercore-ltsc2022
Content Digest
sha256:9f906f7e8a1c358e0232f24ae7c7948ea8de9099a7133bac646d7356606fa323
Details
Created

2026-05-12 23:58:43 UTC

Size

2.04 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

de7f62783f765061c7e97ed7b30f780c3d15de5b3154e88b2f9cb92ce1df6957

PYTHON_VERSION

3.15.0b1


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 68.06% (1.39 GB)

[#001] sha256:857865ad3eca4da109d969134a9cab7225d9de49597914ae325d43661900f513 - 28.95% (604 MB)

[#002] sha256:7e72ddab0326e6089ca74907ae3ac383e56049d5df737a07aea5f46d67a27c95 - 0.0% (1.28 KB)

[#003] sha256:5f85c007ea80447f4c9c70381246307e47dc0fa56e1b7ab0acb3e8ed34cb42fa - 0.0% (1.31 KB)

[#004] sha256:87b1a76beeb5c68989dc478ad5f31e2a8069647efb386faaed93a09e03b9c61d - 0.0% (1.3 KB)

[#005] sha256:bc5ebae5f190b89d2d0d39e25abd8f708ef3e3ba1d378f1b4355f014f200bf0f - 0.0% (1.26 KB)

[#006] sha256:71db24aca82750cb681098d371985ef9ff0311f0d831317e01edbd128c96a48f - 2.99% (62.5 MB)

[#007] sha256:9b87d4fe1a5cb75e84abfcae675971d95c19bd02839f635b698f7dbfefa444fe - 0.0% (1.3 KB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2026-05-07 03:49:54 UTC

Install update 10.0.20348.5139

2026-05-12 23:38:22 UTC

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

2026-05-12 23:58:01 UTC

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

2026-05-12 23:58:02 UTC

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

2026-05-12 23:58:02 UTC

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

2026-05-12 23:58:42 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.'

2026-05-12 23:58:43 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