Update forgejo-runner images/tags

This commit is contained in:
Martin McCaffery 2026-02-17 11:38:55 +01:00
parent b0397830cd
commit f4cf412c20
No known key found for this signature in database
GPG key ID: 7C4D0F375BCEE533
2 changed files with 14 additions and 14 deletions

View file

@ -39,7 +39,7 @@ spec:
--token ${RUNNER_SECRET} \ --token ${RUNNER_SECRET} \
--name ${RUNNER_NAME} \ --name ${RUNNER_NAME} \
--instance ${FORGEJO_INSTANCE_URL} \ --instance ${FORGEJO_INSTANCE_URL} \
--labels docker:docker://node:20-bookworm,ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04,ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04 --labels docker:docker://node:24-bookworm,ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04,ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-24.04,ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:act-24.04
env: env:
- name: RUNNER_NAME - name: RUNNER_NAME
valueFrom: valueFrom:
@ -58,7 +58,7 @@ spec:
containers: containers:
- name: runner - name: runner
image: code.forgejo.org/forgejo/runner:6.4.0 image: code.forgejo.org/forgejo/runner:6.4.0
command: command:
- "sh" - "sh"
- "-c" - "-c"
- | - |

View file

@ -177,15 +177,15 @@ image:
fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:v11.0.3-edp1 fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:v11.0.3-edp1
forgejo: forgejo:
runner: # runner:
enabled: true # enabled: true
image: # image:
tag: latest # tag: latest
# replicas: 3 # # replicas: 3
config: # config:
runner: # runner:
labels: # labels:
- docker:docker://node:16-bullseye # - docker:docker://node:16-bullseye
- self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04 # - self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04
- ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04 # - ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04
- ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04 # - ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04