Add HEALTHCHECK to Dockerfiles #16
Annotations
5 errors and 1 warning
Run Hadolint with GitHub Action:
1.1.21.2/Dockerfile#L10
DL3003 info: Use WORKDIR to switch to a directory
|
Run Hadolint with GitHub Action:
1.1.21.2/Dockerfile#L10
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
Run Hadolint with GitHub Action:
1.1.21.2/Dockerfile#L10
SC2086 info: Double quote to prevent globbing and word splitting.
|
Run Hadolint with GitHub Action:
1.1.21.2/Dockerfile#L10
DL3019 info: Use the `--no-cache` switch to avoid the need to use `--update` and remove `/var/cache/apk/*` when done installing packages
|
Run Hadolint with GitHub Action:
1.1.21.2/Dockerfile#L10
DL3047 info: 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`).
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading