Namespace
library
Image / Tag
python:3.8.0a4-windowsservercore-ltsc2016
Content Digest
sha256:906f7e11f93cde29c7381f6b2dbcc679f50fc47edcc01503f138b243c6c555ab
Details
Created

2019-05-22 14:02:32 UTC

Size

5.37 GB

Content Digest
Environment
PYTHON_PIP_VERSION

19.1.1

PYTHON_RELEASE

3.8.0

PYTHON_VERSION

3.8.0a4


Layers

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

[#001] sha256:953249f92c3ef08a99d71358fd672da16a7dcc44032ff3356502f31ec8a9c0bb - 28.27% (1.52 GB)

[#002] sha256:238abb146382d28000f03a82c40be99cbfac99a1480f9d23f8a6420cafc6b083 - 0.0% (1.18 KB)

[#003] sha256:d5753af7f110496fbd940f8ced100b119c77175bace021619d97f076d715bac4 - 0.0% (1.18 KB)

[#004] sha256:a415f801ddc4a457e74cdc6385c23501a4603486146989b7d7f337a3e9d5ec76 - 0.0% (1.19 KB)

[#005] sha256:a8b7078984d744f777ef4296cde8a0b98fada7120bccd05c9ecdd6ee8b66391f - 0.95% (52.3 MB)

[#006] sha256:537f5f5d51dfb3914c7f14c69f4a72e9fa6cfd1a09e6de8a84a302299746e2a3 - 0.0% (1.18 KB)

[#007] sha256:857ab374e475be6643c32510793db806af6cdf7edf48e3b337aae2048b3e5544 - 0.17% (9.55 MB)

[#008] sha256:8103d7248e16e1f2308aa874611c818cf2d20c40b021c842e9a68a3c0ce40167 - 0.0% (1.18 KB)


History
2016-11-22 23:24:34 UTC

Apply image 1607-RTM-amd64

2019-05-18 22:44:29 UTC

Install update ltsc2016-amd64

2019-05-22 12:40:21 UTC

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

2019-05-22 13:57:58 UTC

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

2019-05-22 13:58:00 UTC

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

2019-05-22 14:00:45 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.';

2019-05-22 14:00:47 UTC

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

2019-05-22 14:02:30 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Installing pip=={0} ...' -f $env:PYTHON_PIP_VERSION); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri 'https://bootstrap.pypa.io/get-pip.py' -OutFile 'get-pip.py'; 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.';

2019-05-22 14:02:32 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