add linting using Hadolint #6
Annotations
10 errors
docker:
alpine-ansible-latest/Dockerfile#L7
SC2028 info: echo may not expand escape sequences. Use printf.
|
docker:
amazon2023-ansible-latest/Dockerfile#L19
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
docker:
arch-ansible-latest/Dockerfile#L5
SC1141 error: Unexpected tokens after compound command. Bad redirection or missing ;/&&/||/|?
|
docker:
arch-ansible-latest/Dockerfile#L24
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
docker:
arch-ansible-latest/Dockerfile#L24
SC2015 info: Note that A && B || C is not if-then-else. C may run when A is true.
|
docker:
arch-ansible-latest/Dockerfile#L32
SC2028 info: echo may not expand escape sequences. Use printf.
|
docker:
centos7-ansible-latest/Dockerfile#L8
SC1141 error: Unexpected tokens after compound command. Bad redirection or missing ;/&&/||/|?
|
docker:
centos8-ansible-latest/Dockerfile#L6
SC1141 error: Unexpected tokens after compound command. Bad redirection or missing ;/&&/||/|?
|
docker:
centosstream8-ansible-latest/Dockerfile#L6
SC1141 error: Unexpected tokens after compound command. Bad redirection or missing ;/&&/||/|?
|
docker:
debian10-ansible-latest/Dockerfile#L4
DL3009 info: Delete the apt-get lists after installing something
|