Skip to content

Commit 8cc6f86

Browse files
author
Bjarke
committed
Added port on hkp to get key
1 parent 2e66e44 commit 8cc6f86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.rocky8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ ARG TINI_GPG_KEY=0527A9B7
17321732
#ADD --checksum=${TINI_CHECKSUM} https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
17331733
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
17341734
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
1735-
RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys ${TINI_GPG_KEY} \
1735+
RUN gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ${TINI_GPG_KEY} \
17361736
&& if ! gpg --verify /tini.asc /tini ; then \
17371737
echo "FATAL: failed to verify tini binary"; \
17381738
exit 1 ; \

Dockerfile.rocky9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,7 @@ ARG TINI_GPG_KEY=0527A9B7
16191619
#ADD --checksum=${TINI_CHECKSUM} https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
16201620
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
16211621
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
1622-
RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys ${TINI_GPG_KEY} \
1622+
RUN gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ${TINI_GPG_KEY} \
16231623
&& if ! gpg --verify /tini.asc /tini ; then \
16241624
echo "FATAL: failed to verify tini binary"; \
16251625
exit 1 ; \

0 commit comments

Comments
 (0)