add linting using Hadolint #1
Annotations
10 errors
alpine-ansible-latest/Dockerfile#L1
DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
|
alpine-ansible-latest/Dockerfile#L4
DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
|
alpine-ansible-latest/Dockerfile#L7
SC2028 info: echo may not expand escape sequences. Use printf.
|
alpine-ansible-latest/Dockerfile#L11
SC3009 warning: In POSIX sh, brace expansion is undefined.
|
amazon2-ansible-latest/Dockerfile#L7
DL3033 warning: Specify version with `yum install -y <package>-<version>`.
|
amazon2-ansible-latest/Dockerfile#L15
SC3037 warning: In POSIX sh, echo flags are undefined.
|
amazon2-ansible-latest/Dockerfile#L31
SC3009 warning: In POSIX sh, brace expansion is undefined.
|
amazon2023-ansible-latest/Dockerfile#L5
DL3033 warning: Specify version with `yum install -y <package>-<version>`.
|
amazon2023-ansible-latest/Dockerfile#L16
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
amazon2023-ansible-latest/Dockerfile#L16
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
The logs for this run have expired and are no longer available.
Loading