From af6cc60a924ba22e108899e24bcda6290820a51f Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 9 Mar 2026 01:11:59 +1100 Subject: [PATCH] chore: use specific images for ci tests - kubetest contains required rpms - base contains uv/make --- .woodpecker/kubeconform.yaml | 3 +-- .woodpecker/pre-commit.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.woodpecker/kubeconform.yaml b/.woodpecker/kubeconform.yaml index 88fc8bc..56116fe 100644 --- a/.woodpecker/kubeconform.yaml +++ b/.woodpecker/kubeconform.yaml @@ -3,7 +3,6 @@ when: steps: - name: kubeconform - image: git.unkin.net/unkin/almalinux9-base:latest + image: git.unkin.net/unkin/almalinux9-kubetest:20260308 commands: - - dnf install make kustomize kubeconform helm -y - make kubeconform diff --git a/.woodpecker/pre-commit.yaml b/.woodpecker/pre-commit.yaml index bf6529f..75d1fca 100644 --- a/.woodpecker/pre-commit.yaml +++ b/.woodpecker/pre-commit.yaml @@ -3,7 +3,6 @@ when: steps: - name: pre-commit - image: git.unkin.net/unkin/almalinux9-base:latest + image: git.unkin.net/unkin/almalinux9-base:20260308 commands: - - dnf install uv make -y - uvx pre-commit run --all-files