Skip to content

chore: Update templated files (1789cc2) #263

chore: Update templated files (1789cc2)

chore: Update templated files (1789cc2) #263

GitHub Actions / hadolint failed Sep 17, 2024 in 1s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (2)

docker/Dockerfile|69 col 1| Specify version with dnf install -y <package>-<version>.
docker/Dockerfile|69 col 1| Double quote to prevent globbing and word splitting.

Filtered Findings (1)

apps/docker/Dockerfile|1 col 1| Always tag the version of an image explicitly

Annotations

Check warning on line 69 in docker/Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

[hadolint] docker/Dockerfile#L69 <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:69 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3041" url:"https://github.com/hadolint/hadolint/wiki/DL3041"}

Check notice on line 69 in docker/Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

[hadolint] docker/Dockerfile#L69 <SC2086>(https://github.com/koalaman/shellcheck/wiki/SC2086)

Double quote to prevent globbing and word splitting.
Raw output
message:"Double quote to prevent globbing and word splitting." location:{path:"docker/Dockerfile" range:{start:{line:69 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2086" url:"https://github.com/koalaman/shellcheck/wiki/SC2086"}