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:
|
steps:
|
||||||
- name: kubeconform
|
- name: kubeconform
|
||||||
image: git.unkin.net/unkin/almalinux9-base:latest
|
image: git.unkin.net/unkin/almalinux9-kubetest:20260308
|
||||||
commands:
|
commands:
|
||||||
- dnf install make kustomize kubeconform helm -y
|
|
||||||
- make kubeconform
|
- make kubeconform
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: pre-commit
|
- name: pre-commit
|
||||||
image: git.unkin.net/unkin/almalinux9-base:latest
|
image: git.unkin.net/unkin/almalinux9-base:20260308
|
||||||
commands:
|
commands:
|
||||||
- dnf install uv make -y
|
|
||||||
- uvx pre-commit run --all-files
|
- uvx pre-commit run --all-files
|
||||||
|
|||||||
Reference in New Issue
Block a user