Merge pull request #76 from tsuyoshicho/depup/reviewdog/reviewdog #88
Annotations
1 error and 7 warnings
|
Dockerfile#L9
[hadolint] reported by reviewdog 🐶
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
Raw Output:
message:"Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`" location:{path:"Dockerfile" range:{start:{line:9 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3018" url:"https://github.com/hadolint/hadolint/wiki/DL3018"}
|
Dockerfile#L9
[hadolint] reported by reviewdog 🐶
Use the `--no-cache` switch to avoid the need to use `--update` and remove `/var/cache/apk/*` when done installing packages
Raw Output:
message:"Use the `--no-cache` switch to avoid the need to use `--update` and remove `/var/cache/apk/*` when done installing packages" location:{path:"Dockerfile" range:{start:{line:9 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3019" url:"https://github.com/hadolint/hadolint/wiki/DL3019"}
|
Dockerfile#L12
[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:"Dockerfile" range:{start:{line:12 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL4006" url:"https://github.com/hadolint/hadolint/wiki/DL4006"}
|
Dockerfile#L13
[hadolint] reported by reviewdog 🐶
Either use Wget or Curl but not both
Raw Output:
message:"Either use Wget or Curl but not both" location:{path:"Dockerfile" range:{start:{line:13 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL4001" url:"https://github.com/hadolint/hadolint/wiki/DL4001"}
|
Dockerfile#L13
[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:"Dockerfile" range:{start:{line:13 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL4006" url:"https://github.com/hadolint/hadolint/wiki/DL4006"}
|
Dockerfile#L13
[hadolint] reported by reviewdog 🐶
Use ./*glob* or -- *glob* so names with dashes won't become options.
Raw Output:
message:"Use ./*glob* or -- *glob* so names with dashes won't become options." location:{path:"Dockerfile" range:{start:{line:13 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2035" url:"https://github.com/koalaman/shellcheck/wiki/SC2035"}
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haya14busa/action-cond@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading