Temporarily remove apt instructions

The built repository is not working. This will be updated when the release file is being generated correctly.
This commit is contained in:
Adin Scannell 2019-10-23 22:59:45 -07:00 committed by Ian Lewis
parent cf240fdf73
commit 6b0f111d96
1 changed files with 23 additions and 1 deletions

View File

@ -13,9 +13,13 @@ release channels. You should pick the version you'd like to install. For
experimentation, the nightly release is recommended. For production use, the
latest release is recommended.
<!--
After selecting an appropriate release channel from the options below, proceed
to the preferred installation mechanism: manual or from an `apt` repository.
-->
### Nightly
Nightly releases are built most nights from the master branch, and are available
@ -29,18 +33,26 @@ Specific nightly releases can be found at:
Note that a release may not be available for every day.
<!--
To use a nightly release, use one of the above URLs for `URL` in the manual
instructions below. For `apt`, use `nightly` for `DIST` below.
-->
### Latest release
The latest official release is available at the following URL:
`https://storage.googleapis.com/gvisor/releases/release/latest`
<!--
To use the latest release, use the above URL for `URL` in the manual
instructions below. For `apt`, use `latest` for `DIST` below.
-->
### Specific release
A given release release is available at the following URL:
@ -49,21 +61,29 @@ A given release release is available at the following URL:
See the [releases][releases] page for information about specific releases.
<!--
This will include point updates for the release, if required. To use a specific
release, use the above URL for `URL` in the manual instructions below. For
`apt`, use `${yyyymmdd}` for `DIST` below.
-->
### Point release
A given point release is available at the following URL:
`https://storage.googleapis.com/gvisor/releases/release/${yyyymmdd}.${rc}`
<!--
Unlike the specific release above, which may include updates, this release will
not change. To use a specific point release, use the above URL for `URL` in the
manual instructions below. For apt, use `${yyyymmdd}.${rc}` for `DIST` below.
## Install from an `apt` repository
-->
<!-- Install from an `apt` repository
First, appropriate dependencies must be installed to allow `apt` to install
packages via https:
@ -118,6 +138,8 @@ sudo apt-get update && sudo apt-get install -y runsc
If you have Docker installed, it will be automatically configured.
-->
## Install manually
After selecting an appropriate `URL` above, you can download `runsc` directly