Namespace
library
Image / Tag
python:3.8.0a4-windowsservercore-1803
Content Digest
sha256:18d7d4316595a2511bf04ff2630162e3362e972ac29961917bc7f23a45ed44ef
Details
Created

2019-05-22 14:06:06 UTC

Size

2.2 GB

Content Digest
Environment
PYTHON_PIP_VERSION

19.1.1

PYTHON_RELEASE

3.8.0

PYTHON_VERSION

3.8.0a4


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 70.37% (1.55 GB)

[#001] sha256:efe507359c3c7c22852c567a5a9b6b88cbc668a5acaa89cc859086851c871ef1 - 27.29% (614 MB)

[#002] sha256:437e42e2c79862963e84efa4879b7522ff44416964747070df92412c08b9d147 - 0.0% (1.18 KB)

[#003] sha256:0cd645569a9dddbd21c38676b6dbc4894931ecd3f6a4ee0d6ff31ed21d3a2aa0 - 0.0% (1.17 KB)

[#004] sha256:cd6ab235e3a6d14d75f1aac43102d12a7fc350f09b09149494bb81aca8405380 - 0.0% (1.18 KB)

[#005] sha256:f976b5a592eb4ab360c3318c972e8a19c0973616af5ca333d9afe7f9a2d05d6c - 2.12% (47.6 MB)

[#006] sha256:5bdead26b09759f40af31a0c82b8b60a17d503c79fb7e477882db0f05a66f290 - 0.0% (1.18 KB)

[#007] sha256:9f6d135675433b88f0313f20efdf87521d3c2dbf1453f50a660cbf237f41cc9d - 0.22% (4.93 MB)

[#008] sha256:81e12f75121d4a1a7eee98abefdcfa482ed5758c79203338f2a480b5a5f36bd6 - 0.0% (1.17 KB)


History
2018-04-12 09:20:54 UTC

Apply image 1803-RTM-amd64

2019-05-18 18:41:13 UTC

Install update 1803-amd64

2019-05-22 12:50:01 UTC

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

2019-05-22 14:02:42 UTC

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

2019-05-22 14:02:43 UTC

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

2019-05-22 14:05:01 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:05:03 UTC

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

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