chore(forgejo): use forgejo registry runner job image
Some checks failed
sync-to-forgejo / sync (push) Failing after 0s

This commit is contained in:
Ashwin Kumar Sivakumar 2026-07-03 19:51:37 +05:30
parent ebc31da19b
commit b2dbb9f8d4
2 changed files with 16 additions and 1 deletions

View file

@ -84,7 +84,7 @@ spec:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
- name: FORGEJO_RUNNER_LABELS - name: FORGEJO_RUNNER_LABELS
value: "self-hosted:docker://registry.nxtgauge.com/catthehacker-ubuntu:act-latest,linux:docker://registry.nxtgauge.com/catthehacker-ubuntu:act-latest,ubuntu-latest:docker://registry.nxtgauge.com/catthehacker-ubuntu:act-latest,ubuntu-22.04:docker://registry.nxtgauge.com/catthehacker-ubuntu:act-latest,ubuntu-24.04:docker://registry.nxtgauge.com/catthehacker-ubuntu:act-latest,debian-12:docker://registry.nxtgauge.com/catthehacker-ubuntu:act-latest,docker-ready:docker://registry.nxtgauge.com/catthehacker-ubuntu:act-latest" value: "self-hosted:docker://ci.nxtgauge.com/admin/forgejo-runner-job:bookworm,linux:docker://ci.nxtgauge.com/admin/forgejo-runner-job:bookworm,ubuntu-latest:docker://ci.nxtgauge.com/admin/forgejo-runner-job:bookworm,ubuntu-22.04:docker://ci.nxtgauge.com/admin/forgejo-runner-job:bookworm,ubuntu-24.04:docker://ci.nxtgauge.com/admin/forgejo-runner-job:bookworm,debian-12:docker://ci.nxtgauge.com/admin/forgejo-runner-job:bookworm,docker-ready:docker://ci.nxtgauge.com/admin/forgejo-runner-job:bookworm"
resources: resources:
requests: requests:
cpu: 200m cpu: 200m

View file

@ -0,0 +1,15 @@
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 []