Skip to content

chore(deps): update dependency ubuntu to v24 #8

chore(deps): update dependency ubuntu to v24

chore(deps): update dependency ubuntu to v24 #8

Triggered via pull request September 26, 2024 19:41
Status Failure
Total duration 14s
Artifacts

hadolint.yml

on: pull_request
hadolint
6s
hadolint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
hadolint: Dockerfile#L35
DL3048 style: Invalid label key.
hadolint: Dockerfile#L45
SC2028 info: echo may not expand escape sequences. Use printf.
hadolint: Dockerfile#L45
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
hadolint: Dockerfile#L45
DL3009 info: Delete the apt-get lists after installing something
hadolint: Dockerfile#L45
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
hadolint: Dockerfile#L60
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
hadolint: Dockerfile#L89
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`).
hadolint: Dockerfile#L89
DL3003 warning: Use WORKDIR to switch to a directory
hadolint: Dockerfile#L89
SC2046 warning: Quote this to prevent word splitting.
hadolint: Dockerfile#L107
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`