Namespace
library
Image / Tag
hylang:python3.6-windowsservercore-1803
Content Digest
sha256:1ee9e069aa601d62657008a7ddcb0a6204e27a3befdd216f8fda76a3382232ce
Details
Created

2019-06-12 18:01:23 UTC

Size

2.2 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:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 70.24% (1.55 GB)

[#001] sha256:2de32ee3b543cb2d1e3b6dd5d2578256c4bde975bc92e959325ff83ae8ed617b - 27.45% (618 MB)

[#002] sha256:206778a210152eae038ff9a90449b1070a39e0fb0f5ae857ae539e996315adec - 0.0% (1.12 KB)

[#003] sha256:39169665915220a67dd1d41f662bd7f6b2772d6693479a5c809ba3e8ed2e17f8 - 0.0% (1.16 KB)

[#004] sha256:ffd52eaf3e67caba1678f3cf97a2722343c16f3374ea7eda6426907ae6f8262e - 0.0% (1.16 KB)

[#005] sha256:2ea5da428bbc86c392764fdf7cde505c2f0f87a69f5c5d6336eb71ad920f6d8b - 2.04% (46 MB)

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

[#007] sha256:48b7e3d478d4fcc6cb5398b1a1b723bf012fee303c17b4d5519d9011c5ad1dcc - 0.22% (4.95 MB)

[#008] sha256:9099ac55f5648de9a573e8d9f79f1d3878a57f1fa5482c527154b07ce633b347 - 0.0% (1.12 KB)

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

[#010] sha256:8a96c46f4d9d8edc4609e3475639578946da524925cd0eafd1a9880ee2091fb3 - 0.05% (1.11 MB)

[#011] sha256:5afee02fb242f9f3355618a974edaca85ca03ccb928cefa25d1396faa1aa79ae - 0.0% (1.13 KB)


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

Apply image 1803-RTM-amd64

2019-06-08 17:13:11 UTC

Install update 1803-amd64

2019-06-12 12:50:31 UTC

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

2019-06-12 14:22:59 UTC

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

2019-06-12 14:23:01 UTC

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

2019-06-12 14:25:14 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:25:15 UTC

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

2019-06-12 14:26:15 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:26:16 UTC

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

2019-06-12 18:00:38 UTC

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

2019-06-12 18:01:22 UTC

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

2019-06-12 18:01:23 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