Add v1.29 regex #31
Annotations
10 errors and 1 warning
Run hadolint/[email protected]:
Dockerfile#L2
DL3006 warning: Always tag the version of an image explicitly
|
Run hadolint/[email protected]:
Dockerfile#L9
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
Run hadolint/[email protected]:
Dockerfile#L9
SC2015 info: Note that A && B || C is not if-then-else. C may run when A is true.
|
Run hadolint/[email protected]:
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`).
|
Run hadolint/[email protected]:
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
|
Run hadolint/[email protected]:
Dockerfile#L37
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
Run hadolint/[email protected]:
Dockerfile#L47
DL4001 warning: Either use Wget or Curl but not both
|
Run hadolint/[email protected]:
Dockerfile#L58
SC2059 info: Don't use variables in the printf format string. Use printf '..%s..' "$foo".
|
Run hadolint/[email protected]:
Dockerfile#L58
DL4001 warning: Either use Wget or Curl but not both
|
Run hadolint/[email protected]:
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
|
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/
|
The logs for this run have expired and are no longer available.
Loading