[ https://issues.apache.org/jira/browse/GEODE-9403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17372291#comment-17372291 ]
ASF subversion and git services commented on GEODE-9403: -------------------------------------------------------- Commit b037f2f498c74ae88c408e9977235f33d6d4e77d in geode's branch refs/heads/develop from Owen Nichols [ https://gitbox.apache.org/repos/asf?p=geode.git;h=b037f2f ] GEODE-9403: use a better keyserver in Dockerfile (#6648) * sks-keyservers is going away, so use a better one * also patch this change into support branches upon their next release > Dockerfile uses an unreliable key server > ---------------------------------------- > > Key: GEODE-9403 > URL: https://issues.apache.org/jira/browse/GEODE-9403 > Project: Geode > Issue Type: Improvement > Components: release > Reporter: Owen Nichols > Priority: Major > Labels: pull-request-available > > This line in docker/Dockerfile stopped working for me: > `gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GEODE_GPG";` > I found that changing it to this works: > `gpg --keyserver [keyserver.ubuntu.com|http://keyserver.ubuntu.com/] > --recv-keys "$GEODE_GPG";` -- This message was sent by Atlassian Jira (v8.3.4#803005)