Namespace
library
Image / Tag
python:3.14.0a3-windowsservercore-ltsc2022
Content Digest
sha256:1a8d590ec1e93f4c6fe92a261ccb9970bde2f258afd6c65f81b142fa49b230d9
Details
Created

2024-12-18 20:29:21 UTC

Size

2.15 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

b5ba25a9973a5cff264e62024a50633ce87c58c3baaab298f1d47d47890d6fe7

PYTHON_VERSION

3.14.0a3


Layers

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

[#001] sha256:90641eccc9d7a78ab99d123ca3884acb8ffc002eb44bc5e68f261f0810d5202b - 34.22% (755 MB)

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

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

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

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

[#006] sha256:5f46a53d491b7bd048369e082a9ca75b27443e671b517cc88a1a70324667da1e - 2.57% (56.7 MB)

[#007] sha256:06d6d28d797a8215a3d2288e058359d0d826b7b99677d0e3aff012e74b8c9b56 - 0.0% (1.25 KB)


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

Apply image 10.0.20348.2700

2024-12-05 01:36:58 UTC

Install update 10.0.20348.2966

2024-12-18 20:27:17 UTC

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

2024-12-18 20:27:18 UTC

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

2024-12-18 20:27:18 UTC

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

2024-12-18 20:27:19 UTC

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

2024-12-18 20:29:20 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.'

2024-12-18 20:29:21 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