Moritz Röhrich
Moritz Röhrich
Hi @stonecharioteer , The `apk add` command here is first parsed as shell, then parsed by the rule. Since `>` indicates redirection in POSIX shells, you need to make sure...
Hi @hackallcode , unlike the warnings with a `DLxxxx` code, all errors, warnings, etc. with an `SCxxxx` code emitted by [Shellcheck](https://github.com/koalaman/shellcheck) and further documentation can be found in its [wiki](https://github.com/koalaman/shellcheck/wiki/SC3044)....
Hi Shawn, a similar feature was requested not too long ago in #837. I wonder however, if you would be able to workaround this using not the bare-bones `hadolint/hadolint:latest` container...
This is a 'feature' of the way you are running the hadolint docker image. The docker image is designed to have hadolint read from stdin by default, but you can...
There are two options: You can either use find on your host to execute `docker run ...` for each Dockerfile, or you can mount your work directory into the Debian...
Hi @hpedrorodrigues , I don't have a mac and can't try it out myself, but maybe you can help me debug this a bit more. Hadolint is currently only built...
Hi @hpedrorodrigues , thanks for spending some time with this. According to the [docker documentation](https://docs.docker.com/desktop/mac/apple-silicon/) running x86_64 images on an M1 mac will utilize an emulation with qemu. I suspect...
I've done some more debugging yesterday and ended up finding out that the image pull error and the failing cluster import are unrelated. The image pull error originates from a...
Hey Camilla, thanks for the bug report. While Docker allows specifying multiple arguments in a single `ARG` instruction, Podman does not[1]. I'm not sure what the correct behavior for a...
Hi Sander, This is an interesting issue, but I'm not sure this would translate very well into a rule. There are many cases where this rule would not apply, almost...