Namespace
library
Image / Tag
python:3.11.0a3-windowsservercore-ltsc2022
Content Digest
sha256:0f92e9dc7848da14db9ea9e09cfa84ab4908bc8e4f8ca4d05d50fa747738ae3f
Details
Created

2022-01-11 19:02:59 UTC

Size

2.11 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_GET_PIP_SHA256

c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b5674309

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py

PYTHON_PIP_VERSION

21.2.4

PYTHON_RELEASE

3.11.0

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.11.0a3


Layers

[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 55.3% (1.17 GB)

[#001] sha256:9b593686e27e7562a5b0696823307ffa822214cee8bd2eec1075eadad4cb9712 - 42.24% (912 MB)

[#002] sha256:99e0b71ede60d3b2c5b9053bf27e47c0875590991eede49813d849cc660c7551 - 0.0% (1.29 KB)

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

[#004] sha256:5a3f1af65ae68a2ca5013b13d4d67d37c6552d3ce40b0f61e69bac89d8114f6c - 0.0% (1.27 KB)

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

[#006] sha256:71357d4b5a795762268b2fe28c43fcaafa3cd0b1554d4d161a87cc461f1c87da - 2.1% (45.4 MB)

[#007] sha256:f066769816dd0e539312325c6f9737b539535f395311d5c8a2f2be5530e3ce1f - 0.0% (1.38 KB)

[#008] sha256:e9ba5d96ab2b12dda864571b6edd94792ee5269752ccfc0d99e0990b073fedeb - 0.0% (1.37 KB)

[#009] sha256:e09266ce9c5ffa095686f040df159d6cd24f8384fabf55fd66fa035df92276c9 - 0.0% (1.39 KB)

[#010] sha256:e5129a62d0bd23d0b5db8a7f5ac5dbb962090736b1476be89b330d52905ec5db - 0.0% (1.4 KB)

[#011] sha256:422d008ab740e47a2825e0b06bc348f319828f865437c5043c03ab096b1f729c - 0.36% (7.82 MB)

[#012] sha256:2edd69ae15bd4f40cecc7eb7d923ad064df697f4d607a5a7089ee49d4eb01dc8 - 0.0% (1.36 KB)


History
2021-05-08 09:40:24 UTC

Apply image 2022-RTM-amd64

2022-01-06 03:56:33 UTC

Install update ltsc2022-amd64

2022-01-11 18:59:17 UTC

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

2022-01-11 18:59:18 UTC

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

2022-01-11 18:59:20 UTC

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

2022-01-11 18:59:21 UTC

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

2022-01-11 19:01:30 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); Write-Host ('Downloading {0} ...' -f $url); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $url -OutFile 'python.exe'; 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=0', '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; Write-Host 'Complete.'

2022-01-11 19:01:31 UTC

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

2022-01-11 19:01:32 UTC

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

2022-01-11 19:01:34 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py

2022-01-11 19:01:35 UTC

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

2022-01-11 19:02:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $env:PYTHON_GET_PIP_URL -OutFile 'get-pip.py'; Write-Host ('Verifying sha256 ({0}) ...' -f $env:PYTHON_GET_PIP_SHA256); if ((Get-FileHash 'get-pip.py' -Algorithm sha256).Hash -ne $env:PYTHON_GET_PIP_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); python get-pip.py --disable-pip-version-check --no-cache-dir ('pip=={0}' -f $env:PYTHON_PIP_VERSION) ('setuptools=={0}' -f $env:PYTHON_SETUPTOOLS_VERSION) ; Remove-Item get-pip.py -Force; Write-Host 'Verifying pip install ...'; pip --version; Write-Host 'Complete.'

2022-01-11 19:02:59 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