File tree 7 files changed +21
-21
lines changed
7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
29
29
&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
30
30
&& export GNUPGHOME="$(mktemp -d)" \
31
- && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
31
+ && gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
32
32
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
33
33
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
34
34
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
@@ -64,8 +64,8 @@ RUN set -ex; \
64
64
# uid PostgreSQL Debian Repository
65
65
key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' ; \
66
66
export GNUPGHOME="$(mktemp -d)" ; \
67
- gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
- gpg --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
67
+ gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
+ gpg --batch -- export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
69
69
command -v gpgconf > /dev/null && gpgconf --kill all; \
70
70
rm -rf "$GNUPGHOME" ; \
71
71
apt-key list
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
29
29
&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
30
30
&& export GNUPGHOME="$(mktemp -d)" \
31
- && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
31
+ && gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
32
32
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
33
33
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
34
34
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
@@ -64,8 +64,8 @@ RUN set -ex; \
64
64
# uid PostgreSQL Debian Repository
65
65
key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' ; \
66
66
export GNUPGHOME="$(mktemp -d)" ; \
67
- gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
- gpg --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
67
+ gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
+ gpg --batch -- export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
69
69
command -v gpgconf > /dev/null && gpgconf --kill all; \
70
70
rm -rf "$GNUPGHOME" ; \
71
71
apt-key list
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
29
29
&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
30
30
&& export GNUPGHOME="$(mktemp -d)" \
31
- && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
31
+ && gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
32
32
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
33
33
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
34
34
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
@@ -64,8 +64,8 @@ RUN set -ex; \
64
64
# uid PostgreSQL Debian Repository
65
65
key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' ; \
66
66
export GNUPGHOME="$(mktemp -d)" ; \
67
- gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
- gpg --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
67
+ gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
+ gpg --batch -- export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
69
69
command -v gpgconf > /dev/null && gpgconf --kill all; \
70
70
rm -rf "$GNUPGHOME" ; \
71
71
apt-key list
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
29
29
&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
30
30
&& export GNUPGHOME="$(mktemp -d)" \
31
- && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
31
+ && gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
32
32
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
33
33
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
34
34
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
@@ -64,8 +64,8 @@ RUN set -ex; \
64
64
# uid PostgreSQL Debian Repository
65
65
key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' ; \
66
66
export GNUPGHOME="$(mktemp -d)" ; \
67
- gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
- gpg --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
67
+ gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
+ gpg --batch -- export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
69
69
command -v gpgconf > /dev/null && gpgconf --kill all; \
70
70
rm -rf "$GNUPGHOME" ; \
71
71
apt-key list
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
29
29
&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
30
30
&& export GNUPGHOME="$(mktemp -d)" \
31
- && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
31
+ && gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
32
32
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
33
33
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
34
34
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
@@ -64,8 +64,8 @@ RUN set -ex; \
64
64
# uid PostgreSQL Debian Repository
65
65
key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' ; \
66
66
export GNUPGHOME="$(mktemp -d)" ; \
67
- gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
- gpg --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
67
+ gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
+ gpg --batch -- export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
69
69
command -v gpgconf > /dev/null && gpgconf --kill all; \
70
70
rm -rf "$GNUPGHOME" ; \
71
71
apt-key list
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
29
29
&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
30
30
&& export GNUPGHOME="$(mktemp -d)" \
31
- && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
31
+ && gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
32
32
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
33
33
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
34
34
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
@@ -64,8 +64,8 @@ RUN set -ex; \
64
64
# uid PostgreSQL Debian Repository
65
65
key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' ; \
66
66
export GNUPGHOME="$(mktemp -d)" ; \
67
- gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
- gpg --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
67
+ gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
+ gpg --batch -- export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
69
69
command -v gpgconf > /dev/null && gpgconf --kill all; \
70
70
rm -rf "$GNUPGHOME" ; \
71
71
apt-key list
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -x \
28
28
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
29
29
&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
30
30
&& export GNUPGHOME="$(mktemp -d)" \
31
- && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
31
+ && gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
32
32
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
33
33
&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \
34
34
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
@@ -64,8 +64,8 @@ RUN set -ex; \
64
64
# uid PostgreSQL Debian Repository
65
65
key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' ; \
66
66
export GNUPGHOME="$(mktemp -d)" ; \
67
- gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
- gpg --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
67
+ gpg --batch -- keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
68
+ gpg --batch -- export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; \
69
69
command -v gpgconf > /dev/null && gpgconf --kill all; \
70
70
rm -rf "$GNUPGHOME" ; \
71
71
apt-key list
You can’t perform that action at this time.
0 commit comments