This is an automated email from the ASF dual-hosted git repository. chia7712 pushed a commit to branch test_docker in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 9fe7cd13b3dc291729bab4e3952ea0e1648c93ad Author: Chia-Ping Tsai <[email protected]> AuthorDate: Mon Jan 12 23:29:00 2026 +0800 tmp --- docker/jvm/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/jvm/Dockerfile b/docker/jvm/Dockerfile index 1c7c95d4869..c6c39d8a186 100644 --- a/docker/jvm/Dockerfile +++ b/docker/jvm/Dockerfile @@ -41,6 +41,7 @@ RUN set -eux ; \ wget -nv -O KEYS https://downloads.apache.org/kafka/KEYS; \ gpg --import KEYS; \ gpg --batch --verify kafka.tgz.asc kafka.tgz; \ + gpgconf --kill gpg-agent || true; \ fi; \ mkdir opt/kafka; \ tar xfz kafka.tgz -C opt/kafka --strip-components 1; @@ -83,6 +84,7 @@ RUN mkdir opt/kafka; \ wget -nv -O KEYS https://downloads.apache.org/kafka/KEYS; \ gpg --import KEYS; \ gpg --batch --verify kafka.tgz.asc kafka.tgz; \ + gpgconf --kill gpg-agent || true; \ rm kafka.tgz kafka.tgz.asc KEYS; \ apk del wget gpg gpg-agent; \ else \
