gripmock
gripmock copied to clipboard
Docker latest version points to wrong version
Hey, first of thanks for your project!
We are currently trying out gRPC for our internal services and we were evaluating/looking for something to support our test setup and this looked like exactly what we need. We then used your latest docker image for this and immediately stumbled over this issue where properties stay empty if they have an underscore in their name.
After a long debugging session it turned out that your latest docker image does not point to the actual latest release (v0.8.2, which supposedly fixed that underscore issue) and instead points still to v0.8.1. So just a heads up in case you guys didn't notice yet :) https://registry.hub.docker.com/r/tkpd/gripmock/tags
Thanks! I can confirm this is still an issue, but changing latest
to 0.8.2
fixes this 🙂