Skip to content

add linting using Hadolint #2

add linting using Hadolint

add linting using Hadolint #2

Triggered via pull request October 17, 2023 15:02
@schurzischurzi
synchronize #40
hadolint
Status Failure
Total duration 24s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
docker: alpine-ansible-latest/Dockerfile#L7
SC2028 info: echo may not expand escape sequences. Use printf.
docker: alpine-ansible-latest/Dockerfile#L11
SC3009 warning: In POSIX sh, brace expansion is undefined.
docker: amazon2-ansible-latest/Dockerfile#L7
DL3033 warning: Specify version with `yum install -y <package>-<version>`.
docker: amazon2-ansible-latest/Dockerfile#L15
SC3037 warning: In POSIX sh, echo flags are undefined.
docker: amazon2-ansible-latest/Dockerfile#L31
SC3009 warning: In POSIX sh, brace expansion is undefined.
docker: amazon2023-ansible-latest/Dockerfile#L5
DL3033 warning: Specify version with `yum install -y <package>-<version>`.
docker: 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>`
docker: amazon2023-ansible-latest/Dockerfile#L16
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
docker: amazon2023-ansible-latest/Dockerfile#L19
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
docker: amazon2023-ansible-latest/Dockerfile#L22
SC3037 warning: In POSIX sh, echo flags are undefined.