From 5481bdae36a3fee626ce725cde5c7a97ac55c79d Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Thu, 9 Oct 2025 22:30:04 +1000 Subject: [PATCH] chore: update alpine-latest image link --- ansible/tasks/gitea-runner.yml | 2 +- opentofu/200-gtar.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/tasks/gitea-runner.yml b/ansible/tasks/gitea-runner.yml index 4b94229..b6c5474 100644 --- a/ansible/tasks/gitea-runner.yml +++ b/ansible/tasks/gitea-runner.yml @@ -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" \ No newline at end of file + 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" \ No newline at end of file diff --git a/opentofu/200-gtar.tf b/opentofu/200-gtar.tf index 8ee6643..60c8d19 100644 --- a/opentofu/200-gtar.tf +++ b/opentofu/200-gtar.tf @@ -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 {