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