Soluto / oidc-server-mock

Configurable Mock Server for OpenId Connect
Apache License 2.0
222 stars 35 forks source link

Health check doesn't work because curl isn't available #107

Closed sorokya closed 2 years ago

sorokya commented 2 years ago

Noticed that health was always being reported as unhealthy. When I shelled into the container to try running the health command it says curl isn't installed.

root@09084622fbd4:/OpenIdConnectServerMock# curl -f http://localhost/health
bash: curl: command not found
AleF83 commented 2 years ago

Oh. I'll check. Maybe something changed in .NET base image... Thanks for noticing me

AleF83 commented 2 years ago

Fixed. Just published new image version