Skip to content

Clean up package builders in light of switch to CMake. #225

Clean up package builders in light of switch to CMake.

Clean up package builders in light of switch to CMake. #225

Triggered via pull request December 15, 2023 11:51
Status Failure
Total duration 5m 7s
Artifacts

review.yml

on: pull_request
Prepare Review Jobs
6s
Prepare Review Jobs
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
hadolint
Process completed with exit code 1.
Prepare Review Jobs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Prepare Review Jobs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Prepare Review Jobs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Prepare Review Jobs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
hadolint: package-builders/Dockerfile.amazonlinux2.v2#L60
[hadolint] reported by reviewdog 🐶 Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check Raw Output: message:"Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check" location:{path:"package-builders/Dockerfile.amazonlinux2.v2" range:{start:{line:60 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL4006" url:"https://github.com/hadolint/hadolint/wiki/DL4006"}
hadolint: package-builders/Dockerfile.amazonlinux2.v2#L60
[hadolint] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: message:"Quote this to prevent word splitting." location:{path:"package-builders/Dockerfile.amazonlinux2.v2" range:{start:{line:60 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2046" url:"https://github.com/koalaman/shellcheck/wiki/SC2046"}
hadolint: package-builders/Dockerfile.centos7.v2#L62
[hadolint] reported by reviewdog 🐶 Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check Raw Output: message:"Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check" location:{path:"package-builders/Dockerfile.centos7.v2" range:{start:{line:62 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL4006" url:"https://github.com/hadolint/hadolint/wiki/DL4006"}
hadolint: package-builders/Dockerfile.centos7.v2#L62
[hadolint] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: message:"Quote this to prevent word splitting." location:{path:"package-builders/Dockerfile.centos7.v2" range:{start:{line:62 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2046" url:"https://github.com/koalaman/shellcheck/wiki/SC2046"}
hadolint: package-builders/Dockerfile.opensusetumbleweed.v2#L1
[hadolint] reported by reviewdog 🐶 Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag Raw Output: message:"Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag" location:{path:"package-builders/Dockerfile.opensusetumbleweed.v2" range:{start:{line:1 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3007" url:"https://github.com/hadolint/hadolint/wiki/DL3007"}
hadolint: package-builders/Dockerfile.ubuntu20.04.v2#L64
[hadolint] reported by reviewdog 🐶 Delete the apt-get lists after installing something Raw Output: message:"Delete the apt-get lists after installing something" location:{path:"package-builders/Dockerfile.ubuntu20.04.v2" range:{start:{line:64 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3009" url:"https://github.com/hadolint/hadolint/wiki/DL3009"}
hadolint: package-builders/Dockerfile.ubuntu20.04.v2#L64
[hadolint] reported by reviewdog 🐶 Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`). Raw Output: message:"Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`)." location:{path:"package-builders/Dockerfile.ubuntu20.04.v2" range:{start:{line:64 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3047" url:"https://github.com/hadolint/hadolint/wiki/DL3047"}
hadolint: package-builders/Dockerfile.ubuntu20.04.v2#L64
[hadolint] reported by reviewdog 🐶 Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check Raw Output: message:"Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check" location:{path:"package-builders/Dockerfile.ubuntu20.04.v2" range:{start:{line:64 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL4006" url:"https://github.com/hadolint/hadolint/wiki/DL4006"}