Namespace
library
Image / Tag
hylang:1.3.1-python3.15-rc-windowsservercore-ltsc2025
Content Digest
sha256:d552ed3a5b6b029200634b61800ef1dce3b56082c873051dea211cda5cb0e95b
Details
Created

2026-08-05 17:24:20 UTC

Size

2.27 GB

Content Digest
Environment
HYRULE_VERSION

1.1.0

HY_VERSION

1.3.1

PYTHONIOENCODING

UTF-8

PYTHON_SHA256

be7efa348927146eec51e3f8fd8381a92882ff6e4275c7a2fe003624719e6e5e

PYTHON_VERSION

3.15.0rc1


Layers

[#000] sha256:0938cf51b672b81c9804d1d5f0c57031c931f41b279270e84820c63642d6a3bd - 62.53% (1.42 GB)

[#001] sha256:e24b28706e4e5f31fae7935e5a79e6df5d7a2eb3e69c8c19ca723f41f0b45f6f - 34.16% (793 MB)

[#002] sha256:1d20d1a3937c6d173c57f0aea3f9c741aba49d68d9b74430d77f04052ed536ed - 0.0% (1.25 KB)

[#003] sha256:ea4d056d0fd9488d8c505678a152a7e11f6d07f48a5dc1e3916502ab9368e7e5 - 0.0% (1.27 KB)

[#004] sha256:edf490bdc05b9642c9f652bf5733dfd0c401053dff95147c03ee20cdfb4f3c0b - 0.0% (1.26 KB)

[#005] sha256:60d80c17d30914c1e22d3c5a5f830d92dfb7474df3cefd12740337f683c7be92 - 0.0% (1.26 KB)

[#006] sha256:ac8fa67ff0257718bed17cc612d60993e19669a41a3c801a9c26fa373fbd122b - 2.97% (68.9 MB)

[#007] sha256:82f6320bea5b5051b82fe7e37ae09e7b0fd8398af382dcf6bf0df9e45ca90d73 - 0.0% (1.23 KB)

[#008] sha256:bc8df0962b3aa9a8a0781a635dc097277f60fcffc56f6fc4d7128f593ae1fdcd - 0.0% (1.28 KB)

[#009] sha256:d696996dba37e7f3b013f32a4ae0d23b8c18650ccaa0e00ce105a7e2fb435cf7 - 0.0% (1.23 KB)

[#010] sha256:b553f31f61e2e7d99d5af718dc36c4bf86171be9ea8083fe7dc2b20756b59068 - 0.35% (8.07 MB)

[#011] sha256:0c3ef6410dc2f326bb8b90c7ac599405fde4c0cc166c6b7d7090a056f6c0dbc7 - 0.0% (1.26 KB)


History
2026-01-11 09:57:36 UTC

Apply image 10.0.26100.32230

2026-07-11 23:02:35 UTC

Install update 10.0.26100.33158

2026-08-05 16:15:43 UTC

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

2026-08-05 16:15:44 UTC

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

2026-08-05 16:15:45 UTC

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

2026-08-05 16:15:46 UTC

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

2026-08-05 16:16:59 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-08-05 16:17:00 UTC

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

2026-08-05 17:22:59 UTC

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

2026-08-05 17:23:00 UTC

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

2026-08-05 17:24:19 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-08-05 17:24: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