Namespace
library
Image / Tag
python:3.10.0a2-windowsservercore-ltsc2016
Content Digest
sha256:1a15d3b0d6fc5fd925ffd462b0be5f695abf0557191beeb602fcb60f98f737de
Details
Created

2020-12-09 17:50:41 UTC

Size

5.44 GB

Content Digest
Environment
PYTHONIOENCODING

UTF-8

PYTHON_GET_PIP_SHA256

d48ae68f297cac54db17e4107b800faae0e5210131f9f386c30c0166bf8d81b7

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/91630a4867b1f93ba0a12aa81d0ec4ecc1e7eeb9/get-pip.py

PYTHON_PIP_VERSION

20.3.1

PYTHON_RELEASE

3.10.0

PYTHON_VERSION

3.10.0a2


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 69.65% (3.79 GB)

[#001] sha256:d2696dc2a40dc121fc5acaa02242817ac416c69d17c113e2ac5136d21a3942d8 - 29.07% (1.58 GB)

[#002] sha256:c6d005eb9e78ad42f77f3dad7e29d954e78f0547f9884fe024a71f4042412970 - 0.0% (1.16 KB)

[#003] sha256:a18db14afcdaf52f01f53af42090925b5c891dfe60bedf017c011f3a9f08413b - 0.0% (1.12 KB)

[#004] sha256:ee2aa535b3eda931e6f252610ad25820debac9e603c76de842ead2d0698ac16a - 0.0% (1.1 KB)

[#005] sha256:36e181fc5e3bed3ec03beaaec565d04405ef5a27ca26296318f1c336bdb9f4d6 - 0.0% (1.12 KB)

[#006] sha256:fb5626a4772dada164866800999c1c6e82913a9e3e27bc4fd037b5a21f3932ec - 1.01% (56.4 MB)

[#007] sha256:32ca1a977b37958e7401f7ced69b980cae4a594617189ac23727c989e8cf2c38 - 0.0% (1.14 KB)

[#008] sha256:dbff9490457c77d1b982ab7de9792c81adc6e92a39504cc97bf3c08df4dbe39a - 0.0% (1.1 KB)

[#009] sha256:74df5ff38cb1b7c5e4d395246fe64b66e2f2e8812c822241eb17994ce2a6e31d - 0.0% (1.13 KB)

[#010] sha256:791731bba28c04954963df29fdf8b1c148c9493e7abe5b0122ac99a7e3ec6f6f - 0.27% (14.9 MB)

[#011] sha256:798b7b32b6a332004b3fc92c960a6d64356eb3625d8405a0becc2f01932c8f07 - 0.0% (1.12 KB)


History
2016-11-19 17:05:00 UTC

Apply image 1607-RTM-amd64

2020-12-02 17:42:00 UTC

Install update ltsc2016-amd64

2020-12-09 13:34:44 UTC

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

2020-12-09 17:46:34 UTC

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

2020-12-09 17:46:35 UTC

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

2020-12-09 17:46:35 UTC

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

2020-12-09 17:48:55 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 ...'; Start-Process python.exe -Wait -ArgumentList @( '/quiet', 'InstallAllUsers=1', 'TargetDir=C:\Python', 'PrependPath=1', 'Shortcuts=0', 'Include_doc=0', 'Include_pip=0', 'Include_test=0' ); $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; Write-Host 'Complete.'

2020-12-09 17:48:57 UTC

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

2020-12-09 17:48:58 UTC

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

2020-12-09 17:48:59 UTC

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

2020-12-09 17:50: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) ; Remove-Item get-pip.py -Force; Write-Host 'Verifying pip install ...'; pip --version; Write-Host 'Complete.'

2020-12-09 17:50:41 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