chore: add debian-images var file for gitea runners
Some checks failed
Deploy / Prepare Build (push) Failing after 1m2s

This commit is contained in:
2025-09-11 20:18:31 +10:00
parent 74c81f873e
commit 9f6983c90a
3 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,3 @@
alpine_latest_image: "alpine:latest"
ubuntu_latest_image: "node:22-trixie"
debian_latest_image: "git.comprofix.com/mmckinnon/debian-latest:2025.08.31-093853"

View File

@ -39,4 +39,7 @@
GITEA_INSTANCE_URL: "https://git.comprofix.com" GITEA_INSTANCE_URL: "https://git.comprofix.com"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}" GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}"
GITEA_RUNNER_NAME: "homelab-runner" GITEA_RUNNER_NAME: "homelab-runner"
GITEA_RUNNER_LABELS: "alpine-latest:docker://alpine:latest,ubuntu-latest:docker://node:22-trixie,homelab-latest:docker://git.comprofix.com/mmckinnon/debian-latest:2025.08.31-093853" GITEA_RUNNER_LABELS: >
alpine-latest:docker://{{ alpine_latest_image }},
ubuntu-latest:docker://{{ ubuntu_latest_image }},
homelab-latest:docker://{{ debian_latest_image }}

View File

@ -94,7 +94,10 @@
GITEA_INSTANCE_URL: "https://git.comprofix.com" GITEA_INSTANCE_URL: "https://git.comprofix.com"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}" GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}"
GITEA_RUNNER_NAME: "gitea-runner" GITEA_RUNNER_NAME: "gitea-runner"
GITEA_RUNNER_LABELS: "alpine-latest:docker://alpine:latest,ubuntu-latest:docker://node:22-trixie,vps-latest:docker://git.comprofix.com/mmckinnon/debian-latest:2025.08.31-093853" GITEA_RUNNER_LABELS: >
alpine-latest:docker://{{ alpine_latest_image }},
ubuntu-latest:docker://{{ ubuntu_latest_image }},
vps-latest:docker://{{ debian_latest_image }}
- name: Create directories - name: Create directories
file: file: