Namespace
library
Image / Tag
python:3.14.0b1-windowsservercore
Content Digest
sha256:8ec90158e7aea8b004d8bb48328b33cf639e4aaba6f448cecb7f5848812d1788
Details
Created

2025-05-14 21:07:24 UTC

Size

3.25 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

a878026c12b1a606d02f5bbf3ed65aa780ee8272964b8f95d8348ffa2d6ca096

PYTHON_VERSION

3.14.0b1


Layers

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

[#001] sha256:cc834e13e71633c2d66ec6513d57c31a3157fc5933859d492ecf45fc8a7476c3 - 34.78% (1.13 GB)

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

[#003] sha256:6e3485313d0c62aaf09d3f0536e468e75096199f8de4958b59f699528016b598 - 0.0% (1.26 KB)

[#004] sha256:8c31c2a9d94028719a7b2a0d4db2d5ee38f2a6057541e80efd560a977eafe786 - 0.0% (1.28 KB)

[#005] sha256:b6861250362a010c9bcba849490ade14b2f966842fb6cd4eda81d673fd2ad1d2 - 0.0% (1.28 KB)

[#006] sha256:3fb7508c86e97bd836dd030ab63993a79552c94f3bbfc72bf0724b1c0d5d49ab - 1.83% (60.9 MB)

[#007] sha256:26358008559c88011d35d23e1d9029eb3a5900e8501f79bbfeedf37847a0e881 - 0.0% (1.28 KB)


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

Apply image 10.0.26100.2605

2025-05-10 01:13:32 UTC

Install update 10.0.26100.4061

2025-05-14 21:06:29 UTC

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

2025-05-14 21:06:31 UTC

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

2025-05-14 21:06:33 UTC

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

2025-05-14 21:06:35 UTC

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

2025-05-14 21:07:21 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 21:07:24 UTC

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

Details
Created

2025-05-14 21:12:06 UTC

Size

2.18 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

a878026c12b1a606d02f5bbf3ed65aa780ee8272964b8f95d8348ffa2d6ca096

PYTHON_VERSION

3.14.0b1


Layers

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

[#001] sha256:9f99f0856d3665c6aeede32823351187cdab09d90cb8608ff70427d552ab356b - 34.72% (774 MB)

[#002] sha256:59e891cea8c7ad55e922eb2c207b3a3d400d78a85efc926b2830c5d35575ac4f - 0.0% (1.25 KB)

[#003] sha256:2bc7db674b2e4552863a4e045255b17b0715967dc4074e8176e1cb64195e37c4 - 0.0% (1.25 KB)

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

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

[#006] sha256:ec7582934996ed603566d9f2f1a6a9f313c27a7434a0c1f2f3337355ab959d06 - 2.73% (60.8 MB)

[#007] sha256:63a68d826ef9b870e321dd52459c4788d0406e23803e29dbdff91b60dad54aa4 - 0.0% (1.25 KB)


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

Apply image 10.0.20348.2700

2025-05-09 19:38:10 UTC

Install update 10.0.20348.3692

2025-05-14 21:11:15 UTC

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

2025-05-14 21:11:16 UTC

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

2025-05-14 21:11:17 UTC

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

2025-05-14 21:11:18 UTC

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

2025-05-14 21:12:05 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 21:12:06 UTC

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

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"]