Skip to content

Pull Request: 2024/7/17 6:32pm #342

Pull Request: 2024/7/17 6:32pm

Pull Request: 2024/7/17 6:32pm #342

Triggered via pull request July 18, 2024 07:37
Status Failure
Total duration 27s
Artifacts

test.yml

on: pull_request
Test  /  shellcheck
17s
Test / shellcheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Test / shellcheck: Dockerfile#L9
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Test / shellcheck: Dockerfile#L10
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
Test / shellcheck: Dockerfile#L10
SC2196 info: egrep is non-standard and deprecated. Use grep -E instead.