Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: Alexander Turenko <alexander.turenko@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH docker v1 4/5] Change keyserver to be easy accessed
Date: Mon, 13 Jan 2020 14:48:38 +0300	[thread overview]
Message-ID: <ff57857df8beefc15d13d4f14a85586f8982afcb.1578916023.git.avtikhon@tarantool.org> (raw)
In-Reply-To: <cover.1578916023.git.avtikhon@tarantool.org>
In-Reply-To: <cover.1578916023.git.avtikhon@tarantool.org>

Found that the previously used keysever link is not
full time available, also it's better to use opened
port 80 which is regulary opened istead of some other.
---
 dockerfiles/centos_7_1.x | 2 +-
 dockerfiles/centos_7_2.x | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dockerfiles/centos_7_1.x b/dockerfiles/centos_7_1.x
index 7405c79..0332fdd 100644
--- a/dockerfiles/centos_7_1.x
+++ b/dockerfiles/centos_7_1.x
@@ -239,7 +239,7 @@ RUN set -x \
 
 RUN set -x \
     && : "---------- gosu ----------" \
-    && gpg --keyserver pool.sks-keyservers.net --recv-keys \
+    && gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys \
        B42F6819007F00F88E364FD4036A9C25BF357DD4 \
     && curl -o /usr/local/bin/gosu -SL \
        "https://github.com/tianon/gosu/releases/download/1.2/gosu-amd64" \
diff --git a/dockerfiles/centos_7_2.x b/dockerfiles/centos_7_2.x
index 8871562..6d15579 100644
--- a/dockerfiles/centos_7_2.x
+++ b/dockerfiles/centos_7_2.x
@@ -198,7 +198,7 @@ RUN set -x \
 
 RUN set -x \
     && : "---------- gosu ----------" \
-    && gpg --keyserver pool.sks-keyservers.net --recv-keys \
+    && gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys \
        B42F6819007F00F88E364FD4036A9C25BF357DD4 \
     && curl -o /usr/local/bin/gosu -SL \
        "https://github.com/tianon/gosu/releases/download/1.2/gosu-amd64" \
-- 
2.17.1

      parent reply	other threads:[~2020-01-13 11:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13 11:48 [Tarantool-patches] [PATCH docker v1 0/4] Implement gitlab-ci testing and reorganize repository files structure Alexander V. Tikhonov
2020-01-13 11:48 ` [Tarantool-patches] [PATCH docker v1 1/5] Add into Gitlab-CI testing Alexander V. Tikhonov
2020-01-13 11:48 ` [Tarantool-patches] [PATCH docker v1 2/5] Merge files in repository Alexander V. Tikhonov
2020-01-13 11:48 ` [Tarantool-patches] [PATCH docker v1 3/5] Move tagged versions into master Alexander V. Tikhonov
2020-01-13 11:48 ` Alexander V. Tikhonov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ff57857df8beefc15d13d4f14a85586f8982afcb.1578916023.git.avtikhon@tarantool.org \
    --to=avtikhon@tarantool.org \
    --cc=alexander.turenko@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH docker v1 4/5] Change keyserver to be easy accessed' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox