Namespace
library
Image / Tag
python:3.15.0a3-windowsservercore-ltsc2025
Content Digest
sha256:59a18be0e36cc3f64563790e9cd172df90427af014a26459fd5074cdda749f0f
Details
Created

2026-01-13 23:01:55 UTC

Size

1.45 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

05d0a8932ca359e349571b193858be1af72a3cff086bfe08cbe6d1e2140726c9

PYTHON_VERSION

3.15.0a3


Layers

[#000] sha256:e8e286c160e014cebd84213d5cfa83952f5927713def450860146ee76600ee3f - 95.98% (1.39 GB)

[#001] sha256:1683b1c0b751981760e021483daa24f623ab1f8d270f970baf3cb1b58348c5fd - 0.0% (1.29 KB)

[#002] sha256:ec891f5c51d09fc1ac67a0900d1979f5f677c7af6c696b2a94a973316895e0be - 0.0% (1.34 KB)

[#003] sha256:0849cec4c9df335ad5d65172ef592e1af9bd1c62fa34ab5ac3b1f2e3d74084cc - 0.0% (1.31 KB)

[#004] sha256:6579b6837a4fb610a5c497e73e37cb71a144dcc1678e6efd91c366cb0d4222cc - 0.0% (1.3 KB)

[#005] sha256:813d0a1b264d23110d0d01b21fde7324d58d101b80f7d6a61f268de3395394b3 - 4.02% (59.7 MB)

[#006] sha256:1bb7a89e6d6f8c9110c865c5a96fe45a5abdb010498a43c5ce2a3dbb3c7f6a0c - 0.0% (1.31 KB)


History
2026-01-11 06:35:44 UTC

Apply image 10.0.26100.32230

2026-01-13 22:51:10 UTC

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

2026-01-13 23:01:14 UTC

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

2026-01-13 23:01:14 UTC

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

2026-01-13 23:01:15 UTC

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

2026-01-13 23:01:54 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-01-13 23:01:55 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