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