Add v1.30, remove old versions #32
Annotations
10 errors and 2 warnings
Dockerfile#L2
DL3006 warning: Always tag the version of an image explicitly
|
Dockerfile#L9
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
Dockerfile#L9
SC2015 info: Note that A && B || C is not if-then-else. C may run when A is true.
|
Dockerfile#L9
DL3047 warning: 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`).
|
Dockerfile#L9
DL4006 warning: 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
|
Dockerfile#L37
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
Dockerfile#L47
DL4001 warning: Either use Wget or Curl but not both
|
Dockerfile#L58
SC2059 info: Don't use variables in the printf format string. Use printf '..%s..' "$foo".
|
Dockerfile#L58
DL4001 warning: Either use Wget or Curl but not both
|
Dockerfile#L58
DL4006 warning: 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
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
This job succeeded
Loading