Moritz Röhrich
Moritz Röhrich
Hi Sander, one example for when I think it would be hard to make a good recommendation is: ```Dockerfile FROM debian:buster COPY --chmod=755 entrypoint.sh /entrypoint.sh CMD [ "/entrypoint.sh" ] ```...
Hi Claude, thanks for the bug report. This is a limitation of the way Hadolint works. Since it only analyzes the Dockerfile at hand and doesn't do image introspection (neither...
Hi Kevin, thanks for the bug report. I experimented a bit in a VM using the linked Vagrant image - though with libvirt+QEMU, not with VirtualBox but that shouldn't matter....
Thanks for getting back with the strace, Kevin. I dug around a bit more and found the problem and it kinda has nothing to do with that. In short it's...
Hi Ed, thank you for the bug report. Hadolint depends on a library called `spdx`, which unfortunately currently does not build with the latest `base` library. You can work around...
Hey, Sorry for getting back to you so late. I think I now understand the initial question here. The hadolint web version was created by Haskell-to-Javascript transpiler, but as far...
I've looked a bit into compiling Hadolint with GHC with the WASM backend. The compiler as well as the entire Haskell ecosystem's support for WASM is still in its infancy...
Hi, thanks for this bug report. May I ask which Harvester versions you were using, @bpedersen2, @sarahhenkens and when you last updated them?
Could you please check the expiry of your API access tokens? There needs to be a kubeconfig token that isn't expired and is associated with the Harvester cluster. ![Screenshot at...
I've managed to reproduce the issue in a test environment: 1) Install Harvester (tested with v1.2.1, likely irrelevant) 2) Install Rancher (tested with v2.8.2, testing with other versions TBD) 3)...