Namespace
library
Image / Tag
hylang:1.3.0-python3.13-windowsservercore-ltsc2022
Content Digest
sha256:c46949541450273d1361c605d1a928861218f532d95a0b66eb9669e75f5829cd
Details
Created

2026-06-10 20:42:20 UTC

Size

2.05 GB

Content Digest
Environment
HYRULE_VERSION

1.1.0

HY_VERSION

1.3.0

PYTHONIOENCODING

UTF-8

PYTHON_SHA256

c54d9b9bbb8a36e6489363ddd01139707fd781d72f1f9e90c7ec65d0061368e0

PYTHON_VERSION

3.13.14


Layers

[#000] sha256:3cc21a1b754848d23f00aa65cb94ec34c9a5dc6028b3aada42039c824738d02f - 67.7% (1.39 GB)

[#001] sha256:6897a04901ec162be0eabd7eb636b5ac50d6e37c880f1db618610f2d777b1ce6 - 29.24% (613 MB)

[#002] sha256:abd9121b5774d0150ac1e22ec7200dd419a682811de66fff0c1551a900021c0b - 0.0% (1.26 KB)

[#003] sha256:c8f2988a55538f8646af3c9ac844870e89979bdbfb70874e76d597444e018b96 - 0.0% (1.3 KB)

[#004] sha256:bcc9bb4877a261753b58138c46916e52578e55612e507f70295aa73f0af2851a - 0.0% (1.29 KB)

[#005] sha256:2017db0420f1a487724fda71b7a95e287c7a8830ca5674f5d7c744eac45885ce - 0.0% (1.29 KB)

[#006] sha256:819cf2b0837170e1b8318560082e4013f6c75500555701dba208acba2159105e - 2.69% (56.4 MB)

[#007] sha256:96aa86529d472081a745d05d93cc570619fa02bf67202079f54999f3a4d2e04d - 0.0% (1.3 KB)

[#008] sha256:62ca1ebe794963cf2585202ab713e01de061ace57916dd9cd6f15e4777d1b2a0 - 0.0% (1.25 KB)

[#009] sha256:c4d2f264958e7457dde63824017c85f1d34e99caaa07292e572d47e76aa856e4 - 0.0% (1.28 KB)

[#010] sha256:89b056dee7d942be33f6c87fea71f76014b846e6988ac7f8c60971813502456a - 0.37% (7.86 MB)

[#011] sha256:7f03c5fdccc3b26ac8a1177166f576e505aa0c5912390a980888ff00d92667b1 - 0.0% (1.26 KB)


History
2025-10-09 07:51:18 UTC

Apply image 10.0.20348.4294

2026-06-07 06:43:23 UTC

Install update 10.0.20348.5256

2026-06-10 20:32:43 UTC

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

2026-06-10 20:37:28 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV PYTHONIOENCODING=UTF-8

2026-06-10 20:37:29 UTC

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

2026-06-10 20:37:29 UTC

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

2026-06-10 20:38:04 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f ($env:PYTHON_VERSION -replace '[a-z]+[0-9]*$', ''), $env:PYTHON_VERSION); Write-Host ('Downloading {0} ...' -f $url); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $url -OutFile 'python.exe'; Write-Host ('Verifying sha256 ({0}) ...' -f $env:PYTHON_SHA256); if ((Get-FileHash python.exe -Algorithm sha256).Hash -ne $env:PYTHON_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Installing ...'; $exitCode = (Start-Process python.exe -Wait -NoNewWindow -PassThru -ArgumentList @( '/quiet', 'InstallAllUsers=1', 'TargetDir=C:\Python', 'PrependPath=1', 'Shortcuts=0', 'Include_doc=0', 'Include_pip=1', 'Include_test=0' ) ).ExitCode; if ($exitCode -ne 0) { Write-Host ('Running python installer failed with exit code: {0}' -f $exitCode); Get-ChildItem $env:TEMP | Sort-Object -Descending -Property LastWriteTime | Select-Object -First 1 | Get-Content; exit $exitCode; } $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; Remove-Item $env:TEMP/Python*.log -Force; $env:PYTHONDONTWRITEBYTECODE = '1'; Write-Host 'Verifying pip install ...'; pip --version; Write-Host 'Complete.'

2026-06-10 20:38:04 UTC

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

2026-06-10 20:41:38 UTC

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

2026-06-10 20:41:38 UTC

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

2026-06-10 20:42:20 UTC

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

2026-06-10 20:42:20 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