Skip to content

Merge pull request #100 from reviewdog/depup/reviewdog #86

Merge pull request #100 from reviewdog/depup/reviewdog

Merge pull request #100 from reviewdog/depup/reviewdog #86

Triggered via push April 15, 2024 11:35
Status Success
Total duration 23s
Artifacts

release.yml

on: push
release
15s
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='' ... ).