-
Notifications
You must be signed in to change notification settings - Fork 125
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
Alpine Docker Image does not work in Gitlab CI #106
Comments
The issue is in
as you can see this error is actually returned by
solution is to override entrypoint, you can do it in your
Note: You won't encounter this issue on GitLab runners with Kubernetes executor, because they ignore |
Thank you for this workaround @balonik! |
What do you think would be the best way for this do you think, just add some documentation? Changing the entrypoint can be weird sometimes with how signals are processed, if Gitlab lets you override the entrypoing Iä d rather do this. |
I think a documentation for this specific use-case is OK. |
I agree with @balonik, adding documentation for this case is enough. |
Documentation added in #139 I hope it is sufficient! Feel free to send a PR for more details if not 🙇♂️ |
I am unable to integrate kubeconform into our Gitlab CI pipeline using the Alpine docker image. The relevant part of my Gitlab CI configuration is
The gitlab-runner fails to find a
sh
:It looks like the error described in #47. Is there something wrong with my configuration or is this a regression?
The text was updated successfully, but these errors were encountered: