Skip to content

Update templated files to rev 98ed547 #137

Update templated files to rev 98ed547

Update templated files to rev 98ed547 #137

GitHub Actions / hadolint failed May 6, 2024 in 1s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (2)

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

Filtered Findings (2)

docker/Dockerfile|21 col 1| Specify version with dnf install -y <package>-<version>.
docker/Dockerfile|27 col 1| Specify version with dnf install -y <package>-<version>.

Annotations

Check warning on line 5 in docker/Dockerfile

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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"}