Skip to content

hadolint

hadolint #1

Triggered via push March 20, 2024 18:23
Status Failure
Total duration 21s
Artifacts

hadolint.yml

on: push
hadolint
9s
hadolint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
hadolint: Dockerfile#L35
DL4000 error: MAINTAINER is deprecated
hadolint: Dockerfile#L36
DL3048 style: Invalid label key.
hadolint: Dockerfile#L46
SC2028 info: echo may not expand escape sequences. Use printf.
hadolint: Dockerfile#L46
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
hadolint: Dockerfile#L46
DL3009 info: Delete the apt-get lists after installing something
hadolint: Dockerfile#L46
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
hadolint: Dockerfile#L61
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
hadolint: Dockerfile#L61
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
hadolint: Dockerfile#L90
DL3003 warning: Use WORKDIR to switch to a directory
hadolint: Dockerfile#L90
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`).