1.10.8-windowsservercore
sha256:e10d0d02a66fe615e86959d560acbd0a87159fe6a7c4866135ac7c3c6b8846a5
OS/ARCH
Compressed size
2.17 GB
Last pushed
9 days by doijanky
Type
Image
Vulnerabilities
Not scanned
Manifest digest
sha256:9e3801b456c24260294efa77599c44818954fa48ec8a4a6f54bb5bbf57fc538a
0
Apply image 10.0.17763.6293
1.72 GB
1
Install update 10.0.17763.6893
416.64 MB
2
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
1.3 KB
3
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JULIA_VERSION=1.10.8
1.3 KB
4
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JULIA_URL=https://julialang-s3.julialang.org/bin/winnt/x64/1.10/julia-1.10.8-win64.exe
1.3 KB
5
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JULIA_SHA256=79d0cb8d6d4c36f1cab5c62a59232f6d54d5c7809fb981396bd88906d3e1b511
1.3 KB
6
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading {0} ...' -f $env:JULIA_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $env:JULIA_URL -OutFile 'julia.exe'; Write-Host ('Verifying sha256 ({0}) ...' -f $env:JULIA_SHA256); if ((Get-FileHash julia.exe -Algorithm sha256).Hash -ne $env:JULIA_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Installing ...'; Start-Process -Wait -NoNewWindow -FilePath '.\julia.exe' -ArgumentList @( '/SILENT', '/DIR=C:\julia' ); Write-Host 'Removing ...'; Remove-Item julia.exe -Force; Write-Host 'Updating PATH ...'; $env:PATH = 'C:\julia\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ("julia --version") ...'; julia --version; Write-Host 'Complete.'
188.6 MB
7
powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["julia"]
1.3 KB