Namespace
library
Image / Tag
python:3.14-rc-windowsservercore-1809
Content Digest
sha256:d85fd028d2b869e7784b7f6f042a2b508fe40a4696442e73de49a1ad80c715a8
Details
Created

2025-05-14 20:59:24 UTC

Size

2.09 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

a878026c12b1a606d02f5bbf3ed65aa780ee8272964b8f95d8348ffa2d6ca096

PYTHON_VERSION

3.14.0b1


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 76.59% (1.6 GB)

[#001] sha256:a95a939635fd6bec8c1562dcdbdde2fdb64095d1be9873313939c878db6f7279 - 20.63% (442 MB)

[#002] sha256:5758a99a633a6b453f305a28f132803fc1cd1a1b9b99d173d8d4469095a7a9ab - 0.0% (1.25 KB)

[#003] sha256:8b0556f1cde44ffeebea76d6442f398cf9ac7eedbff5b140ece7fb322866ec6c - 0.0% (1.26 KB)

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

[#005] sha256:85b115367bbee830079c40a199ea35925180d63f20fde6b3895c0a635a353612 - 0.0% (1.26 KB)

[#006] sha256:b89eab9cd76de133416e8a94273afd5a890e77757f370ae78cc5a6363434292b - 2.78% (59.6 MB)

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


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2025-05-09 13:51:15 UTC

Install update 10.0.17763.7314

2025-05-14 20:58:30 UTC

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

2025-05-14 20:58:31 UTC

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

2025-05-14 20:58:32 UTC

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

2025-05-14 20:58:32 UTC

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

2025-05-14 20:59:23 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 'Reinstalling pip to workaround a bug ...'; Remove-Item -Recurse C:\Python\Lib\site-packages\pip*; python -m ensurepip --default-pip -vvv; Write-Host 'Verifying pip install ...'; pip --version; Write-Host 'Complete.'

2025-05-14 20:59:24 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