Namespace
library
Image / Tag
python:3.15.0b1-windowsservercore-ltsc2025
Content Digest
sha256:5854abac6e814dcbfab2e23a565d40ef8e63285fe61756db022e7b3231205d5a
Details
Created

2026-05-12 23:50:46 UTC

Size

2.12 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

de7f62783f765061c7e97ed7b30f780c3d15de5b3154e88b2f9cb92ce1df6957

PYTHON_VERSION

3.15.0b1


Layers

[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 67.06% (1.42 GB)

[#001] sha256:f787ad06f38db673c3d304f21c09a82ff9a1ced32062515ea52fdb0383457b24 - 30.07% (651 MB)

[#002] sha256:73dab9e350fc730aed7db6c5533fb3137169005dbb3d03e7ec95809aba0cb46c - 0.0% (1.32 KB)

[#003] sha256:7943388fa07ee1de54b31509671e91d9bd87ae0ee43e59ee8143343d59bf6fce - 0.0% (1.27 KB)

[#004] sha256:1bb5af423f6ebba9483e7961631ccc3cd37a9cae0d9613c8cfe391745bdb69b0 - 0.0% (1.28 KB)

[#005] sha256:4055cebf29157b9781801828fc2178a4fee2bab70a10c89b69ed4d8752cb7328 - 0.0% (1.32 KB)

[#006] sha256:91f6b0a5a11324ed15cd085378f74242535634187deec757e960d4cfb95bfe83 - 2.87% (62.1 MB)

[#007] sha256:2cbf5decb3fbf6f79727af21287c526b118876643dbecfb1023ea039836929a6 - 0.0% (1.3 KB)


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-05-10 10:08:54 UTC

Install update 10.0.26100.32860

2026-05-12 23:39:20 UTC

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

2026-05-12 23:50:01 UTC

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

2026-05-12 23:50:01 UTC

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

2026-05-12 23:50:02 UTC

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

2026-05-12 23:50:45 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:50:46 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