File tree Expand file tree Collapse file tree 27 files changed +27
-27
lines changed Expand file tree Collapse file tree 27 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN set -ex \
35
35
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
36
36
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
37
37
&& export GNUPGHOME="$(mktemp -d)" \
38
- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
38
+ && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" \
39
39
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
40
40
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
41
41
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN set -ex \
35
35
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
36
36
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
37
37
&& export GNUPGHOME="$(mktemp -d)" \
38
- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
38
+ && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" \
39
39
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
40
40
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
41
41
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -ex \
28
28
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
29
29
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
30
30
&& export GNUPGHOME="$(mktemp -d)" \
31
- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
31
+ && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" \
32
32
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
33
33
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
34
34
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN set -ex \
55
55
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
56
56
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
57
57
&& export GNUPGHOME="$(mktemp -d)" \
58
- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
58
+ && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" \
59
59
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
60
60
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
61
61
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN set -ex \
33
33
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
34
34
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
35
35
&& export GNUPGHOME="$(mktemp -d)" \
36
- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
36
+ && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" \
37
37
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
38
38
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
39
39
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN set -ex \
33
33
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
34
34
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
35
35
&& export GNUPGHOME="$(mktemp -d)" \
36
- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
36
+ && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" \
37
37
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
38
38
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
39
39
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN set -ex \
27
27
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
28
28
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
29
29
&& export GNUPGHOME="$(mktemp -d)" \
30
- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
30
+ && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" \
31
31
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
32
32
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
33
33
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN set -ex \
53
53
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
54
54
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
55
55
&& export GNUPGHOME="$(mktemp -d)" \
56
- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
56
+ && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" \
57
57
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
58
58
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
59
59
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN set -ex \
27
27
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
28
28
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
29
29
&& export GNUPGHOME="$(mktemp -d)" \
30
- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
30
+ && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" \
31
31
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
32
32
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
33
33
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN set -ex \
53
53
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
54
54
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
55
55
&& export GNUPGHOME="$(mktemp -d)" \
56
- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
56
+ && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY" \
57
57
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
58
58
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
59
59
&& rm -rf "$GNUPGHOME" python.tar.xz.asc \
You can’t perform that action at this time.
0 commit comments