Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.rocky8
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ ARG TINI_GPG_KEY=0527A9B7
#ADD --checksum=${TINI_CHECKSUM} https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys ${TINI_GPG_KEY} \
RUN gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ${TINI_GPG_KEY} \
&& if ! gpg --verify /tini.asc /tini ; then \
echo "FATAL: failed to verify tini binary"; \
exit 1 ; \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rocky9
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@ ARG TINI_GPG_KEY=0527A9B7
#ADD --checksum=${TINI_CHECKSUM} https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys ${TINI_GPG_KEY} \
RUN gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ${TINI_GPG_KEY} \
&& if ! gpg --verify /tini.asc /tini ; then \
echo "FATAL: failed to verify tini binary"; \
exit 1 ; \
Expand Down
Loading