reviewdog [hadolint] report
reported by reviewdog 🐶
Findings (1)
dockerfiles/Dockerfile.windows|58 col 1| Use WORKDIR to switch to a directory
Filtered Findings (18)
lib/nghttp2/Dockerfile.android|16 col 1| MAINTAINER is deprecated
lib/nghttp2/Dockerfile.android|32 col 1| Pin versions in apt get install. Instead of apt-get install <package>
use apt-get install <package>=<version>
lib/nghttp2/Dockerfile.android|32 col 1| Avoid additional packages by specifying --no-install-recommends
lib/nghttp2/Dockerfile.android|57 col 1| Double quote to prevent globbing and word splitting.
lib/nghttp2/Dockerfile.android|67 col 1| Use $(...) notation instead of legacy backticks ...
.
lib/nghttp2/Dockerfile.android|98 col 1| Use $(...) notation instead of legacy backticks ...
.
lib/nghttp2/Dockerfile.android|108 col 1| Use $(...) notation instead of legacy backticks ...
.
lib/nghttp2/docker/Dockerfile|3 col 1| Pin versions in apt get install. Instead of apt-get install <package>
use apt-get install <package>=<version>
lib/nghttp2/docker/Dockerfile|10 col 1| Use WORKDIR to switch to a directory
lib/nghttp2/docker/Dockerfile|10 col 1| Quote this to prevent word splitting.
lib/nghttp2/docker/Dockerfile|18 col 1| Use WORKDIR to switch to a directory
lib/nghttp2/docker/Dockerfile|18 col 1| Quote this to prevent word splitting.
lib/nghttp2/docker/Dockerfile|27 col 1| Use WORKDIR to switch to a directory
lib/nghttp2/docker/Dockerfile|27 col 1| Quote this to prevent word splitting.
lib/nghttp2/docker/Dockerfile|39 col 1| Use WORKDIR to switch to a directory
lib/nghttp2/docker/Dockerfile|45 col 1| Quote this to prevent word splitting.
lib/nghttp2/docker/Dockerfile|45 col 1| Use WORKDIR to switch to a directory
lib/nghttp2/docker/Dockerfile|66 col 1| Always tag the version of an image explicitly
Annotations
Check warning on line 58 in dockerfiles/Dockerfile.windows
github-actions / hadolint
[hadolint] dockerfiles/Dockerfile.windows#L58 <DL3003>(https://github.com/hadolint/hadolint/wiki/DL3003)
Use WORKDIR to switch to a directory
Raw output
message:"Use WORKDIR to switch to a directory" location:{path:"dockerfiles/Dockerfile.windows" range:{start:{line:58 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3003" url:"https://github.com/hadolint/hadolint/wiki/DL3003"}