chore: use specific images for ci tests (#26)
- kubetest contains required rpms - base contains uv/make Reviewed-on: #26
This commit was merged in pull request #26.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user