Namespace
library
Image / Tag
python:3.7.0b3-windowsservercore-ltsc2016
Content Digest
sha256:ba8166495083cd3cc96b11e3f47b2565cbb28fcbb3d07fcbfb53baeb9377164f
Details
Created

2018-04-27 09:32:24 UTC

Size

5.08 GB

Content Digest
Environment
PYTHON_PIP_VERSION

10.0.1

PYTHON_RELEASE

3.7.0

PYTHON_VERSION

3.7.0b3


Layers

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

[#001] sha256:8f3369c32b2e3183340664c2bd4babb9c71cedc116fba70fda326df3ef9e48cc - 24.27% (1.23 GB)

[#002] sha256:a34e69c38a84789216f85ca14f1cd2fd80f3bf47f351a2a3130f2b3241a8db39 - 0.0% (1.17 KB)

[#003] sha256:18aa6f03a1b48ce0a7e777f254668d6701bbae8133196073cc76758059c7aa92 - 0.0% (1.17 KB)

[#004] sha256:a90e1721c119d17362f9afde38fe3aa6a9b860f5eb655c9d52c88edcef32f839 - 0.0% (1.17 KB)

[#005] sha256:2b764b247644327d4414e01957efffb7f907706e4c7afbe59adecea9847f538f - 0.97% (50.4 MB)

[#006] sha256:b44bc5045820eefbfdc00e2aaf3d95f350556e38e5beaf82ca05609522125327 - 0.0% (1.15 KB)

[#007] sha256:75cb43cdb6872b5152d1e6f7999bb13c81115cc23679656a2668dfc2573a28b5 - 0.18% (9.31 MB)

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


History
2016-12-13 10:53:31 UTC

Apply image 10.0.14393.0

2018-04-06 21:38:52 UTC

Install update 10.0.14393.2189

2018-04-27 09:14:07 UTC

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

2018-04-27 09:28:25 UTC

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

2018-04-27 09:28:25 UTC

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

2018-04-27 09:30:58 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.';

2018-04-27 09:30:59 UTC

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

2018-04-27 09:32:23 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.';

2018-04-27 09:32:24 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