Add note about some days not having releases

Issue #107
This commit is contained in:
Ian Lewis 2019-09-10 07:09:08 +00:00 committed by Fabricio Voznika
parent 741c9bb99a
commit b9b719dcb6
1 changed files with 8 additions and 3 deletions

View File

@ -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