diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md index 64d25358d..5b28c3001 100644 --- a/content/docs/includes/install_gvisor.md +++ b/content/docs/includes/install_gvisor.md @@ -2,11 +2,14 @@ The easiest way to get `runsc` is from the [latest nightly build][latest-nightly]. After you download the binary, check it against the SHA512 [checksum file][latest-hash]. -Older builds can also be found here: -`https://storage.googleapis.com/gvisor/releases/nightly/${yyyy-mm-dd}/runsc` +Older builds can also be found here (note that some days may not have releases +due to failing builds): + + `https://storage.googleapis.com/gvisor/releases/nightly/${yyyy-mm-dd}/runsc` With corresponding SHA512 checksums here: -`https://storage.googleapis.com/gvisor/releases/nightly/${yyyy-mm-dd}/runsc.sha512` + + `https://storage.googleapis.com/gvisor/releases/nightly/${yyyy-mm-dd}/runsc.sha512` **It is important to copy this binary to a location that is accessible to all users, and ensure it is executable by all users**, since `runsc` executes itself @@ -26,5 +29,7 @@ a good place to put the `runsc` binary. ``` [latest-nightly]: https://storage.googleapis.com/gvisor/releases/nightly/latest/runsc + [latest-hash]: https://storage.googleapis.com/gvisor/releases/nightly/latest/runsc.sha512 + [oci]: https://www.opencontainers.org