mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Per the description (https://hub.docker.com/r/koalaman/shellcheck-alpine), one should prefer the main image as it is a statically compiled binary.
@@ -2,7 +2,7 @@ Simple test job for GitLab (analyse testScript.sh):
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
test:
|
test:
|
||||||
image: koalaman/shellcheck-alpine:latest
|
image: koalaman/shellcheck:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- shellcheck testScript.sh
|
- shellcheck testScript.sh
|
||||||
|
Reference in New Issue
Block a user