Namespace
library
Image / Tag
python:3.10.0-windowsservercore-ltsc2022
Content Digest
sha256:d9e8edc0b9107db56e5f9b9c24f8d7e0daeef488e21a036e51a609203e879c6b
Details
Created

2021-11-10 01:49:41 UTC

Size

2.08 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.10.0

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.10.0


Layers

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

[#001] sha256:a0eb404f1860fa8786ad09d1d9fe9fd580115f83cd38623bc4eb0c46abdaa0a3 - 41.67% (890 MB)

[#002] sha256:27ded59d7006d9d7bffa7c253cd04a900a5d6b0d47b84d0edd624d12fd64cdc9 - 0.0% (1.38 KB)

[#003] sha256:cf213104327874c948c49178d2338f922bb9443acdcbffa4029d62be119c81e1 - 0.0% (1.39 KB)

[#004] sha256:ca52a66fad468c35e8e57613129f242f8a964188ba7651ba3754a5bdabf3c5b2 - 0.0% (1.38 KB)

[#005] sha256:769231512d3a3ada8b3543ad5797f2654b18624a495ea626efe69b7b48db7cc7 - 0.0% (1.4 KB)

[#006] sha256:4a908f72fe94d9523532db20c8ddedee8d7b11753e0655ff541b5d190a9dfa96 - 2.11% (45.1 MB)

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

[#008] sha256:f18de59de717e0114f9d504db464b26ad08d021fb9ce29f186d5517e49991b1d - 0.0% (1.39 KB)

[#009] sha256:0defe7a27fb46ccfd3f4338e4fb02c27996899dec4a8fc148349fac22fca4e98 - 0.0% (1.38 KB)

[#010] sha256:d23a0e9b88462d13bf85e55a6ac620b5d76c4e0966543fae2c7c8f4a64851aec - 0.0% (1.34 KB)

[#011] sha256:aae23710171301184a371f3a54b32f66cfccc27f7d68dd796fcf54ccab16861e - 0.3% (6.39 MB)

[#012] sha256:6cec10fd03cc6d9c55b6b65ad5f4c1ce00db05cfd63b49886f1d7835f21c3eda - 0.0% (1.36 KB)


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

Apply image 2022-RTM-amd64

2021-11-03 08:36:33 UTC

Install update ltsc2022-amd64

2021-11-10 01:38:20 UTC

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

2021-11-10 01:38:21 UTC

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

2021-11-10 01:47:15 UTC

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

2021-11-10 01:47:16 UTC

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

2021-11-10 01:48:38 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.'

2021-11-10 01:48:39 UTC

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

2021-11-10 01:48:40 UTC

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

2021-11-10 01:48:41 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

2021-11-10 01:48:42 UTC

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

2021-11-10 01:49:40 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.'

2021-11-10 01:49:41 UTC

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