From b9b719dcb6acde3b58e983b27bf34ad591bae16b Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Tue, 10 Sep 2019 07:09:08 +0000 Subject: [PATCH] Add note about some days not having releases Issue #107 --- content/docs/includes/install_gvisor.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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