From d105d415bd41c157a09aecd1eb32f86c16fb6c8b Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Wed, 1 Mar 2017 17:49:04 -0500 Subject: [PATCH] List other keyservers to try for cs-engine install (#2033) * List other keyservers to try for cs-engine install Sometimes ha.pool.sks-keyservers.net goes down, so let's provide some other keyservers to try in such cases. Signed-off-by: Brian Goff --- cs-engine/1.12/index.md | 13 +++++++++++++ cs-engine/1.12/upgrade.md | 8 ++++++++ cs-engine/1.13/index.md | 12 ++++++++++++ cs-engine/1.13/upgrade.md | 8 ++++++++ 4 files changed, 41 insertions(+) diff --git a/cs-engine/1.12/index.md b/cs-engine/1.12/index.md index da4965f1e5..e96ea8880e 100644 --- a/cs-engine/1.12/index.md +++ b/cs-engine/1.12/index.md @@ -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 @@ -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`. @@ -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**: diff --git a/cs-engine/1.12/upgrade.md b/cs-engine/1.12/upgrade.md index fbdb29b31a..a1025da4e4 100644 --- a/cs-engine/1.12/upgrade.md +++ b/cs-engine/1.12/upgrade.md @@ -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 @@ -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 diff --git a/cs-engine/1.13/index.md b/cs-engine/1.13/index.md index 2a7f50efed..8e96a810ea 100644 --- a/cs-engine/1.13/index.md +++ b/cs-engine/1.13/index.md @@ -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 @@ -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`. @@ -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**: diff --git a/cs-engine/1.13/upgrade.md b/cs-engine/1.13/upgrade.md index ac55e3abc4..9153f17770 100644 --- a/cs-engine/1.13/upgrade.md +++ b/cs-engine/1.13/upgrade.md @@ -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 @@ -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