Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List other keyservers to try for cs-engine install #2033

Merged
merged 2 commits into from
Mar 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions cs-engine/1.12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ to update its RHEL kernel.
$ sudo rpm --import "https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e"
```

> **Note**: If the key server above does not respond, you can try one of these:
>
> - pgp.mit.edu
> - keyserver.ubuntu.com

2. Install yum-utils if necessary:

```bash
Expand Down Expand Up @@ -148,6 +153,10 @@ to update its RHEL kernel.
$ curl -fsSL 'https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e' | sudo apt-key add -
```

Note: if the key server above does not respond, you can try one of these:
- pgp.mit.edu
- keyserver.ubuntu.com

3. Add the repository. In the command below, the `lsb_release -cs` sub-command
returns the name of your Ubuntu version, like `xenial` or `trusty`.

Expand Down Expand Up @@ -224,6 +233,10 @@ to update its RHEL kernel.
This adds the repository of the latest version of CS Docker Engine. You can
customize the URL to install an older version.

Note: if the key server above does not respond, you can try one of these:
- pgp.mit.edu
- keyserver.ubuntu.com

3. Install CS Docker Engine.

- **Latest version**:
Expand Down
8 changes: 8 additions & 0 deletions cs-engine/1.12/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ Use these instructions to upgrade YUM-based systems.
$ sudo rpm --import "https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e"
```

Note: if the key server above does not respond, you can try one of these:
- pgp.mit.edu
- keyserver.ubuntu.com

3. Install yum-utils if necessary:

```bash
Expand Down Expand Up @@ -225,6 +229,10 @@ Use these instructions to update APT-based systems.
$ curl -s 'https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e' | sudo apt-key add --import
```

Note: if the key server above does not respond, you can try one of these:
- pgp.mit.edu
- keyserver.ubuntu.com

3. Install the HTTPS helper for apt (your system may already have it):

```bash
Expand Down
12 changes: 12 additions & 0 deletions cs-engine/1.13/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ to update its RHEL kernel.
$ sudo rpm --import "https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e"
```

Note: if the key server above does not respond, you can try one of these:
- pgp.mit.edu
- keyserver.ubuntu.com

2. Install yum-utils if necessary:

```bash
Expand Down Expand Up @@ -151,6 +155,10 @@ to update its RHEL kernel.
$ curl -fsSL 'https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e' | sudo apt-key add -
```

Note: if the key server above does not respond, you can try one of these:
- pgp.mit.edu
- keyserver.ubuntu.com

3. Add the repository. In the command below, the `lsb_release -cs` sub-command
returns the name of your Ubuntu version, like `xenial` or `trusty`.

Expand Down Expand Up @@ -227,6 +235,10 @@ to update its RHEL kernel.
This adds the repository of the latest version of CS Docker Engine. You can
customize the URL to install an older version.

Note: if the key server above does not respond, you can try one of these:
- pgp.mit.edu
- keyserver.ubuntu.com

3. Install CS Docker Engine.

- **Latest version**:
Expand Down
8 changes: 8 additions & 0 deletions cs-engine/1.13/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ Use these instructions to upgrade YUM-based systems.
$ sudo rpm --import "https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e"
```

Note: if the key server above does not respond, you can try one of these:
- pgp.mit.edu
- keyserver.ubuntu.com

3. Install yum-utils if necessary:

```bash
Expand Down Expand Up @@ -220,6 +224,10 @@ Use these instructions to update APT-based systems.
$ curl -s 'https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e' | sudo apt-key add --import
```

Note: if the key server above does not respond, you can try one of these:
- pgp.mit.edu
- keyserver.ubuntu.com

3. Install the HTTPS helper for apt (your system may already have it):

```bash
Expand Down