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

2018-05-24 09:20:14 UTC

Size

5.15 GB

Content Digest
Environment
PYTHON_PIP_VERSION

10.0.1

PYTHON_RELEASE

3.7.0

PYTHON_VERSION

3.7.0b4


Layers

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

[#001] sha256:ace98111594c5bc232640988045037489d2adc214b3a14e07a8a9e9d30442cef - 25.24% (1.3 GB)

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

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

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

[#005] sha256:153335973e94222f786b6fc14db39d4df624179f414e1cbf31e907e6306d8764 - 0.96% (50.6 MB)

[#006] sha256:53f61a5a65afc0cacb729f5d568c9fc1814a4d66e771461c57657d59226c95fb - 0.0% (1.17 KB)

[#007] sha256:258289e880ab0ef302e319be520cee5c37712b434329de31947dff6548580348 - 0.18% (9.31 MB)

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


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

Apply image 10.0.14393.0

2018-05-07 18:12:28 UTC

Install update 10.0.14393.2248

2018-05-10 09:39:25 UTC

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

2018-05-24 09:15:11 UTC

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

2018-05-24 09:15:12 UTC

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

2018-05-24 09:18:29 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-05-24 09:18:30 UTC

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

2018-05-24 09:20:13 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-05-24 09:20:14 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