From b4d6fede9883c7ed8253ea5497c8e247164423c1 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 9 Mar 2026 01:13:33 +1100 Subject: [PATCH] chore: use specific images for ci tests (#26) - kubetest contains required rpms - base contains uv/make Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/26 --- .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