use alpine as image
This commit is contained in:
parent
647cd2b1f3
commit
e9b8a22daa
1 changed files with 2 additions and 1 deletions
|
@ -26,8 +26,9 @@ variables:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
lint:
|
lint:
|
||||||
image: docker.io/koalaman/shellcheck
|
image: alpine:3.19
|
||||||
commands:
|
commands:
|
||||||
|
- apk add -U shellcheck
|
||||||
- shellcheck *.sh
|
- shellcheck *.sh
|
||||||
|
|
||||||
# TODO: add test of fresh build kaniko
|
# TODO: add test of fresh build kaniko
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue