chore: update alpine-latest image link

This commit is contained in:
2025-10-09 22:30:04 +10:00
parent 9ff01a0f4e
commit 5481bdae36
2 changed files with 3 additions and 3 deletions

View File

@@ -41,4 +41,4 @@
GITEA_INSTANCE_URL: "https://git.comprofix.com"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ GITEA_RUNNER_TOKEN }}"
GITEA_RUNNER_NAME: "gtar-runner"
GITEA_RUNNER_LABELS: "alpine-latest:docker://alpine:latest,ubuntu-latest:docker://node:22-trixie,gtar-latest:docker://git.comprofix.com/mmckinnon/debian-latest:latest"
GITEA_RUNNER_LABELS: "alpine-latest:docker://git.comprofix.com/mmckinnon/alpine-runner:latest,ubuntu-latest:docker://node:22-trixie,gtar-latest:docker://git.comprofix.com/mmckinnon/debian-latest:latest"

View File

@@ -18,12 +18,12 @@ resource "proxmox_lxc" "gtar" {
${var.ssh_key}
EOF
memory = "4096"
memory = "8192"
swap = "512"
rootfs {
storage = "local"
size = "8G"
size = "20G"
}
features {