-
Notifications
You must be signed in to change notification settings - Fork 10
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
test(smoketest): update minio healthcheck to not require 'curl' in container #138
Conversation
b645457
to
b8536b3
Compare
b8536b3
to
cea5f8c
Compare
This PR/issue depends on:
|
ce34360
to
785ffe6
Compare
It looks like the problem there is that it's trying to run all of |
|
And before that, was this just a normal |
Latest commit should make it explicit that the healthcheck is a command followed by a series of arguments, not all somehow a single binary to execute. Either way works on my setup for whatever reason, so let me know if this fixes it on your setup. |
that fixed it! not sure why it wasn't working before for my setup before but it's good now |
Welcome to Cryostat3! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
Fixes: #137
Based on #131
Depends on #131