summaryrefslogtreecommitdiffhomepage
path: root/content/docs
diff options
context:
space:
mode:
authorIan Lewis <ianmlewis@gmail.com>2019-09-10 07:09:08 +0000
committerFabricio Voznika <fvoznika@gmail.com>2019-09-10 12:13:54 -0700
commitb9b719dcb6acde3b58e983b27bf34ad591bae16b (patch)
treed89d4eed321778fde92ca7fd3949e5e8d3ac8caf /content/docs
parent741c9bb99a48d597dd714543c2c7008d4005cc11 (diff)
Add note about some days not having releases
Issue #107
Diffstat (limited to 'content/docs')
-rw-r--r--content/docs/includes/install_gvisor.md11
1 files 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