Update templated files to rev 39c6596 #97
reviewdog [hadolint] report
reported by reviewdog 🐶
Findings (3)
docker/Dockerfile|5 col 1| Always tag the version of an image explicitly
docker/Dockerfile|7 col 1| Always tag the version of an image explicitly
docker/Dockerfile|23 col 1| Specify version with dnf install -y <package>-<version>
.
Filtered Findings (0)
Annotations
Check warning on line 5 in docker/Dockerfile
github-actions / hadolint
[hadolint] docker/Dockerfile#L5 <DL3006>(https://github.com/hadolint/hadolint/wiki/DL3006)
Always tag the version of an image explicitly
Raw output
message:"Always tag the version of an image explicitly" location:{path:"docker/Dockerfile" range:{start:{line:5 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3006" url:"https://github.com/hadolint/hadolint/wiki/DL3006"}
Check warning on line 7 in docker/Dockerfile
github-actions / hadolint
[hadolint] docker/Dockerfile#L7 <DL3006>(https://github.com/hadolint/hadolint/wiki/DL3006)
Always tag the version of an image explicitly
Raw output
message:"Always tag the version of an image explicitly" location:{path:"docker/Dockerfile" range:{start:{line:7 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3006" url:"https://github.com/hadolint/hadolint/wiki/DL3006"}
Check warning on line 23 in docker/Dockerfile
github-actions / hadolint
[hadolint] docker/Dockerfile#L23 <DL3041>(https://github.com/hadolint/hadolint/wiki/DL3041)
Specify version with `dnf install -y <package>-<version>`.
Raw output
message:"Specify version with `dnf install -y <package>-<version>`." location:{path:"docker/Dockerfile" range:{start:{line:23 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3041" url:"https://github.com/hadolint/hadolint/wiki/DL3041"}