yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/gvisor/release-20250217.0
vault / gvisor / release-20250217.0

gvisor @ release-20250217.0

integrity

size
19.1 MiB
downloaded
last checked
detected
raw version: universal archives only
source https://github.com/google/gvisor · available · github

download

unix · zip
curl -fL -o release-20250217.0.zip https://ratatoskr.space/pkg/gvisor/release-20250217.0.zip
                    printf '%s  %s\n' 'a96fa02ba07949f26864f45e3338b96956b60e1126c68085e41a370853f70d0e' 'release-20250217.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gvisor/release-20250217.0.zip"
$out = "release-20250217.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a96fa02ba07949f26864f45e3338b96956b60e1126c68085e41a370853f70d0e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20250217.0.tar.gz https://ratatoskr.space/pkg/gvisor/release-20250217.0.tar.gz
                    printf '%s  %s\n' 'c046b2aa2eb9f3f6b5d87e408bb99000b85d888b7a4d9602dc780ae46529d09b' 'release-20250217.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gvisor/release-20250217.0.tar.gz"
$out = "release-20250217.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c046b2aa2eb9f3f6b5d87e408bb99000b85d888b7a4d9602dc780ae46529d09b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o release-20250217.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20250217.0.zip
                    printf '%s  %s\n' 'a96fa02ba07949f26864f45e3338b96956b60e1126c68085e41a370853f70d0e' 'release-20250217.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20250217.0.zip"
$out = "release-20250217.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a96fa02ba07949f26864f45e3338b96956b60e1126c68085e41a370853f70d0e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o release-20250217.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20250217.0.tar.gz
                    printf '%s  %s\n' 'c046b2aa2eb9f3f6b5d87e408bb99000b85d888b7a4d9602dc780ae46529d09b' 'release-20250217.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20250217.0.tar.gz"
$out = "release-20250217.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c046b2aa2eb9f3f6b5d87e408bb99000b85d888b7a4d9602dc780ae46529d09b") { throw "sha256 mismatch" }
artifact format size hashes
release-20250217.0.zip zip 19.1 MiB
blake3-24 0518956d9d2ce44b4fffeb5d322d2b86a1b53731d5065b42
sha256 a96fa02ba07949f26864f45e3338b96956b60e1126c68085e41a370853f70d0e
sha1 ea466dd36cbde54bd0fef3032f3d830caaba4f50
release-20250217.0.tar.gz tar.gz 16.7 MiB
blake3-24 5a34a6aad5213717e2c9f7b1de455754a7be3c0ecc2cd925
sha256 c046b2aa2eb9f3f6b5d87e408bb99000b85d888b7a4d9602dc780ae46529d09b
sha1 675f3ed02e4b3009946543865ea10d0ff00db114

install

bazel
http_archive(
    name = "gvisor",
    urls = ["https://ratatoskr.space/pkg/gvisor/release-20250217.0.tar.gz"],
    integrity = "sha256-wEayqi658/a12H5Ai7mQALhdiIt6TZYC3HgK5GUp0Js=",
    strip_prefix = "gvisor-release-20250217.0",
)
zig
.url = "https://ratatoskr.space/pkg/gvisor/release-20250217.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "gvisor",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20250217.0.tar.gz"],
    integrity = "sha256-wEayqi658/a12H5Ai7mQALhdiIt6TZYC3HgK5GUp0Js=",
    strip_prefix = "gvisor-release-20250217.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gvisor/release-20250217.0.tar.gz",
← release-20250224.0release-20250210.0 →