1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-25 22:47:24 +00:00

Initial support for auto signing via gnupg

This commit is contained in:
Johannes Zellner
2022-11-08 16:30:14 +01:00
parent 166dac9b12
commit 32eebcff8f
3 changed files with 4 additions and 3 deletions

View File

@@ -16,6 +16,9 @@ RUN passwd -d git
RUN mkdir -p /home/git/gitea
WORKDIR /home/git
# for autosign feature
ENV GNUPGHOME="/app/data/gnupg"
ARG VERSION=1.17.3
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \