richjharris

Results 3 issues of richjharris

Currently only `CMD-SHELL` health checks are supported which require a shell on the docker container to run. `distroless` docker images like [mockserver](https://hub.docker.com/r/mockserver/mockserver/) don't have a shell so that mechanism doesn't...

enhancement
major

Currently only `CMD-SHELL` health checks are supported which require a shell on the docker container to run. `distroless` docker images like [mockserver](https://hub.docker.com/r/mockserver/mockserver/) don't have a shell so that mechanism doesn't...

enhancement
major

If the `keep_end` parameter to the `solve` function is true then the last point will remain the last point in the result. This allows calculation of minimum path rather than...