-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'reduce' of null #156
Comments
I think I am getting the same error, have you tried deleting healthcheck and see if error stops |
@a16bitsysop To give more details, when I originally created this issue, the latest docker image I was using had this image ID Using the same image ID and the same Dockerfile without the healthcheck produces this output:
I see that there is a new latest docker image with image ID
I'm willing to continue testing new versions so let me know if I can assist in anyway |
@AmauryOrtega I am not a developer, I am a user as well. I am trying to find out what is causing it also. |
@AmauryOrtega if you add an option like: |
I made a simple fix to this null pointer... |
Thanks @lvjp 🎉 @marccampbell Is the fix acceptable? |
I am having the same issue... #184 looks good to me as a fix... |
When using this Dockerfile with the latest dockerfilelint docker image, an internal error shows up. I checked using
/bin/sh
to make sure the Dockerfile is accessible, I tried moving the Dockerfile to the working directory of/dockerfilelint/
and using the binary inside/dockerfilelint/bin/
but I got the same error message.Dockerfile
Command
docker run --rm -v "$PWD"/Dockerfile:/Dockerfile:ro replicated/dockerfilelint:latest /Dockerfile
Output
The text was updated successfully, but these errors were encountered: