Namespace
library
Image / Tag
python:3.14.0a1-windowsservercore
Content Digest
sha256:7c3f786314ee6ddbdc9350e1bb330b39f7abaa554b7af40fd27f06ce95494b57
Details
Created

2024-11-14 20:18:41 UTC

Size

2.15 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

c02e8f6f118bcfd216cddeeb7243203202be7ee8004d1465140195fbdac92e55

PYTHON_VERSION

3.14.0a1


Layers

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

[#001] sha256:5987a3191d90ca1e07fd03dae1963abcaa49ceabc649ec3bc43f2c96b55d0464 - 34.18% (754 MB)

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

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

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

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

[#006] sha256:574411089eaf98a41294c872e9b5573c82c9130dc62ff4686084b84f56b49299 - 2.57% (56.6 MB)

[#007] sha256:39748ddf449bd5ddec6eb31763584e19351a9d1fc4bb2135c11c116ea084f304 - 0.0% (1.25 KB)


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

Apply image 10.0.20348.2700

2024-11-02 23:52:43 UTC

Install update 10.0.20348.2849

2024-11-14 20:17:54 UTC

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

2024-11-14 20:17:55 UTC

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

2024-11-14 20:17:56 UTC

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

2024-11-14 20:17:56 UTC

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

2024-11-14 20:18:40 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-11-14 20:18:41 UTC

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

Details
Created

2024-11-14 20:10:34 UTC

Size

1.93 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_SHA256

c02e8f6f118bcfd216cddeeb7243203202be7ee8004d1465140195fbdac92e55

PYTHON_VERSION

3.14.0a1


Layers

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

[#001] sha256:fbe2e64e5397827206bfd4f203139650e099ad31c5fa0d7121c12acdbbd16650 - 14.04% (277 MB)

[#002] sha256:4cbd3ecb43690ae3e61b117f88f6fe5e59033b70dc5e64ad485b19e4c327f1ee - 0.0% (1.3 KB)

[#003] sha256:f20ec18fb9812ffda3ecbf3e660a05dd2a8f48f022dab5c834a4087e1b890783 - 0.0% (1.33 KB)

[#004] sha256:57f20b365736400a62bb4548d0f1ede0bed0b6ea17b16742e77a1ed87e9ba9f8 - 0.0% (1.32 KB)

[#005] sha256:8b3940444cd6e0fbf4451e1dea7880f1a5a7970bb54230a9672796e9f8ec8cf1 - 0.0% (1.29 KB)

[#006] sha256:ca4330a6ce28e50f66b3ab47f256409a30a61321511217759aa345481a6088c9 - 2.82% (55.5 MB)

[#007] sha256:188908c4398603043cd65ead44a48641c42439bfb4a8122965b3d0c33145f912 - 0.0% (1.32 KB)


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

Apply image 10.0.17763.6293

2024-11-01 11:38:40 UTC

Install update 10.0.17763.6532

2024-11-14 20:09:40 UTC

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

2024-11-14 20:09:41 UTC

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

2024-11-14 20:09:42 UTC

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

2024-11-14 20:09:42 UTC

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

2024-11-14 20:10:34 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-11-14 20:10:34 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