Use custom runner image with jq, kustomize, docker pre-installed
Build a runner-image based on node:20-bookworm with all CI tools baked in, avoiding apt-get install in every workflow run. Runner labels now point to gitea.coreworlds.io/lazorgurl/runner-image.
This commit is contained in:
@@ -27,7 +27,7 @@ spec:
|
||||
name: gitea-runner-token
|
||||
key: token
|
||||
- name: GITEA_RUNNER_LABELS
|
||||
value: "ubuntu-latest:docker://node:20-bookworm,linux/amd64:docker://node:20-bookworm,cluster:docker://node:20-bookworm"
|
||||
value: "ubuntu-latest:docker://gitea.coreworlds.io/lazorgurl/runner-image:latest,linux/amd64:docker://gitea.coreworlds.io/lazorgurl/runner-image:latest,cluster:docker://gitea.coreworlds.io/lazorgurl/runner-image:latest"
|
||||
- name: DOCKER_HOST
|
||||
value: tcp://localhost:2375
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user