Vlastimil Zeman
Vlastimil Zeman
Looks like that `cabal-helper:master` now works with [Cabal-2.0 and GHC-8.2.2](https://gitlab.com/dxld/cabal-helper/pipelines/15274061/builds) :tada:
I think your case is close to https://github.com/GoogleCloudPlatform/container-structure-test/issues/53#issuecomment-361767823 and you are trying to do integration and not structure test.
@m-ildefons See https://github.com/hadolint/hadolint/blob/master/.travis.yml#L33
@omh1280 IMHO for most people speed does not really matter as they are testing one or a few Dockerfiles and downloading binary in CI usually takes longer than running it,...
Thank you for reporting @quixoticmonk. Unfortunately, I am not able to replicate that behaviour. Here is how I have tried it in `bash` ```bash $ docker run --rm -i hadolint/hadolint:v1.17.7...
@quixoticmonk Interesting. Can you try to lint it using docker image? Can you share that exact file (I mean it can contain some characters that are not visible)?
Mystery solved. It is good old CRLF vs LF, [the problem old as computers themself](https://en.wikipedia.org/wiki/Newline#History). @quixoticmonk If you format your file (its newlines) in *nix style it should all work....
Sounds good to me. I can not imagine a reason why this should not be caught as an issue in any production image. It would be great if you can...
Thank you for raising this issue. I understand your frustration with broken docker image builds. However, when your dependency is upgraded your image is not the same it was before...
In my experience, moving tags are common practice for most popular public images like `alpine`, `ubuntu`, `node`, `python`, etc. and most people have more than one tag for one image...