Skip to content

chore: Update templated files (932368c) #320

chore: Update templated files (932368c)

chore: Update templated files (932368c) #320

GitHub Actions / hadolint failed Sep 18, 2024 in 0s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (3)

docker/Dockerfile|76 col 1| Use the -y switch to avoid manual input dnf install -y <package
docker/Dockerfile|76 col 1| Specify version with dnf install -y <package>-<version>.
docker/Dockerfile|76 col 1| In POSIX sh, echo flags are undefined.

Filtered Findings (0)

Annotations

Check warning on line 76 in docker/Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

[hadolint] docker/Dockerfile#L76 <DL3038>(https://github.com/hadolint/hadolint/wiki/DL3038)

Use the -y switch to avoid manual input `dnf install -y <package`
Raw output
message:"Use the -y switch to avoid manual input `dnf install -y <package`" location:{path:"docker/Dockerfile" range:{start:{line:76 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3038" url:"https://github.com/hadolint/hadolint/wiki/DL3038"}

Check warning on line 76 in docker/Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

[hadolint] docker/Dockerfile#L76 <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:76 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 warning on line 76 in docker/Dockerfile

See this annotation in the file changed.

@github-actions github-actions / hadolint

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

In POSIX sh, echo flags are undefined.
Raw output
message:"In POSIX sh, echo flags are undefined." location:{path:"docker/Dockerfile" range:{start:{line:76 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC3037" url:"https://github.com/koalaman/shellcheck/wiki/SC3037"}