This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new fad734e  Add gpg-agent to the containers
fad734e is described below

commit fad734ef027facd8beac64fa9eb2636a2c3d9c69
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Jun 18 19:30:49 2025 +0100

    Add gpg-agent to the containers
---
 Dockerfile.alpine | 1 +
 Dockerfile.ubuntu | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Dockerfile.alpine b/Dockerfile.alpine
index e2052a3..877d2f3 100644
--- a/Dockerfile.alpine
+++ b/Dockerfile.alpine
@@ -46,6 +46,7 @@ RUN apk update && \
       file \
       git \
       gpg \
+      gpg-agent \
       make \
       nix \
       openjdk8 \
diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu
index 90887f1..eda5e52 100644
--- a/Dockerfile.ubuntu
+++ b/Dockerfile.ubuntu
@@ -51,6 +51,7 @@ RUN apt-get update && \
       curl \
       git \
       gpg \
+      gpg-agent \
       make \
       openjdk-8-jdk \
       rsync \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to