Namespace
library
Image / Tag
python:3.15.0a2-windowsservercore
Content Digest
sha256:bd5ace9f26f4418fd5178e0c7850ed1cfd89c5913de8e122f6f18eff47c3df00
Details
Created

2025-11-19 18:40:58 UTC

Size

3.07 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

21bcbd1e66b16d96e9c90ba3f563f4a09c3e44a4892f93f467f2814117ba244e

PYTHON_VERSION

3.15.0a2


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 67.19% (2.06 GB)

[#001] sha256:a84ef3b04f81727036fe8b401efc70b6979844e2b78bdf09aa1b68b7ef4edf63 - 30.94% (973 MB)

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

[#003] sha256:2c40e3c1aa23a38958721bf28f31f45687369e52e382569bba254a4f9041d165 - 0.0% (1.29 KB)

[#004] sha256:6c8311a0e37abb1931fbac14272bd3b69536076ec2d06be1ab74f4a24b00401d - 0.0% (1.26 KB)

[#005] sha256:1aa6125ce233733a7bf7e745b3c78e1c5ed7adbf5896eece97887c082f3e3657 - 0.0% (1.29 KB)

[#006] sha256:a311adeae2bac7ce723789d782916006f774bc2272e36dca7349e6bca242748b - 1.87% (58.9 MB)

[#007] sha256:0f7b43c9438a8b69bc05171fc2002578f8437501c9b183c0777189e78561c594 - 0.0% (1.27 KB)


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-11-09 10:25:55 UTC

Install update 10.0.26100.7171

2025-11-19 18:38:55 UTC

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

2025-11-19 18:38:56 UTC

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

2025-11-19 18:38:57 UTC

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

2025-11-19 18:38:58 UTC

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

2025-11-19 18:40:57 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-11-19 18:40:58 UTC

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

Details
Created

2025-11-19 18:43:12 UTC

Size

1.71 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

21bcbd1e66b16d96e9c90ba3f563f4a09c3e44a4892f93f467f2814117ba244e

PYTHON_VERSION

3.15.0a2


Layers

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

[#001] sha256:3a26269efcb0f33c920b21f98d305592e7310bbe548291a16043e48a0c1feba5 - 15.34% (268 MB)

[#002] sha256:2c559a8551dab62417c11dfb609986f42f1c8b4cdb3930b183ce0576d09dad25 - 0.0% (1.3 KB)

[#003] sha256:c1eb2c883c7993301fb3f71720c6ed3ca29c415f63e551f9f1e4af5569f02efe - 0.0% (1.29 KB)

[#004] sha256:f62e8549e67fc001c71f1c367cbb8c556b2a78b82569fab9375f7c964deee8ab - 0.0% (1.26 KB)

[#005] sha256:00a82ecee7c1f02274c04a3fab87ef4b4c18ada7f6939e150f8447dd9bb28904 - 0.0% (1.29 KB)

[#006] sha256:e62277998b22fdc3fc9c04990c3b0497af2ced5cdc48040a95ec2e8ecbcabb48 - 3.37% (58.9 MB)

[#007] sha256:2b5f09bbe5ebc50aefa73a6377b628eea1b670819c93de3c9b7e3af6da00672c - 0.0% (1.29 KB)


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

Apply image 10.0.20348.4294

2025-11-05 05:39:13 UTC

Install update 10.0.20348.4405

2025-11-19 18:40:42 UTC

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

2025-11-19 18:40:44 UTC

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

2025-11-19 18:40:45 UTC

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

2025-11-19 18:40:47 UTC

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

2025-11-19 18:43:10 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-11-19 18:43:12 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