Namespace
library
Image / Tag
python:3.14.0a7-windowsservercore-ltsc2022
Content Digest
sha256:7b1be0809c6744963936690b8ebe95b1bcbb996a9a06f013030b367a3bb882e5
Details
Created

2025-04-18 03:35:15 UTC

Size

2.17 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

944e24cde04e4067ae728578afc8fbc78d9a0d735e9c9348720c857d61bd8e1e

PYTHON_VERSION

3.14.0a7


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 62.66% (1.36 GB)

[#001] sha256:b0b6ee194dfee460cc53e0f761b7ff976c08380d6cd1e70cc50ff92cfa99d176 - 34.77% (774 MB)

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

[#003] sha256:8bcf4c7bbd2e79cae992a01db12758c51dded20daded15fb038790753a0b9ecd - 0.0% (1.25 KB)

[#004] sha256:b10b12ae743995e2b843bf80432df4b97c7b155b4e50febe83f52e9163501ea5 - 0.0% (1.25 KB)

[#005] sha256:f4d414a889f00ff903770b472cc0c4c2394fb5455141f26cb7ba6c1895eb3473 - 0.0% (1.25 KB)

[#006] sha256:d482a5c858899fb8fb6c22c35608437e5cd6fbb1aba6ecddadedc1e5ccd654b1 - 2.57% (57.2 MB)

[#007] sha256:c262fac51ce4f97ff70cd7a50db7e3ee3c63a3283a26178c4b7af73de5f24400 - 0.0% (1.26 KB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-04-16 03:49:18 UTC

Install update 10.0.20348.3566

2025-04-18 03:34:24 UTC

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

2025-04-18 03:34:25 UTC

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

2025-04-18 03:34:26 UTC

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

2025-04-18 03:34:26 UTC

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

2025-04-18 03:35:14 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-18 03:35:15 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