Switch from SKS to Ubuntu keyserver
See also https://github.com/docker-library/faq#openpgp--gnupg-keys-and-verification and https://github.com/tianon/pgp-happy-eyeballs
This commit is contained in:
parent
8508df9989
commit
6d68525ac4
|
|
@ -150,7 +150,7 @@ RUN set -eux; \
|
|||
# Christophe JAILLET <christophe.jaillet@wanadoo.fr>
|
||||
C55AB7B9139EB2263CD1AABC19B033D1760C227B \
|
||||
; do \
|
||||
gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
|
||||
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; \
|
||||
done; \
|
||||
gpg --batch --verify httpd.tar.bz2.asc httpd.tar.bz2; \
|
||||
command -v gpgconf && gpgconf --kill all || :; \
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ RUN set -eux; \
|
|||
# Christophe JAILLET <christophe.jaillet@wanadoo.fr>
|
||||
C55AB7B9139EB2263CD1AABC19B033D1760C227B \
|
||||
; do \
|
||||
gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
|
||||
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; \
|
||||
done; \
|
||||
gpg --batch --verify httpd.tar.bz2.asc httpd.tar.bz2; \
|
||||
command -v gpgconf && gpgconf --kill all || :; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue