-
- [x] This is a bug report
- [X] I searched existing issues before opening this one (briefly)
### Expected behavior
Hadolint should blame line 3 in the docker file:
```
FROM ubuntu:2022.04
…
TomMD updated
5 months ago
-
- [x] This is a bug report
- ❌ This is a feature request
- [x] I searched existing issues before opening this one
### Expected behavior
pre-commit hadolint-docker pulls image `.../hadolint:v2.1…
-
Hello,
In the first step, I run Hadolint:
`docker run --rm -i -e HADOLINT_FORMAT='checkstyle' hadolint/hadolint < Dockerfile.txt > hadolint_report.xml`
This creates an output files containing 2…
-
- [x] This is a bug report
- [ ] This is a feature request
- [ ] I searched existing issues before opening this one
### Expected behavior
Allow copying from a known Docker image.
### Actual…
-
- [x] This is a bug report
- [ ] This is a feature request
- [x] I searched existing issues before opening this one
### Expected behavior
Hadolint should not suggest combining `RUN` instructio…
-
When building docker images with `devtools-golang-v1beta1` on a mac `qemu` fails with a core dump.
```console
❯ docker compose run --rm devtools build \
APP_NAME=helloworld \
APP_DOCKERF…
-
I installed hadolint to my OSX install via homebrew:
```shell
brew install hadolint
```
And I checked that its in my path:
```shell
$ which hadolint
/usr/local/bin/hadolint
```
I also…
-
- [x] This is a bug report
- [ ] This is a feature request
- [x] I searched existing issues before opening this one
### Expected behavior
As documented in https://hub.docker.com/r/hadolint/had…
-
This may be an upstream problem, but FYI, I can't get my hadolint action to work anymore:
```
Step 1/4 : FROM ghcr.io/hadolint/hadolint:v2.12.0-debian
Head "https://ghcr.io/v2/hadolint/hadoli…
-
- [x] This is a bug report
- [ ] This is a feature request
- [x] I searched existing issues before opening this one
### Expected behavior
A valid Containerfile lints successfully.
### Actua…