Add multiple Dockerfiles for various Gitea runner profiles and update host vars

This commit is contained in:
2026-07-03 21:52:13 +02:00
parent c6f3b0f829
commit 9a9b36cac6
10 changed files with 27 additions and 75 deletions
@@ -0,0 +1,19 @@
FROM local/gitea-runner-base:latest
# go-build runner profile: dedicated Go build environment.
USER root
RUN apk add --no-cache \
bash \
ca-certificates \
curl \
git \
go \
jq \
make \
openssh-client \
python3 \
py3-pip \
rsync \
unzip \
yq \
zip