Namespace
library
Image / Tag
hylang:python3.13-rc-windowsservercore-1809
Content Digest
sha256:00e6670afdd571a89329013427266dab05d825e93b256fdcda18f3c289a6dbae
Details
Created

2024-10-01 22:59:47 UTC

Size

1.66 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:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 96.37% (1.6 GB)

[#001] sha256:af3ca900b846e829f866079d36547ea6d6110544579b2f48b92cbc6b85466eba - 0.0% (1.3 KB)

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

[#003] sha256:7273a1e38c751808214d6df18e9c62e2df49c0d501e9bf25178357965e85fdf8 - 0.0% (1.26 KB)

[#004] sha256:90954bd7e360916614e842c5edad95a9451516f30676cf8d6558f886cb55782f - 3.22% (54.8 MB)

[#005] sha256:041ae8ab6cf039f0071a768a3a027afe82474d6a5aee141e36001c58249d652e - 0.0% (1.26 KB)

[#006] sha256:857a230be2b02ae778515b2e2447e1f7280af38aad1facf1ca1bc41dc4392d82 - 0.0% (1.3 KB)

[#007] sha256:75cb99a0026e9aa0da8877cd34fb455c283286db512a721cd052de3edb68bbf4 - 0.0% (1.26 KB)

[#008] sha256:901d78499eec5b60ce9aaa72222ab97114e444e728cf6dfaee926331bf8729c1 - 0.41% (6.97 MB)

[#009] sha256:10be92062b4529baf5a3f3b9e23cfb21476980b68c6c7b6ad59099d30bd671b1 - 0.0% (1.34 KB)


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2024-10-01 22:21:05 UTC

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

2024-10-01 22:21:07 UTC

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

2024-10-01 22:21:08 UTC

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

2024-10-01 22:23:27 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:23:27 UTC

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

2024-10-01 22:58:43 UTC

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

2024-10-01 22:58:44 UTC

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

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