Namespace
library
Image / Tag
hylang:0.17-python3.6-windowsservercore-ltsc2016
Content Digest
sha256:c9ec273b2924e0994307fcdc9d5fa8ea3a4e1e7aa9d6d379952519f2f11f27c5
Details
Created

2019-06-12 18:32:59 UTC

Size

5.38 GB

Content Digest
Environment
HY_VERSION

0.17.0

PYTHON_PIP_VERSION

19.1.1

PYTHON_RELEASE

3.6.8

PYTHON_VERSION

3.6.8


Layers

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

[#001] sha256:b39d5d9be066f0f1bd27e6ca44acdf71d85b81b878665ee46215ddcb7ded74a0 - 28.4% (1.53 GB)

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

[#003] sha256:56b15a7aba34492304d4914c7183385367130dd6362d7a4d8c4138d28f31559f - 0.0% (1.15 KB)

[#004] sha256:489402c94ac77d7e9041ab80dbc8efa3df1e4ce311f297b6b154f5969ce7f0fd - 0.0% (1.13 KB)

[#005] sha256:bb09166109fedaafea6f4485dded8a550bcdd7d302d578ec4d593ccf4f66f3a7 - 0.84% (46.5 MB)

[#006] sha256:fb1bf8f265643573b63175b53cbf31aea5ee14b418bea489c7a0955a10232299 - 0.0% (1.16 KB)

[#007] sha256:d519daa4fbbbad6aa9da9d166af1150365aad0bc51e0f318bef0708e75b16462 - 0.18% (9.67 MB)

[#008] sha256:4d2f011a54bf6a751020e5210dd6587d942f048f40688bfe739e9c84902897da - 0.0% (1.18 KB)

[#009] sha256:3136018234196216b8929e387c5ee444fff2556d7275905a5507c654fb4f6d77 - 0.0% (1.13 KB)

[#010] sha256:23daa7ceb49357b34382aa8cbb64d03eb1c4f788a2ac84cf5f84ba7bbd3364d9 - 0.11% (5.82 MB)

[#011] sha256:360cad231a94287ec547b71b64ab34b7a31bd2687be8ec638487f7c1fbd57726 - 0.0% (1.12 KB)


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

Apply image 1607-RTM-amd64

2019-06-06 17:26:33 UTC

Install update ltsc2016-amd64

2019-06-12 12:41:01 UTC

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

2019-06-12 14:18:30 UTC

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

2019-06-12 14:18:31 UTC

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

2019-06-12 14:21:06 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-06-12 14:21:08 UTC

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

2019-06-12 14:22:50 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-06-12 14:22:52 UTC

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

2019-06-12 18:01:32 UTC

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

2019-06-12 18:32:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pip install --no-cache-dir ('hy == {0}' -f $env:HY_VERSION)

2019-06-12 18:32:59 UTC

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

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