nxtgauge-gitops/apps/forgejo/runner-job-image.Dockerfile
Ashwin Kumar Sivakumar b2dbb9f8d4
Some checks failed
sync-to-forgejo / sync (push) Failing after 0s
chore(forgejo): use forgejo registry runner job image
2026-07-03 19:52:15 +05:30

15 lines
204 B
Docker

FROM ci.nxtgauge.com/admin/docker:27-dind
RUN apk add --no-cache \
bash \
curl \
git \
jq \
nodejs \
npm \
openssh-client \
python3 \
py3-pip \
tar
ENTRYPOINT []