Skip to content

Commit 0f35d83

Browse files
gaborgsomogyimbalassi
authored andcommitted
Modernize keyservers
1 parent 0b47a88 commit 0f35d83

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile-ubuntu.template

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ RUN set -ex; \
3030
wget -nv -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)"; \
3131
wget -nv -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc"; \
3232
export GNUPGHOME="$(mktemp -d)"; \
33-
for server in ha.pool.sks-keyservers.net $(shuf -e \
34-
hkp://p80.pool.sks-keyservers.net:80 \
33+
for server in hkps://keys.openpgp.org $(shuf -e \
3534
keyserver.ubuntu.com \
3635
hkp://keyserver.ubuntu.com:80 \
3736
pgp.mit.edu) ; do \
@@ -63,8 +62,7 @@ RUN set -ex; \
6362
if [ "$CHECK_GPG" = "true" ]; then \
6463
wget -nv -O flink.tgz.asc "$FLINK_ASC_URL"; \
6564
export GNUPGHOME="$(mktemp -d)"; \
66-
for server in ha.pool.sks-keyservers.net $(shuf -e \
67-
hkp://p80.pool.sks-keyservers.net:80 \
65+
for server in hkps://keys.openpgp.org $(shuf -e \
6866
keyserver.ubuntu.com \
6967
hkp://keyserver.ubuntu.com:80 \
7068
pgp.mit.edu) ; do \

0 commit comments

Comments
 (0)