Namespace
library
Image / Tag
python:3.14-rc-windowsservercore-ltsc2025
Content Digest
sha256:4dd8915ba6c4085d3c18e0ee45f1fdaa58c1db6905b1c2cd6e21a691444e8def
Details
Created

2025-04-09 00:48:32 UTC

Size

3.22 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

944e24cde04e4067ae728578afc8fbc78d9a0d735e9c9348720c857d61bd8e1e

PYTHON_VERSION

3.14.0a7


Layers

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

[#001] sha256:761846874dadc4dd9490d5635a266306989ac061986d0e4bcfe36a76ef6888b8 - 34.14% (1.1 GB)

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

[#003] sha256:7694a15605b1d7fb8c31fa97f86d2fd5970e287c689455198014b51483cfbaaa - 0.0% (1.26 KB)

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

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

[#006] sha256:3e6d72a96794a4de95e40c67d5a32876554adf107909ca24d05933c2f5db6967 - 1.74% (57.3 MB)

[#007] sha256:3f222989b29da5ac1227709abdde971dfc308159dd5156f14a005bb081dca602 - 0.0% (1.29 KB)


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

Apply image 10.0.26100.2605

2025-04-06 07:48:58 UTC

Install update 10.0.26100.3775

2025-04-09 00:47:48 UTC

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

2025-04-09 00:47:50 UTC

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

2025-04-09 00:47:51 UTC

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

2025-04-09 00:47:52 UTC

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

2025-04-09 00:48:31 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-04-09 00:48:32 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