Namespace
library
Image / Tag
hylang:1-python3.13-rc-windowsservercore-ltsc2022
Content Digest
sha256:60b8ca7453fe7e3806b8261ed57d42e34b6c16aebf6655d3fa6d3b35c45e5aeb
Details
Created

2024-10-01 22:59:37 UTC

Size

1.43 GB

Content Digest
Environment
HYRULE_VERSION

0.7.0

HY_VERSION

1.0.0

PYTHONIOENCODING

UTF-8

PYTHON_VERSION

3.13.0rc3


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 95.56% (1.36 GB)

[#001] sha256:ebaadc5946bbac25abdcce86776b0fb19a758450a1e9536aa2e47ba36b4523ea - 0.0% (1.25 KB)

[#002] sha256:3cb06c69e3396bf686136ea62e0710e1e8676641a9d3e8c0234adca0ee53da1e - 0.0% (1.25 KB)

[#003] sha256:d244217b09c58ff60ca1b6cc5ba3a28a2c46f3c6db012069de79b1391d2c85b7 - 0.0% (1.25 KB)

[#004] sha256:3c52842b7edbe2fd73c406348520551c2ae526524ca24091c236e0e59fe9329e - 3.86% (56.4 MB)

[#005] sha256:726b5e62ccf54d64298150aa38f3f497fa2561f65653e0626bcc747bcc7fe10e - 0.0% (1.25 KB)

[#006] sha256:cb29ad6f58adb9242810bf428c80ee11833a3d61198a7d656146c9f6ea7f3d22 - 0.0% (1.32 KB)

[#007] sha256:80e29a3c86a239d3feeb3f821671ff7d7696b20c696014cdc50f4a0dc32170b2 - 0.0% (1.24 KB)

[#008] sha256:725c587ea8c28ad34a3d515de6d7efd14a7de5eb1fc25d741202280da0ab25ab - 0.58% (8.41 MB)

[#009] sha256:8c5d39f9583b5b9e008a60bcc5bc4566486804ccc2d4158fad9d7102aa2f39d8 - 0.0% (1.25 KB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2024-10-01 22:21:04 UTC

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

2024-10-01 22:21:05 UTC

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

2024-10-01 22:21:05 UTC

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

2024-10-01 22:22:55 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 '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.'

2024-10-01 22:22:56 UTC

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

2024-10-01 22:58:29 UTC

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

2024-10-01 22:58:29 UTC

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

2024-10-01 22:59:36 UTC

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

2024-10-01 22:59:37 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