Skip to content

Merge pull request #107 from reviewdog/depup/reviewdog #97

Merge pull request #107 from reviewdog/depup/reviewdog

Merge pull request #107 from reviewdog/depup/reviewdog #97

Triggered via push June 23, 2024 13:10
Status Success
Total duration 28s
Artifacts

release.yml

on: push
release
20s
release
release-check
0s
release-check
Fit to window
Zoom out
Zoom in

Annotations

6 warnings and 2 notices
[hadolint] testdata/Dockerfile#L3 <DL3015>(https://github.com/hadolint/hadolint/wiki/DL3015): testdata/Dockerfile#L3
Avoid additional packages by specifying `--no-install-recommends`
[hadolint] testdata/Dockerfile#L5 <DL3059>(https://github.com/hadolint/hadolint/wiki/DL3059): testdata/Dockerfile#L5
Multiple consecutive `RUN` instructions. Consider consolidation.
[hadolint] testdata/Dockerfile#L3 <DL3008>(https://github.com/hadolint/hadolint/wiki/DL3008): testdata/Dockerfile#L3
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
[hadolint] testdata/Dockerfile#L5 <SC1007>(https://github.com/koalaman/shellcheck/wiki/SC1007): testdata/Dockerfile#L5
Remove space after = if trying to assign a value (for empty string, use var='' ... ).