2025-07-23 22:05:35 UTC
2.18 GB
UTF-8
PYTHON_SHA256564059f73af7707db1a5b5614d86320eb662036331e37b5a2020b7960895900e
PYTHON_VERSION3.14.0rc1
[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 62.44% (1.36 GB)
[#001] sha256:b829944a73d1d8ad37eaa13c64bf9189b6895cc5b45b79bb3563fa325d94b6a7 - 34.95% (780 MB)
[#002] sha256:ca65407eed759747c151a87b9fac543d55182b7055ba5220d69aebd7b60dd188 - 0.0% (1.25 KB)
[#003] sha256:ca1e6e888591204cb3ad5ced14b0ac1b80bd2b7e196091f61e2b2d99116cfa81 - 0.0% (1.25 KB)
[#004] sha256:ba07a49b70422889f2e25d7516821025b228801055de5a87e7d4ba81de08d11a - 0.0% (1.28 KB)
[#005] sha256:36962f86f5c7ea65da73e6788bd606076bffe069dd45e59ba3db111e954e83f5 - 0.0% (1.25 KB)
[#006] sha256:ffda8b34a870725437a2d30c45133ea78d155ea356f229993cfb62cb7ce755ac - 2.61% (58.3 MB)
[#007] sha256:66c6151ae3a75ab46d6ef9027c0a188fc5c275da34fca015f9fe51c7cf8f7296 - 0.0% (1.25 KB)
Apply image 10.0.20348.2700
2025-07-05 05:31:06 UTCInstall update 10.0.20348.3932
2025-07-23 22:04:30 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2025-07-23 22:04:31 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHONIOENCODING=UTF-8
2025-07-23 22:04:32 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_VERSION=3.14.0rc1
2025-07-23 22:04:33 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_SHA256=564059f73af7707db1a5b5614d86320eb662036331e37b5a2020b7960895900e
2025-07-23 22:05:34 UTCpowershell -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-07-23 22:05:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["python"]
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.